-- phpMyAdmin SQL Dump
-- version 4.5.1
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: May 20, 2020 at 08:45 AM
-- Server version: 10.1.13-MariaDB
-- PHP Version: 5.6.23

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


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

--
-- Database: `shazil`
--

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

--
-- Table structure for table `szak_commentmeta`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `szak_comments`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `szak_comments`
--

INSERT INTO `szak_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
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2020-05-19 06:52:48', '2020-05-19 06:52:48', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://gravatar.com">Gravatar</a>.', 0, '1', '', '', 0, 0);

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

--
-- Table structure for table `szak_links`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `szak_options`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `szak_options`
--

INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost:8082/shazil', 'yes'),
(2, 'home', 'http://localhost:8082/shazil', 'yes'),
(3, 'blogname', 'Shazil', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'kainat@a2zcreatorz.com', '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', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:185:{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:12:"portfolio/?$";s:29:"index.php?post_type=portfolio";s:42:"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=portfolio&feed=$matches[1]";s:37:"portfolio/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=portfolio&feed=$matches[1]";s:29:"portfolio/page/([0-9]{1,})/?$";s:47:"index.php?post_type=portfolio&paged=$matches[1]";s:16:"documentation/?$";s:33:"index.php?post_type=documentation";s:46:"documentation/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_type=documentation&feed=$matches[1]";s:41:"documentation/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_type=documentation&feed=$matches[1]";s:33:"documentation/page/([0-9]{1,})/?$";s:51:"index.php?post_type=documentation&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:63:"documentation_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:61:"index.php?documentation_category=$matches[1]&feed=$matches[2]";s:58:"documentation_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:61:"index.php?documentation_category=$matches[1]&feed=$matches[2]";s:39:"documentation_category/([^/]+)/embed/?$";s:55:"index.php?documentation_category=$matches[1]&embed=true";s:51:"documentation_category/([^/]+)/page/?([0-9]{1,})/?$";s:62:"index.php?documentation_category=$matches[1]&paged=$matches[2]";s:33:"documentation_category/([^/]+)/?$";s:44:"index.php?documentation_category=$matches[1]";s:57:"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:55:"index.php?project_category=$matches[1]&feed=$matches[2]";s:52:"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:55:"index.php?project_category=$matches[1]&feed=$matches[2]";s:33:"project_category/([^/]+)/embed/?$";s:49:"index.php?project_category=$matches[1]&embed=true";s:45:"project_category/([^/]+)/page/?([0-9]{1,})/?$";s:56:"index.php?project_category=$matches[1]&paged=$matches[2]";s:27:"project_category/([^/]+)/?$";s:38:"index.php?project_category=$matches[1]";s:42:"layout_manager/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:52:"layout_manager/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:72:"layout_manager/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"layout_manager/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"layout_manager/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:48:"layout_manager/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:31:"layout_manager/([^/]+)/embed/?$";s:42:"index.php?zn_layout=$matches[1]&embed=true";s:35:"layout_manager/([^/]+)/trackback/?$";s:36:"index.php?zn_layout=$matches[1]&tb=1";s:43:"layout_manager/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?zn_layout=$matches[1]&paged=$matches[2]";s:50:"layout_manager/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?zn_layout=$matches[1]&cpage=$matches[2]";s:39:"layout_manager/([^/]+)(?:/([0-9]+))?/?$";s:48:"index.php?zn_layout=$matches[1]&page=$matches[2]";s:31:"layout_manager/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"layout_manager/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"layout_manager/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"layout_manager/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"layout_manager/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:37:"layout_manager/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:55:"portfolio_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?portfolio_tags=$matches[1]&feed=$matches[2]";s:50:"portfolio_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?portfolio_tags=$matches[1]&feed=$matches[2]";s:31:"portfolio_tags/([^/]+)/embed/?$";s:47:"index.php?portfolio_tags=$matches[1]&embed=true";s:43:"portfolio_tags/([^/]+)/page/?([0-9]{1,})/?$";s:54:"index.php?portfolio_tags=$matches[1]&paged=$matches[2]";s:25:"portfolio_tags/([^/]+)/?$";s:36:"index.php?portfolio_tags=$matches[1]";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:42:"index.php?portfolio=$matches[1]&embed=true";s:30:"portfolio/([^/]+)/trackback/?$";s:36:"index.php?portfolio=$matches[1]&tb=1";s:50:"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?portfolio=$matches[1]&feed=$matches[2]";s:45:"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?portfolio=$matches[1]&feed=$matches[2]";s:38:"portfolio/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?portfolio=$matches[1]&paged=$matches[2]";s:45:"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?portfolio=$matches[1]&cpage=$matches[2]";s:34:"portfolio/([^/]+)(?:/([0-9]+))?/?$";s:48:"index.php?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:41:"documentation/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:51:"documentation/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:71:"documentation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"documentation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"documentation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:47:"documentation/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:30:"documentation/([^/]+)/embed/?$";s:46:"index.php?documentation=$matches[1]&embed=true";s:34:"documentation/([^/]+)/trackback/?$";s:40:"index.php?documentation=$matches[1]&tb=1";s:54:"documentation/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?documentation=$matches[1]&feed=$matches[2]";s:49:"documentation/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?documentation=$matches[1]&feed=$matches[2]";s:42:"documentation/([^/]+)/page/?([0-9]{1,})/?$";s:53:"index.php?documentation=$matches[1]&paged=$matches[2]";s:49:"documentation/([^/]+)/comment-page-([0-9]{1,})/?$";s:53:"index.php?documentation=$matches[1]&cpage=$matches[2]";s:38:"documentation/([^/]+)(?:/([0-9]+))?/?$";s:52:"index.php?documentation=$matches[1]&page=$matches[2]";s:30:"documentation/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"documentation/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"documentation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"documentation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"documentation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:36:"documentation/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:46:"znpb_template_mngr/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"znpb_template_mngr/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"znpb_template_mngr/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"znpb_template_mngr/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"znpb_template_mngr/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:52:"znpb_template_mngr/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:35:"znpb_template_mngr/([^/]+)/embed/?$";s:51:"index.php?znpb_template_mngr=$matches[1]&embed=true";s:39:"znpb_template_mngr/([^/]+)/trackback/?$";s:45:"index.php?znpb_template_mngr=$matches[1]&tb=1";s:47:"znpb_template_mngr/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?znpb_template_mngr=$matches[1]&paged=$matches[2]";s:54:"znpb_template_mngr/([^/]+)/comment-page-([0-9]{1,})/?$";s:58:"index.php?znpb_template_mngr=$matches[1]&cpage=$matches[2]";s:43:"znpb_template_mngr/([^/]+)(?:/([0-9]+))?/?$";s:57:"index.php?znpb_template_mngr=$matches[1]&page=$matches[2]";s:35:"znpb_template_mngr/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"znpb_template_mngr/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"znpb_template_mngr/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"znpb_template_mngr/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"znpb_template_mngr/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"znpb_template_mngr/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";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=402&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:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:88:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$";s:91:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:77:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:61:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$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: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]";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:2:{i:0;s:33:"classic-editor/classic-editor.php";i:1;s:23:"revslider/revslider.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', '', 'no'),
(40, 'template', 'kallyas', 'yes'),
(41, 'stylesheet', 'kallyas', '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', '45805', '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:3:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}i:3;a:4:{s:5:"title";s:10:"Categories";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}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:33:"classic-editor/classic-editor.php";a:2:{i:0;s:14:"Classic_Editor";i:1;s:9:"uninstall";}}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '402', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '447', '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', '1', 'yes'),
(93, 'admin_email_lifespan', '1605423152', 'yes'),
(94, 'initial_db_version', '45805', 'yes'),
(95, 'szak_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{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: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'),
(96, 'fresh_site', '0', 'yes'),
(97, 'widget_search', 'a:3:{i:2;a:1:{s:5:"title";s:0:"";}i:3;a:1:{s:5:"title";s:6:"Search";}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:3:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}i:3;a:2:{s:5:"title";s:12:"Recent Posts";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'widget_recent-comments', 'a:3:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}i:3;a:2:{s:5:"title";s:15:"Recent Comments";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 'widget_archives', 'a:3:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}i:3;a:3:{s:5:"title";s:8:"Archives";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'widget_meta', 'a:3:{i:2;a:1:{s:5:"title";s:0:"";}i:3;a:1:{s:5:"title";s:4:"Meta";}s:12:"_multiwidget";i:1;}', 'yes'),
(102, 'sidebars_widgets', 'a:10:{s:19:"wp_inactive_widgets";a:0:{}s:14:"defaultsidebar";a:9:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:8:"search-3";i:4;s:14:"recent-posts-3";i:5;s:17:"recent-comments-3";i:6;s:10:"archives-3";i:7;s:12:"categories-3";i:8;s:6:"meta-3";}s:19:"hiddenpannelsidebar";a:3:{i:0;s:10:"archives-2";i:1;s:12:"categories-2";i:2;s:6:"meta-2";}s:8:"znfooter";a:0:{}s:10:"znfooter-2";a:0:{}s:10:"znfooter-3";a:0:{}s:10:"znfooter-4";a:0:{}s:10:"znfooter-5";a:0:{}s:10:"znfooter-6";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(103, 'cron', 'a:6:{i:1589957572;a:1:{s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1589957576;a:2:{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: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:1589957577;a:2:{s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1589957598;a:2:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1589957610;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;}}}s:7:"version";i:2;}', 'yes'),
(104, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(106, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(108, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(111, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(112, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(114, 'recovery_keys', 'a:0:{}', 'yes'),
(115, 'theme_mods_twentytwenty', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1589871247;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:3:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";}s:9:"sidebar-2";a:3:{i:0;s:10:"archives-2";i:1;s:12:"categories-2";i:2;s:6:"meta-2";}}}}', 'yes'),
(126, '_site_transient_timeout_browser_31f552011cd49d12bc3cd930bb193459', '1590476005', 'no'),
(127, '_site_transient_browser_31f552011cd49d12bc3cd930bb193459', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:13:"81.0.4044.138";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(128, '_site_transient_timeout_php_check_f2ed2dbbbd34611d81f733d7b22536cc', '1590476006', 'no'),
(129, '_site_transient_php_check_f2ed2dbbbd34611d81f733d7b22536cc', 'a:5:{s:19:"recommended_version";s:3:"7.3";s:15:"minimum_version";s:6:"5.6.20";s:12:"is_supported";b:0;s:9:"is_secure";b:0;s:13:"is_acceptable";b:0;}', 'no'),
(130, '_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e', '1589991191', 'no'),
(131, 'can_compress_scripts', '1', 'no'),
(132, '_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e', 'a:3:{s:9:"sandboxed";b:0;s:8:"location";a:1:{s:2:"ip";b:0;}s:6:"events";a:1:{i:0;a:8:{s:4:"type";s:8:"wordcamp";s:5:"title";s:20:"WordCamp Kent Online";s:3:"url";s:30:"https://2020.kent.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2020-05-30 12:30:00";s:8:"end_date";s:19:"2020-05-31 00:00:00";s:8:"location";a:4:{s:8:"location";s:6:"Online";s:7:"country";s:2:"US";s:8:"latitude";d:41.153667400000003;s:9:"longitude";d:-81.357885899999999;}}}}', 'no'),
(143, 'current_theme', 'Kallyas', 'yes'),
(144, 'theme_mods_kallyas', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:15:"main_navigation";i:2;}s:18:"custom_css_post_id";i:-1;}', 'yes'),
(145, 'theme_switched', '', 'yes');
INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(146, '_site_transient_kallyas_hg_dash_theme_demos', 'a:64:{s:17:"kallyas-main-demo";a:7:{s:5:"title";s:17:"Kallyas Main Demo";s:4:"desc";s:35:"This is the main demo of the theme.";s:5:"image";s:74:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/main-demo.jpg";s:8:"demo_url";s:24:"http://kallyas.net/demo/";s:7:"private";s:1:"0";s:7:"plugins";a:4:{i:0;s:11:"woocommerce";i:1;s:9:"revslider";i:2;s:16:"hogash-post-love";i:3;s:10:"CuteSlider";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:16:"kallyas-one-page";a:7:{s:5:"title";s:16:"KALLYAS ONE PAGE";s:4:"desc";s:39:"This is the one page demo of the theme.";s:5:"image";s:72:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/one-page.jpg";s:8:"demo_url";s:40:"https://demo.kallyas.net/athos-one-page/";s:7:"private";s:1:"0";s:7:"plugins";a:0:{}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:19:"furniture-demo-ares";a:7:{s:5:"title";s:21:"Furniture - Demo Ares";s:4:"desc";s:27:"This is the Furniture demo.";s:5:"image";s:78:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/ares-furniture.jpg";s:8:"demo_url";s:39:"http://kallyas.net/demo-ares/furniture/";s:7:"private";s:1:"0";s:7:"plugins";a:3:{i:0;s:9:"revslider";i:1;s:11:"woocommerce";i:2;s:16:"hogash-post-love";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:17:"jewelry-demo-ares";a:7:{s:5:"title";s:19:"Jewelry - Demo Ares";s:4:"desc";s:25:"This is the Jewelry demo.";s:5:"image";s:76:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/ares-jewelry.jpg";s:8:"demo_url";s:37:"http://kallyas.net/demo-ares/jewelry/";s:7:"private";s:1:"0";s:7:"plugins";a:3:{i:0;s:9:"revslider";i:1;s:11:"woocommerce";i:2;s:16:"hogash-post-love";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:6:"travel";a:7:{s:5:"title";s:6:"TRAVEL";s:4:"desc";s:24:"This is the Travel demo.";s:5:"image";s:70:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/travel.jpg";s:8:"demo_url";s:32:"http://kallyas.net/demos/travel/";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:7:"booking";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:16:"app-landing-kyma";a:7:{s:5:"title";s:18:"APP LANDING - KYMA";s:4:"desc";s:29:"This is the App Landing demo.";s:5:"image";s:80:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/kyma-app-landing.jpg";s:8:"demo_url";s:41:"http://kallyas.net/demo-kyma/app-landing/";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:9:"revslider";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:18:"restaurant-phaeton";a:7:{s:5:"title";s:20:"RESTAURANT - PHAETON";s:4:"desc";s:28:"This is the Restaurant demo.";s:5:"image";s:82:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/phaeton-restaurant.jpg";s:8:"demo_url";s:59:"http://kallyas.net/demos/phaeton-demo-wordpress-restaurant/";s:7:"private";s:1:"0";s:7:"plugins";a:0:{}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:15:"fitness-vertigo";a:7:{s:5:"title";s:15:"FITNESS VERTIGO";s:4:"desc";s:25:"This is the Fitness demo.";s:5:"image";s:79:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/fitness-vertigo.jpg";s:8:"demo_url";s:40:"http://kallyas.net/demo-vertigo/fitness/";s:7:"private";s:1:"0";s:7:"plugins";a:3:{i:0;s:9:"revslider";i:1;s:42:"bookly-responsive-appointment-booking-tool";i:2;s:17:"event-calendar-wd";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:17:"construction-ares";a:7:{s:5:"title";s:17:"Construction Ares";s:4:"desc";s:30:"This is the Construction demo.";s:5:"image";s:76:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/construction.jpg";s:8:"demo_url";s:42:"http://kallyas.net/demo-ares/construction/";s:7:"private";s:1:"0";s:7:"plugins";a:3:{i:0;s:9:"revslider";i:1;s:11:"woocommerce";i:2;s:16:"hogash-post-love";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:8:"parallax";a:7:{s:5:"title";s:8:"Parallax";s:4:"desc";s:29:"Import Parallax Demo content.";s:5:"image";s:72:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/parallax.jpg";s:8:"demo_url";s:33:"http://demo.kallyas.net/parallax/";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:11:"woocommerce";i:1;s:17:"wd-instagram-feed";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:9:"education";a:7:{s:5:"title";s:9:"Education";s:4:"desc";s:30:"Import Education Demo content.";s:5:"image";s:73:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/education.jpg";s:8:"demo_url";s:34:"http://demo.kallyas.net/education/";s:7:"private";s:1:"0";s:7:"plugins";a:5:{i:0;s:9:"revslider";i:1;s:42:"bookly-responsive-appointment-booking-tool";i:2;s:17:"event-calendar-wd";i:3;s:20:"znpb-counter-element";i:4;s:7:"bbpress";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:4:"dash";a:7:{s:5:"title";s:4:"Dash";s:4:"desc";s:25:"Import Dash Demo content.";s:5:"image";s:68:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/dash.jpg";s:8:"demo_url";s:29:"http://demo.kallyas.net/dash/";s:7:"private";s:1:"0";s:7:"plugins";a:0:{}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:10:"barbershop";a:7:{s:5:"title";s:10:"Barbershop";s:4:"desc";s:31:"Import Barbershop Demo content.";s:5:"image";s:74:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/barbershop.jpg";s:8:"demo_url";s:35:"http://demo.kallyas.net/barbershop/";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:11:"woocommerce";i:1;s:42:"bookly-responsive-appointment-booking-tool";}s:8:"requires";a:2:{s:10:"wp_version";s:5:"4.9.4";s:13:"theme_version";s:7:"4.15.12";}}s:17:"portfolio-minimal";a:7:{s:5:"title";s:17:"Portfolio Minimal";s:4:"desc";s:38:"Import Portfolio Minimal demo content.";s:5:"image";s:81:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/portfolio-minimal.jpg";s:8:"demo_url";s:42:"http://demo.kallyas.net/portfolio-minimal/";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:9:"revslider";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:7:"jewelry";a:7:{s:5:"title";s:7:"Jewelry";s:4:"desc";s:31:"Import Jewelry #2 Demo content.";s:5:"image";s:72:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/jewelry2.jpg";s:8:"demo_url";s:33:"http://demo.kallyas.net/jewelry2/";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:11:"woocommerce";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:9:"watchshop";a:7:{s:5:"title";s:9:"WatchShop";s:4:"desc";s:30:"Import WatchShop Demo content.";s:5:"image";s:73:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/watchshop.jpg";s:8:"demo_url";s:34:"http://demo.kallyas.net/watchshop/";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:11:"woocommerce";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:10:"freelancer";a:7:{s:5:"title";s:10:"Freelancer";s:4:"desc";s:31:"Import Freelancer Demo content.";s:5:"image";s:74:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/freelancer.jpg";s:8:"demo_url";s:35:"http://demo.kallyas.net/freelancer/";s:7:"private";s:1:"0";s:7:"plugins";a:0:{}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:7:"wedding";a:7:{s:5:"title";s:7:"Wedding";s:4:"desc";s:28:"Import Wedding Demo content.";s:5:"image";s:71:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/wedding.jpg";s:8:"demo_url";s:32:"http://demo.kallyas.net/wedding/";s:7:"private";s:1:"0";s:7:"plugins";a:0:{}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:15:"product-landing";a:7:{s:5:"title";s:15:"Product Landing";s:4:"desc";s:36:"Import Product Landing Demo content.";s:5:"image";s:79:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/product-landing.jpg";s:8:"demo_url";s:49:"http://www.kallyas.net/demo.php?d=product-landing";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:20:"znpb-counter-element";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:6:"agency";a:7:{s:5:"title";s:6:"Agency";s:4:"desc";s:27:"Import Agency Demo content.";s:5:"image";s:70:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/agency.jpg";s:8:"demo_url";s:31:"http://demo.kallyas.net/agency/";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:20:"znpb-counter-element";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:6:"4.15.0";}}s:12:"photographer";a:7:{s:5:"title";s:12:"Photographer";s:4:"desc";s:33:"Import Photographer Demo content.";s:5:"image";s:76:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/photographer.jpg";s:8:"demo_url";s:37:"http://demo.kallyas.net/photographer/";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:20:"znpb-counter-element";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:9:"architect";a:7:{s:5:"title";s:9:"Architect";s:4:"desc";s:30:"Import Architect Demo content.";s:5:"image";s:73:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/architect.jpg";s:8:"demo_url";s:43:"http://www.kallyas.net/demo.php?d=architect";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:20:"znpb-counter-element";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.7";}}s:7:"medical";a:7:{s:5:"title";s:7:"Medical";s:4:"desc";s:28:"Import Medical Demo content.";s:5:"image";s:71:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/medical.jpg";s:8:"demo_url";s:41:"http://www.kallyas.net/demo.php?d=medical";s:7:"private";s:1:"0";s:7:"plugins";a:4:{i:0;s:9:"revslider";i:1;s:20:"znpb-counter-element";i:2;s:11:"woocommerce";i:3;s:12:"mp-timetable";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:5:"cargo";a:7:{s:5:"title";s:5:"Cargo";s:4:"desc";s:26:"Import Cargo Demo content.";s:5:"image";s:69:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/cargo.jpg";s:8:"demo_url";s:39:"http://www.kallyas.net/demo.php?d=cargo";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:20:"znpb-counter-element";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:6:"lawyer";a:7:{s:5:"title";s:6:"Lawyer";s:4:"desc";s:27:"Import Lawyer Demo content.";s:5:"image";s:70:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/lawyer.jpg";s:8:"demo_url";s:40:"http://www.kallyas.net/demo.php?d=lawyer";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:9:"revslider";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.6";}}s:13:"kallyas-sport";a:7:{s:5:"title";s:13:"Kallyas Sport";s:4:"desc";s:26:"Import Sport Demo content.";s:5:"image";s:69:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/sport.jpg";s:8:"demo_url";s:39:"http://www.kallyas.net/demo.php?d=sport";s:7:"private";s:1:"0";s:7:"plugins";a:3:{i:0;s:9:"revslider";i:1;s:11:"woocommerce";i:2;s:12:"znpb-flipbox";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.8";}}s:15:"kallyas-charity";a:7:{s:5:"title";s:15:"Kallyas Charity";s:4:"desc";s:36:"Import Kallyas Charity Demo content.";s:5:"image";s:71:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/charity.jpg";s:8:"demo_url";s:41:"http://www.kallyas.net/demo.php?d=charity";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:20:"znpb-counter-element";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.7";}}s:9:"sidefolio";a:7:{s:5:"title";s:9:"Sidefolio";s:4:"desc";s:27:"This is the Sidefolio demo.";s:5:"image";s:73:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/sidefolio.jpg";s:8:"demo_url";s:43:"http://www.kallyas.net/demo.php?d=sidefolio";s:7:"private";s:1:"0";s:7:"plugins";a:3:{i:0;s:21:"animated-text-element";i:1;s:25:"kallyas-addon-side-header";i:2;s:20:"znpb-counter-element";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.8";}}s:7:"speaker";a:7:{s:5:"title";s:7:"Speaker";s:4:"desc";s:25:"This is the Speaker demo.";s:5:"image";s:71:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/speaker.jpg";s:8:"demo_url";s:41:"http://www.kallyas.net/demo.php?d=speaker";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:25:"kallyas-addon-nav-overlay";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.8";}}s:10:"kids-store";a:7:{s:5:"title";s:10:"Kids Store";s:4:"desc";s:28:"This is the Kids Store demo.";s:5:"image";s:76:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/kidsclothing.jpg";s:8:"demo_url";s:34:"http://demo.kallyas.net/kids-store";s:7:"private";s:1:"0";s:7:"plugins";a:3:{i:0;s:25:"kallyas-addon-nav-overlay";i:1;s:11:"woocommerce";i:2;s:9:"revslider";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.8";}}s:15:"comingsoon-demo";a:7:{s:5:"title";s:15:"Comingsoon Demo";s:4:"desc";s:47:"[demo.kallyas.net] This is the Comingsoon demo.";s:5:"image";s:75:"http://my.hogash.com/wp-content/uploads/demo-images/kallyas/comingsoon6.jpg";s:8:"demo_url";s:44:"http://www.kallyas.net/demo.php?d=comingsoon";s:7:"private";s:1:"0";s:7:"plugins";a:0:{}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.9";}}s:14:"music-festival";a:7:{s:5:"title";s:14:"Music Festival";s:4:"desc";s:32:"This is the Music Festival demo.";s:5:"image";s:85:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/music-festival_thumb.jpg";s:8:"demo_url";s:38:"http://demo.kallyas.net/music-festival";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:25:"kallyas-addon-nav-overlay";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:13:"coming-soon-2";a:7:{s:5:"title";s:13:"Coming Soon 2";s:4:"desc";s:31:"This is the Coming Soon 2 demo.";s:5:"image";s:77:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/coming-soon2.jpg";s:8:"demo_url";s:37:"http://demo.kallyas.net/coming-soon-2";s:7:"private";s:1:"0";s:7:"plugins";a:0:{}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:10:"membership";a:7:{s:5:"title";s:10:"Membership";s:4:"desc";s:28:"This is the Membership demo.";s:5:"image";s:75:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/membership.png";s:8:"demo_url";s:34:"http://demo.kallyas.net/membership";s:7:"private";s:1:"0";s:7:"plugins";a:6:{i:0;s:11:"woocommerce";i:1;s:14:"nav-menu-roles";i:2;s:20:"paid-memberships-pro";i:3;s:17:"pmpro-woocommerce";i:4;s:20:"znpb-counter-element";i:5;s:18:"znpb-posts-layouts";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:17:"veterinary-clinic";a:7:{s:5:"title";s:17:"Veterinary Clinic";s:4:"desc";s:35:"This is the Veterinary Clinic demo.";s:5:"image";s:90:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/kallyas-veterinary-clinic.jpg";s:8:"demo_url";s:40:"http://demo.kallyas.net/veterinaryclinic";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:25:"kallyas-addon-nav-overlay";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:13:"makeup-artist";a:7:{s:5:"title";s:13:"Makeup Artist";s:4:"desc";s:31:"This is the Makeup artist demo.";s:5:"image";s:86:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/kallyas-makeup-artist.jpg";s:8:"demo_url";s:36:"http://demo.kallyas.net/makeupartist";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:12:"znpb-tiltbox";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:9:"golf-club";a:7:{s:5:"title";s:9:"Golf Club";s:4:"desc";s:23:"This is Golf Club demo.";s:5:"image";s:89:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/kallyas-golf-small-thumb.jpg";s:8:"demo_url";s:44:"http://demo.kallyas.net/golf-wordpress-theme";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:20:"znpb-counter-element";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:10:"conference";a:7:{s:5:"title";s:10:"Conference";s:4:"desc";s:28:"This is the Conference demo.";s:5:"image";s:75:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/conference.jpg";s:8:"demo_url";s:34:"http://demo.kallyas.net/conference";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:25:"kallyas-addon-nav-overlay";i:1;s:12:"znpb-tiltbox";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:11:"metal-works";a:7:{s:5:"title";s:11:"Metal Works";s:4:"desc";s:33:"This is Metal & Steel Works demo.";s:5:"image";s:72:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/metalex.jpg";s:8:"demo_url";s:34:"http://demo.kallyas.net/metalworks";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:25:"kallyas-addon-nav-overlay";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:4:"wine";a:7:{s:5:"title";s:4:"Wine";s:4:"desc";s:22:"This is the Wine demo.";s:5:"image";s:69:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/wine.jpg";s:8:"demo_url";s:28:"http://demo.kallyas.net/wine";s:7:"private";s:1:"0";s:7:"plugins";a:0:{}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.9";}}s:6:"bistro";a:7:{s:5:"title";s:6:"Bistro";s:4:"desc";s:20:"This is Bistro demo.";s:5:"image";s:71:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/bistro.jpg";s:8:"demo_url";s:30:"http://demo.kallyas.net/bistro";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:25:"kallyas-addon-side-header";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.9";}}s:9:"cosmetics";a:7:{s:5:"title";s:9:"Cosmetics";s:4:"desc";s:30:"Import Cosmetics Demo content.";s:5:"image";s:74:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/cosmetics.jpg";s:8:"demo_url";s:33:"http://demo.kallyas.net/cosmetics";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:11:"woocommerce";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:8:"wedding2";a:7:{s:5:"title";s:8:"Wedding2";s:4:"desc";s:30:"Import Wedding 2 Demo content.";s:5:"image";s:73:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/wedding2.jpg";s:8:"demo_url";s:32:"http://demo.kallyas.net/wedding2";s:7:"private";s:1:"0";s:7:"plugins";a:4:{i:0;s:12:"znpb-tiltbox";i:1;s:20:"znpb-counter-element";i:2;s:18:"znpb-posts-layouts";i:3;s:14:"instashow-lite";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:13:"construction2";a:7:{s:5:"title";s:13:"Construction2";s:4:"desc";s:35:"Import Construction 2 Demo content.";s:5:"image";s:78:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/construction2.jpg";s:8:"demo_url";s:37:"http://demo.kallyas.net/construction2";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:25:"kallyas-addon-nav-overlay";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:13:"luxury-driver";a:7:{s:5:"title";s:13:"Luxury Driver";s:4:"desc";s:39:"This is the Luxury Driver demo content.";s:5:"image";s:78:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/luxury-driver.jpg";s:8:"demo_url";s:37:"http://demo.kallyas.net/luxury-driver";s:7:"private";s:1:"0";s:7:"plugins";a:0:{}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:3:"4.9";}}s:4:"yoga";a:7:{s:5:"title";s:4:"Yoga";s:4:"desc";s:22:"This is the Yoga demo.";s:5:"image";s:74:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/yoga-demo.jpg";s:8:"demo_url";s:28:"http://demo.kallyas.net/yoga";s:7:"private";s:1:"0";s:7:"plugins";a:0:{}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:11:"greek-hotel";a:7:{s:5:"title";s:11:"Greek Hotel";s:4:"desc";s:27:"This is Hotel Booking demo.";s:5:"image";s:75:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/greekhotel.jpg";s:8:"demo_url";s:34:"http://demo.kallyas.net/greekhotel";s:7:"private";s:1:"0";s:7:"plugins";a:4:{i:0;s:25:"kallyas-addon-nav-overlay";i:1;s:9:"revslider";i:2;s:14:"instashow-lite";i:3;s:16:"wp-hotel-booking";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.7";s:13:"theme_version";s:4:"4.14";}}s:6:"gossip";a:7:{s:5:"title";s:6:"Gossip";s:4:"desc";s:25:"This is Gossip Blog demo.";s:5:"image";s:71:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/gossip.jpg";s:8:"demo_url";s:30:"http://demo.kallyas.net/gossip";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:18:"znpb-posts-layouts";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.13";}}s:7:"dentist";a:7:{s:5:"title";s:7:"Dentist";s:4:"desc";s:21:"This is Dentist demo.";s:5:"image";s:72:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/dentist.png";s:8:"demo_url";s:31:"http://demo.kallyas.net/dentist";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:25:"kallyas-addon-nav-overlay";i:1;s:20:"znpb-counter-element";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.11";}}s:15:"interior-design";a:7:{s:5:"title";s:15:"Interior Design";s:4:"desc";s:33:"This is the Interior Design demo.";s:5:"image";s:80:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/interior-design.jpg";s:8:"demo_url";s:39:"http://demo.kallyas.net/interior-design";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:20:"znpb-counter-element";i:1;s:25:"kallyas-addon-nav-overlay";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.7";s:13:"theme_version";s:4:"4.14";}}s:14:"digital-agency";a:7:{s:5:"title";s:14:"Digital Agency";s:4:"desc";s:28:"This is Digital Agency Demo.";s:5:"image";s:79:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/digital-agency.jpg";s:8:"demo_url";s:38:"http://demo.kallyas.net/digital-agency";s:7:"private";s:1:"0";s:7:"plugins";a:3:{i:0;s:9:"revslider";i:1;s:12:"znpb-flipbox";i:2;s:25:"kallyas-addon-nav-overlay";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:6:"4.14.0";}}s:12:"bike-demo-81";a:7:{s:5:"title";s:9:"Bike Demo";s:4:"desc";s:18:"This is Bike demo.";s:5:"image";s:69:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/bike.jpg";s:8:"demo_url";s:28:"http://demo.kallyas.net/bike";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:11:"woocommerce";i:1;s:9:"revslider";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:6:"4.14.0";}}s:14:"comming-soon-3";a:7:{s:5:"title";s:13:"Coming Soon 3";s:4:"desc";s:36:"[demo.kallyas.net] Coming Soon page.";s:5:"image";s:83:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/comingsoon3-square.png";s:8:"demo_url";s:35:"http://demo.kallyas.net/comingsoon3";s:7:"private";s:1:"0";s:7:"plugins";a:0:{}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:6:"4.14.0";}}s:7:"florist";a:7:{s:5:"title";s:7:"Florist";s:4:"desc";s:28:"This is Kallyas Florist Demo";s:5:"image";s:80:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/kallyas-florist.jpg";s:8:"demo_url";s:31:"http://demo.kallyas.net/florist";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:11:"woocommerce";i:1;s:9:"revslider";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:4:"4.15";}}s:10:"32weewqewq";a:7:{s:5:"title";s:10:"AutoTrader";s:4:"desc";s:35:"Kallyas AutoTrader - Car Dealership";s:5:"image";s:111:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/kallyas-autotrader-car-listing-wordpress-theme.jpg";s:8:"demo_url";s:36:"https://demo.kallyas.net/autotrader/";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:14:"wp-car-manager";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.6";s:13:"theme_version";s:6:"4.15.4";}}s:5:"pizza";a:7:{s:5:"title";s:5:"Pizza";s:4:"desc";s:21:"This is Kallyas Pizza";s:5:"image";s:78:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/kallyas_pizza.jpg";s:8:"demo_url";s:29:"http://demo.kallyas.net/pizza";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:9:"revslider";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.8";s:13:"theme_version";s:4:"4.14";}}s:13:"minimal-store";a:7:{s:5:"title";s:13:"Minimal Store";s:4:"desc";s:29:"This is Kallyas Minimal Store";s:5:"image";s:77:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/minimalstore.jpg";s:8:"demo_url";s:37:"http://demo.kallyas.net/minimal-store";s:7:"private";s:1:"0";s:7:"plugins";a:4:{i:0;s:11:"woocommerce";i:1;s:25:"kallyas-addon-nav-overlay";i:2;s:17:"wd-instagram-feed";i:3;s:20:"wp-notification-bars";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.8";s:13:"theme_version";s:7:"4.15.12";}}s:23:"winter-sports-shop-demo";a:7:{s:5:"title";s:23:"Winter Sports Shop Demo";s:4:"desc";s:47:"[ demo.kallyas.net ] This is Winter Sports Shop";s:5:"image";s:83:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/winter-sports-shop.jpg";s:8:"demo_url";s:37:"http://demo.kallyas.net/winter-sports";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:11:"woocommerce";i:1;s:9:"revslider";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.9";s:13:"theme_version";s:7:"4.15.14";}}s:13:"kallyas-yacht";a:7:{s:5:"title";s:13:"Kallyas Yacht";s:4:"desc";s:26:"This is Yacht Sailing Demo";s:5:"image";s:94:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/yacht-sailing-wordpress-theme.jpg";s:8:"demo_url";s:38:"https://demo.kallyas.net/yacht-sailing";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:11:"woocommerce";i:1;s:9:"revslider";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.9";s:13:"theme_version";s:7:"4.15.14";}}s:19:"kallyas-hosting-103";a:7:{s:5:"title";s:15:"Kallyas Hosting";s:4:"desc";s:20:"This is Hosting Demo";s:5:"image";s:72:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/hosting.jpg";s:8:"demo_url";s:32:"https://demo.kallyas.net/hosting";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:12:"powies-whois";}s:8:"requires";a:2:{s:10:"wp_version";s:3:"4.9";s:13:"theme_version";s:7:"4.15.14";}}s:21:"music-artist-demo-107";a:7:{s:5:"title";s:17:"Music Artist Demo";s:4:"desc";s:25:"This is Music Artist Demo";s:5:"image";s:77:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/music-artist.png";s:8:"demo_url";s:36:"http://demo.kallyas.net/music-artist";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:19:"kallyas-child-theme";i:1;s:25:"kallyas-addon-nav-overlay";}s:8:"requires";a:2:{s:10:"wp_version";s:5:"4.9.4";s:13:"theme_version";s:4:"4.15";}}s:19:"fragrance-shop-demo";a:7:{s:5:"title";s:19:"Fragrance Shop Demo";s:4:"desc";s:48:"[ demo.kallyas.net ] This is Fragrance Shop Demo";s:5:"image";s:79:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/fragrance-shop.png";s:8:"demo_url";s:38:"http://demo.kallyas.net/fragrance-shop";s:7:"private";s:1:"0";s:7:"plugins";a:3:{i:0;s:19:"kallyas-child-theme";i:1;s:11:"woocommerce";i:2;s:9:"revslider";}s:8:"requires";a:2:{s:10:"wp_version";s:5:"4.9.6";s:13:"theme_version";s:4:"4.15";}}s:8:"spa-demo";a:7:{s:5:"title";s:8:"Spa Demo";s:4:"desc";s:37:"[ demo.kallyas.net ] This is Spa Demo";s:5:"image";s:73:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/spa-demo.png";s:8:"demo_url";s:32:"http://demo.kallyas.net/spa-demo";s:7:"private";s:1:"0";s:7:"plugins";a:1:{i:0;s:9:"revslider";}s:8:"requires";a:2:{s:10:"wp_version";s:5:"4.9.6";s:13:"theme_version";s:7:"4.15.17";}}s:17:"auto-service-demo";a:7:{s:5:"title";s:17:"Auto Service Demo";s:4:"desc";s:33:"[ demo.kallyas.net ] Auto Service";s:5:"image";s:85:"https://my.hogash.com/wp-content/uploads/demo-images/kallyas/wordpress-car-repair.png";s:8:"demo_url";s:37:"https://demo.kallyas.net/autoservice/";s:7:"private";s:1:"0";s:7:"plugins";a:2:{i:0;s:9:"revslider";i:1;s:12:"znpb-tiltbox";}s:8:"requires";a:2:{s:10:"wp_version";s:5:"4.9.6";s:13:"theme_version";s:7:"4.15.17";}}}', 'no'),
(147, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:2:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-5.4.1.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.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-5.4.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-5.4.1-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.4.1";s:7:"version";s:5:"5.4.1";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-5.4.1.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.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-5.4.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-5.4.1-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.4.1";s:7:"version";s:5:"5.4.1";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}}s:12:"last_checked";i:1589949768;s:15:"version_checked";s:5:"5.3.3";s:12:"translations";a:0:{}}', 'no'),
(148, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:22:"kainat@a2zcreatorz.com";s:7:"version";s:5:"5.3.3";s:9:"timestamp";i:1589871262;}', 'no'),
(149, 'widget_sbs_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(150, 'widget_tp_widget_recent_tweets', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(151, 'widget_text_contact', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(152, 'widget_zn_mailchimp', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(153, 'widget_social_buttons', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(154, 'widget_zn_flickr', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(155, '_site_transient_timeout_kallyas_hg_dash_plugins', '1589957683', 'no');
INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(156, '_site_transient_kallyas_hg_dash_plugins', 'a:39:{s:19:"kallyas-child-theme";a:13:{s:10:"addon_type";s:11:"child_theme";s:4:"name";s:19:"Kallyas child theme";s:4:"slug";s:19:"kallyas-child-theme";s:6:"source";s:17:"kallyas-child.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"1.0.0";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/QbFCbR4.png";s:15:"z_plugin_author";s:13:"Hogash Studio";s:20:"z_plugin_description";s:199:"Always stay updated and safely customize Kallyas theme code, by applying custom hooks or overriding files. <a href="https://codex.wordpress.org/Child_Themes" target="_blank">More on Child Themes</a>.";s:9:"zn_plugin";s:0:"";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:9:"revslider";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:17:"Revolution Slider";s:4:"slug";s:9:"revslider";s:6:"source";s:13:"revslider.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"6.1.8";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/zlC8IqW.png";s:15:"z_plugin_author";s:10:"themepunch";s:20:"z_plugin_description";s:140:"Slider Revolution is not only for Sliders. You can now build a beautiful one-page web presence with absolutely no coding knowledge required.";s:9:"zn_plugin";s:23:"revslider/revslider.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:15:"RevSliderSlider";}s:11:"woocommerce";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:11:"WooCommerce";s:4:"slug";s:11:"woocommerce";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:5:"2.5.5";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/uuF94OE.png";s:15:"z_plugin_author";s:9:"woothemes";s:20:"z_plugin_description";s:248:"WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world''s favorite eCommerce solution that gives both store owners and developers complete control.";s:9:"zn_plugin";s:27:"woocommerce/woocommerce.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:11:"WooCommerce";}s:7:"bbpress";a:13:{s:10:"addon_type";s:0:"";s:4:"name";s:7:"BBpress";s:4:"slug";s:7:"bbpress";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:5:"2.5.5";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/VjswO8O.png";s:15:"z_plugin_author";s:9:"WordPress";s:20:"z_plugin_description";s:50:"bbPress is forum software, made the WordPress way.";s:9:"zn_plugin";s:19:"bbpress/bbpress.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:7:"booking";a:13:{s:10:"addon_type";s:0:"";s:4:"name";s:16:"Booking Calendar";s:4:"slug";s:7:"booking";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:3:"6.2";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/9Z9j3lY.png";s:15:"z_plugin_author";s:9:"wpdevelop";s:20:"z_plugin_description";s:128:"Booking Calendar plugin - is the ultimate booking system for online reservation and availability checking service for your site.";s:9:"zn_plugin";s:25:"booking/wpdev-booking.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:16:"hogash-post-love";a:13:{s:10:"addon_type";s:0:"";s:4:"name";s:30:"PostLove - Content like plugin";s:4:"slug";s:16:"hogash-post-love";s:6:"source";s:20:"hogash-post-love.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"1.0.0";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/VhswEdq.png";s:15:"z_plugin_author";s:12:"HogashStudio";s:20:"z_plugin_description";s:145:"Hogash Post Love brings article loving to your site. You users or visitors would be able to share their interest in your articles by loving them.";s:9:"zn_plugin";s:37:"hogash-post-love/hogash-post-love.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:10:"CuteSlider";a:13:{s:10:"addon_type";s:0:"";s:4:"name";s:11:"Cute Slider";s:4:"slug";s:10:"CuteSlider";s:6:"source";s:16:"cutesliderwp.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:6:"1.1.18";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/Of4CycQ.png";s:15:"z_plugin_author";s:25:"Averta and Kreatura Media";s:20:"z_plugin_description";s:188:"Cute Slider is a unique and easy to use slider with awesome 3D and 2D transition effects, captions, 4 ready to use templates, video (youtube and vimeo) support and more impressive features";s:9:"zn_plugin";s:25:"CuteSlider/cuteslider.php";s:10:"deprecated";a:1:{s:7:"message";s:183:"This plugin is no longer maintained by its developers. Please be aware that problems may appear when using it. We strongly recommend using an alternative slider provided by the theme.";}s:11:"is_callable";s:0:"";}s:17:"event-calendar-wd";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:17:"Calendar Event WD";s:4:"slug";s:17:"event-calendar-wd";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:6:"1.1.15";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/0gv4KmJ.png";s:15:"z_plugin_author";s:9:"webdorado";s:20:"z_plugin_description";s:84:"Organize and publish your events in an easy and elegant way using Event Calendar WD.";s:9:"zn_plugin";s:26:"event-calendar-wd/ecwd.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:20:"znpb-counter-element";a:13:{s:10:"addon_type";s:10:"pb_element";s:4:"name";s:20:"ZNPB Counter Element";s:4:"slug";s:20:"znpb-counter-element";s:6:"source";s:24:"znpb-counter-element.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"1.0.2";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/8wunBWG.png";s:15:"z_plugin_author";s:13:"Hogash Studio";s:20:"z_plugin_description";s:100:"Adds a counter element into the page builder. The element will generate an animating counter number.";s:9:"zn_plugin";s:45:"znpb-counter-element/znpb-counter-element.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:12:"znpb-flipbox";a:13:{s:10:"addon_type";s:10:"pb_element";s:4:"name";s:20:"ZNPB FlipBox Element";s:4:"slug";s:12:"znpb-flipbox";s:6:"source";s:16:"znpb-flipbox.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"1.0.8";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/WqYhTnT.png";s:15:"z_plugin_author";s:13:"Hogash Studio";s:20:"z_plugin_description";s:95:"This element will generate an animated flipping box, which accepts custom page builder content.";s:9:"zn_plugin";s:29:"znpb-flipbox/znpb-flipbox.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:17:"wd-instagram-feed";a:13:{s:10:"addon_type";s:0:"";s:4:"name";s:17:"Instagram Feed WD";s:4:"slug";s:17:"wd-instagram-feed";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:6:"1.1.27";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/yG8oYPo.png";s:15:"z_plugin_author";s:9:"webdorado";s:20:"z_plugin_description";s:129:"Instagram Feed WD plugin is a user-friendly tool for displaying user or hashtag-based feeds on your website with only few clicks.";s:9:"zn_plugin";s:39:"wd-instagram-feed/wd-instagram-feed.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:42:"bookly-responsive-appointment-booking-tool";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:11:"Bookly Lite";s:4:"slug";s:42:"bookly-responsive-appointment-booking-tool";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:6:"14.5.1";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/uZpo5Ym.png";s:15:"z_plugin_author";s:6:"Ladela";s:20:"z_plugin_description";s:110:"Bookly is a easy-to-use and easy-to-manage booking tool for Service providers who think about their customers.";s:9:"zn_plugin";s:51:"bookly-responsive-appointment-booking-tool/main.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:12:"mp-timetable";a:13:{s:10:"addon_type";s:0:"";s:4:"name";s:22:"Timetable by MotoPress";s:4:"slug";s:12:"mp-timetable";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:5:"2.0.4";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:30:"http://i.imgur.com/cr8EkFh.png";s:15:"z_plugin_author";s:9:"MotoPress";s:20:"z_plugin_description";s:162:"MotoPress Timetable and Event Schedule is an all-around organizer plugin developed to help you create and manage online schedules for a single or multiple events.";s:9:"zn_plugin";s:29:"mp-timetable/mp-timetable.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:25:"kallyas-addon-side-header";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:27:"Side Header - Kallyas Addon";s:4:"slug";s:25:"kallyas-addon-side-header";s:6:"source";s:29:"kallyas-addon-side-header.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"1.4.0";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:30:"http://i.imgur.com/YPD7bpq.png";s:15:"z_plugin_author";s:12:"HogashStudio";s:20:"z_plugin_description";s:165:"This plugin will replace the default Kallyas theme header with a side block containing components such as logo image, main navigation, search form, social icons etc.";s:9:"zn_plugin";s:55:"kallyas-addon-side-header/kallyas-addon-side-header.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:25:"kallyas-addon-nav-overlay";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:34:"Navigation Overlay - Kallyas Addon";s:4:"slug";s:25:"kallyas-addon-nav-overlay";s:6:"source";s:29:"kallyas-addon-nav-overlay.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:6:"1.0.12";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:30:"http://i.imgur.com/OST9rF6.png";s:15:"z_plugin_author";s:12:"HogashStudio";s:20:"z_plugin_description";s:136:"This plugin will replace the default Kallyas theme side panel navigation with an overlay panel. Can be used on desktop viewport as well.";s:9:"zn_plugin";s:55:"kallyas-addon-nav-overlay/kallyas-addon-nav-overlay.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:21:"animated-text-element";a:13:{s:10:"addon_type";s:10:"pb_element";s:4:"name";s:21:"Animated Text Element";s:4:"slug";s:21:"animated-text-element";s:6:"source";s:25:"animated-text-element.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"1.0.0";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:30:"http://i.imgur.com/mwDERYw.png";s:15:"z_plugin_author";s:13:"Hogash Studio";s:20:"z_plugin_description";s:57:"This element will display a text with a typing animation.";s:9:"zn_plugin";s:47:"animated-text-element/animated-text-element.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:12:"znpb-tiltbox";a:13:{s:10:"addon_type";s:10:"pb_element";s:4:"name";s:15:"TiltBox Element";s:4:"slug";s:12:"znpb-tiltbox";s:6:"source";s:16:"znpb-tiltbox.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"1.0.2";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:30:"http://i.imgur.com/RYazF16.png";s:15:"z_plugin_author";s:13:"Hogash Studio";s:20:"z_plugin_description";s:102:"This element will add a box containing texts and an image, which will be animated upon mouse hovering.";s:9:"zn_plugin";s:29:"znpb-tiltbox/znpb-tiltbox.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:18:"znpb-posts-layouts";a:13:{s:10:"addon_type";s:10:"pb_element";s:4:"name";s:26:"Blog-Posts Layouts Element";s:4:"slug";s:18:"znpb-posts-layouts";s:6:"source";s:22:"znpb-posts-layouts.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"1.1.5";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:30:"http://i.imgur.com/BJQ7Uhs.png";s:15:"z_plugin_author";s:13:"Hogash Studio";s:20:"z_plugin_description";s:68:"This page builder plugin will display various layouts of blog posts.";s:9:"zn_plugin";s:41:"znpb-posts-layouts/znpb-posts-layouts.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:14:"nav-menu-roles";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:14:"Nav Menu Roles";s:4:"slug";s:14:"nav-menu-roles";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:5:"1.8.6";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:56:"https://kallyas.net/images/plugin-img/nav-user-roles.png";s:15:"z_plugin_author";s:14:"helgatheviking";s:20:"z_plugin_description";s:44:"Hide custom menu items based on user roles. ";s:9:"zn_plugin";s:33:"nav-menu-roles/nav-menu-roles.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:20:"paid-memberships-pro";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:20:"Paid Memberships Pro";s:4:"slug";s:20:"paid-memberships-pro";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:8:"1.8.13.6";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:61:"https://kallyas.net/images/plugin-img/paid-membershio-pro.png";s:15:"z_plugin_author";s:13:"Jason Coleman";s:20:"z_plugin_description";s:132:"A revenue-generating machine for membership sites. Unlimited levels with recurring payment, protected content and member management.";s:9:"zn_plugin";s:45:"paid-memberships-pro/paid-memberships-pro.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:17:"pmpro-woocommerce";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:41:"Paid Memberships Pro - WooCommerce Add On";s:4:"slug";s:17:"pmpro-woocommerce";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:3:"1.4";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:64:"https://kallyas.net/images/plugin-img/paid-membershio-pro-wc.png";s:15:"z_plugin_author";s:22:"Jason Coleman, Messica";s:20:"z_plugin_description";s:49:"Integrates Paid Memberships Pro with WooCommerce.";s:9:"zn_plugin";s:39:"pmpro-woocommerce/pmpro-woocommerce.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:14:"instashow-lite";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:22:"Instagram Feed Gallery";s:4:"slug";s:14:"instashow-lite";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:5:"1.3.0";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:51:"https://kallyas.net/images/plugin-img/instashow.png";s:15:"z_plugin_author";s:8:"Elfsight";s:20:"z_plugin_description";s:53:"Allows setting up gorgeous grids of Instagram photos.";s:9:"zn_plugin";s:33:"instashow-lite/instashow-lite.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:16:"wp-hotel-booking";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:16:"WP Hotel Booking";s:4:"slug";s:16:"wp-hotel-booking";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:7:"1.7.6.4";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:58:"https://kallyas.net/images/plugin-img/wp-hotel-booking.png";s:15:"z_plugin_author";s:9:"ThimPress";s:20:"z_plugin_description";s:46:"A complete hotel booking plugin for WordPress.";s:9:"zn_plugin";s:37:"wp-hotel-booking/wp-hotel-booking.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:16:"znpb-breadcrumbs";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:16:"ZNPB Breadcrumbs";s:4:"slug";s:16:"znpb-breadcrumbs";s:6:"source";s:20:"znpb-breadcrumbs.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"1.0.0";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:30:"http://i.imgur.com/ZKTpj9d.png";s:15:"z_plugin_author";s:13:"Hogash Studio";s:20:"z_plugin_description";s:50:"Simple way of displaying breadcrumbs in your page.";s:9:"zn_plugin";s:37:"znpb-breadcrumbs/znpb-breadcrumbs.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:16:"hogash-mailchimp";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:16:"Hogash Mailchimp";s:4:"slug";s:16:"hogash-mailchimp";s:6:"source";s:20:"hogash-mailchimp.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"1.0.4";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:30:"http://i.imgur.com/V4A2Rat.png";s:15:"z_plugin_author";s:13:"Hogash Studio";s:20:"z_plugin_description";s:68:"A plugin that will add Mailchimp functionality to all Hogash themes.";s:9:"zn_plugin";s:37:"hogash-mailchimp/hogash-mailchimp.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:19:"hg-before-and-after";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:22:"Before & After element";s:4:"slug";s:19:"hg-before-and-after";s:6:"source";s:23:"hg-before-and-after.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"1.0.0";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:25:"//i.imgur.com/VClE1Ad.png";s:15:"z_plugin_author";s:13:"Hogash Studio";s:20:"z_plugin_description";s:151:"This plugin will add a before and after element. It will allow you to present two images with a bar that the user can drag to reveal the image bellow .";s:9:"zn_plugin";s:43:"hg-before-and-after/hg-before-and-after.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:14:"wp-car-manager";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:14:"WP Car Manager";s:4:"slug";s:14:"wp-car-manager";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:5:"1.3.5";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:56:"https://kallyas.net/images/plugin-img/wp-car-manager.png";s:15:"z_plugin_author";s:6:"Never5";s:20:"z_plugin_description";s:90:"WP Car Manager allows you to manage and list your cars from within your WordPress website!";s:9:"zn_plugin";s:33:"wp-car-manager/wp-car-manager.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:20:"wp-notification-bars";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:20:"WP Notification Bars";s:4:"slug";s:20:"wp-notification-bars";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:5:"1.0.1";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:28:"http://imgur.com/jGhk0RA.png";s:15:"z_plugin_author";s:11:"MyThemeShop";s:20:"z_plugin_description";s:190:"WP Notification Bars is a custom notification and alert bar plugin for WordPress which is perfect for marketing promotions, alerts, increasing click throughs to other pages and so much more.";s:9:"zn_plugin";s:45:"wp-notification-bars/wp-notification-bars.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:12:"powies-whois";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:26:"Powie''s WHOIS Domain Check";s:4:"slug";s:12:"powies-whois";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:6:"0.9.26";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:55:"https://kallyas.net/images/plugin-img/hosting-check.png";s:15:"z_plugin_author";s:15:"Thomas Ehrhardt";s:20:"z_plugin_description";s:44:"Checks Domain WHOIS Lookup for availability.";s:9:"zn_plugin";s:29:"powies-whois/powies-whois.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:23:"yith-infinite-scrolling";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:23:"YITH Infinite Scrolling";s:4:"slug";s:23:"yith-infinite-scrolling";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:5:"1.0.9";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:64:"https://ps.w.org/yith-infinite-scrolling/assets/icon-128x128.jpg";s:15:"z_plugin_author";s:8:"YITHEMES";s:20:"z_plugin_description";s:293:"People have become used to see contents online in a sequential way: think about Facebook or Twitter, two navigation systems that now influence how we browse the web. With YITH Infinite Scrolling, we have decided to apply this idea for an immediate and direct consultation of the page contents!";s:9:"zn_plugin";s:32:"yith-infinite-scrolling/init.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:16:"post-types-order";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:16:"Post Types Order";s:4:"slug";s:16:"post-types-order";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:7:"1.9.3.9";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:69:"https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428";s:15:"z_plugin_author";s:8:"Nsp Code";s:20:"z_plugin_description";s:107:"A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability.";s:9:"zn_plugin";s:37:"post-types-order/post-types-order.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:22:"woo-variation-swatches";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:30:"WooCommerce Variation Swatches";s:4:"slug";s:22:"woo-variation-swatches";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:6:"1.0.44";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:59:"https://kallyas.net/images/plugin-img/variationswatches.png";s:15:"z_plugin_author";s:11:"Emran Ahmed";s:20:"z_plugin_description";s:88:"Beautiful Color, Image and Buttons Variation Swatches For WooCommerce Product Attributes";s:9:"zn_plugin";s:49:"woo-variation-swatches/woo-variation-swatches.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:15:"woo-lucky-wheel";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:43:"WooCommerce Lucky Wheel &ndash; Spin a Sale";s:4:"slug";s:15:"woo-lucky-wheel";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:7:"1.0.4.3";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:72:"https://kallyas.net/images/plugin-img/lucky-wheel-woocommerce-plugin.png";s:15:"z_plugin_author";s:10:"VillaTheme";s:20:"z_plugin_description";s:93:"Collect emails from customers who visit your store by giving them a chance to win a discount.";s:9:"zn_plugin";s:35:"woo-lucky-wheel/woo-lucky-wheel.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:24:"countdown-timer-ultimate";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:24:"Countdown Timer Ultimate";s:4:"slug";s:24:"countdown-timer-ultimate";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:5:"1.1.5";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:56:"https://kallyas.net/images/plugin-img/counter-plugin.png";s:15:"z_plugin_author";s:17:"WP Online Support";s:20:"z_plugin_description";s:61:"A very simple plugin to add countdown timer to your website. ";s:9:"zn_plugin";s:44:"countdown-timer-ultimate/countdown-timer.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:6:"leadin";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:28:"HubSpot All-In-One Marketing";s:4:"slug";s:6:"leadin";s:6:"source";s:10:"leadin.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:5:"7.5.0";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:62:"https://my.hogash.com/wp-content/uploads/2019/05/hubspot-1.png";s:15:"z_plugin_author";s:7:"HubSpot";s:20:"z_plugin_description";s:215:"HubSpot All-In-One Marketing is the ultimate free marketing plugin for WordPress if you want to grow your email list, generate leads, and manage all your contacts inside HubSpot&amp;amp;amp;amp;amp;rsquo;s free CRM.";s:9:"zn_plugin";s:17:"leadin/leadin.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:14:"instagram-feed";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:31:"Smash Balloon Social Photo Feed";s:4:"slug";s:14:"instagram-feed";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:5:"2.3.1";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:55:"https://kallyas.net/images/plugin-img/instashowlite.png";s:15:"z_plugin_author";s:13:"Smash Balloon";s:20:"z_plugin_description";s:115:"Display Instagram posts from your Instagram accounts, either in the same single feed or in multiple different ones.";s:9:"zn_plugin";s:33:"instagram-feed/instagram-feed.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:23:"ti-woocommerce-wishlist";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:30:"TI WooCommerce Wishlist Plugin";s:4:"slug";s:23:"ti-woocommerce-wishlist";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:6:"1.17.1";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:56:"https://kallyas.net/images/plugin-img/ti-wc-wishlist.png";s:15:"z_plugin_author";s:16:"TemplateInvaders";s:20:"z_plugin_description";s:120:"WooCommerce Wishlist is a simple but powerful tool that can help you to convert your site visitors into loyal customers.";s:9:"zn_plugin";s:51:"ti-woocommerce-wishlist/ti-woocommerce-wishlist.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:35:"zakeke-interactive-product-designer";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:51:"Zakeke Interactive Product Designer for WooCommerce";s:4:"slug";s:35:"zakeke-interactive-product-designer";s:6:"source";s:0:"";s:11:"source_type";s:4:"repo";s:7:"version";s:6:"2.0.13";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:48:"https://kallyas.net/images/plugin-img/zakeke.jpg";s:15:"z_plugin_author";s:6:"Zakeke";s:20:"z_plugin_description";s:87:"Print On Demand Plugin. Customers can see their fully customized product before buying.";s:9:"zn_plugin";s:46:"zakeke-interactive-product-designer/zakeke.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}s:20:"wp-hotel-booking-new";a:13:{s:10:"addon_type";s:2:"-1";s:4:"name";s:20:"WP Hotel Booking new";s:4:"slug";s:20:"wp-hotel-booking-new";s:6:"source";s:24:"wp-hotel-booking-new.zip";s:11:"source_type";s:8:"internal";s:7:"version";s:7:"1.7.6.4";s:7:"private";s:1:"0";s:13:"z_plugin_icon";s:58:"https://kallyas.net/images/plugin-img/wp-hotel-booking.png";s:15:"z_plugin_author";s:9:"ThimPress";s:20:"z_plugin_description";s:46:"A complete hotel booking plugin for WordPress.";s:9:"zn_plugin";s:41:"wp-hotel-booking-new/wp-hotel-booking.php";s:10:"deprecated";a:1:{s:7:"message";s:0:"";}s:11:"is_callable";s:0:"";}}', 'no'),
(157, 'znhgfw_current_domain', 'lizahs/2808:tsohlacol//:ptth', 'no'),
(158, '_transient_timeout_zn_google_fonts_cache', '1590476088', 'no');
INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(159, '_transient_zn_google_fonts_cache', 'a:991:{s:7:"ABeeZee";a:3:{s:6:"family";s:7:"ABeeZee";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Abel";a:3:{s:6:"family";s:4:"Abel";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Abhaya Libre";a:3:{s:6:"family";s:12:"Abhaya Libre";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:7:"sinhala";}}s:13:"Abril Fatface";a:3:{s:6:"family";s:13:"Abril Fatface";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Aclonica";a:3:{s:6:"family";s:8:"Aclonica";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Acme";a:3:{s:6:"family";s:4:"Acme";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Actor";a:3:{s:6:"family";s:5:"Actor";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Adamina";a:3:{s:6:"family";s:7:"Adamina";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Advent Pro";a:3:{s:6:"family";s:10:"Advent Pro";s:8:"variants";a:7:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"greek";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:15:"Aguafina Script";a:3:{s:6:"family";s:15:"Aguafina Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Akronim";a:3:{s:6:"family";s:7:"Akronim";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Aladin";a:3:{s:6:"family";s:6:"Aladin";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Alata";a:3:{s:6:"family";s:5:"Alata";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:6:"Alatsi";a:3:{s:6:"family";s:6:"Alatsi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:7:"Aldrich";a:3:{s:6:"family";s:7:"Aldrich";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Alef";a:3:{s:6:"family";s:4:"Alef";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:6:"hebrew";i:1;s:5:"latin";}}s:8:"Alegreya";a:3:{s:6:"family";s:8:"Alegreya";s:8:"variants";a:10:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"800";i:7;s:9:"800italic";i:8;s:3:"900";i:9;s:9:"900italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:11:"Alegreya SC";a:3:{s:6:"family";s:11:"Alegreya SC";s:8:"variants";a:10:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"800";i:7;s:9:"800italic";i:8;s:3:"900";i:9;s:9:"900italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:13:"Alegreya Sans";a:3:{s:6:"family";s:13:"Alegreya Sans";s:8:"variants";a:14:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"800";i:11;s:9:"800italic";i:12;s:3:"900";i:13;s:9:"900italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:16:"Alegreya Sans SC";a:3:{s:6:"family";s:16:"Alegreya Sans SC";s:8:"variants";a:14:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"800";i:11;s:9:"800italic";i:12;s:3:"900";i:13;s:9:"900italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:4:"Aleo";a:3:{s:6:"family";s:4:"Aleo";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Alex Brush";a:3:{s:6:"family";s:10:"Alex Brush";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Alfa Slab One";a:3:{s:6:"family";s:13:"Alfa Slab One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:5:"Alice";a:3:{s:6:"family";s:5:"Alice";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";}}s:5:"Alike";a:3:{s:6:"family";s:5:"Alike";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:13:"Alike Angular";a:3:{s:6:"family";s:13:"Alike Angular";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Allan";a:3:{s:6:"family";s:5:"Allan";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Allerta";a:3:{s:6:"family";s:7:"Allerta";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:15:"Allerta Stencil";a:3:{s:6:"family";s:15:"Allerta Stencil";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Allura";a:3:{s:6:"family";s:6:"Allura";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Almarai";a:3:{s:6:"family";s:7:"Almarai";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";i:3;s:3:"800";}s:7:"subsets";a:1:{i:0;s:6:"arabic";}}s:8:"Almendra";a:3:{s:6:"family";s:8:"Almendra";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:16:"Almendra Display";a:3:{s:6:"family";s:16:"Almendra Display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Almendra SC";a:3:{s:6:"family";s:11:"Almendra SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Amarante";a:3:{s:6:"family";s:8:"Amarante";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Amaranth";a:3:{s:6:"family";s:8:"Amaranth";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Amatic SC";a:3:{s:6:"family";s:9:"Amatic SC";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:6:"hebrew";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:9:"Amethysta";a:3:{s:6:"family";s:9:"Amethysta";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Amiko";a:3:{s:6:"family";s:5:"Amiko";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"600";i:2;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:5:"Amiri";a:3:{s:6:"family";s:5:"Amiri";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:5:"Amita";a:3:{s:6:"family";s:5:"Amita";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:7:"Anaheim";a:3:{s:6:"family";s:7:"Anaheim";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Andada";a:3:{s:6:"family";s:6:"Andada";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Andika";a:3:{s:6:"family";s:6:"Andika";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:6:"Angkor";a:3:{s:6:"family";s:6:"Angkor";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:24:"Annie Use Your Telescope";a:3:{s:6:"family";s:24:"Annie Use Your Telescope";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:13:"Anonymous Pro";a:3:{s:6:"family";s:13:"Anonymous Pro";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:5:"greek";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:5:"Antic";a:3:{s:6:"family";s:5:"Antic";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Antic Didone";a:3:{s:6:"family";s:12:"Antic Didone";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Antic Slab";a:3:{s:6:"family";s:10:"Antic Slab";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Anton";a:3:{s:6:"family";s:5:"Anton";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:6:"Arapey";a:3:{s:6:"family";s:6:"Arapey";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Arbutus";a:3:{s:6:"family";s:7:"Arbutus";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Arbutus Slab";a:3:{s:6:"family";s:12:"Arbutus Slab";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:19:"Architects Daughter";a:3:{s:6:"family";s:19:"Architects Daughter";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Archivo";a:3:{s:6:"family";s:7:"Archivo";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:13:"Archivo Black";a:3:{s:6:"family";s:13:"Archivo Black";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"Archivo Narrow";a:3:{s:6:"family";s:14:"Archivo Narrow";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:10:"Aref Ruqaa";a:3:{s:6:"family";s:10:"Aref Ruqaa";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}}s:13:"Arima Madurai";a:3:{s:6:"family";s:13:"Arima Madurai";s:8:"variants";a:8:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:5:"tamil";i:3;s:10:"vietnamese";}}s:5:"Arimo";a:3:{s:6:"family";s:5:"Arimo";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:6:"hebrew";i:5;s:5:"latin";i:6;s:9:"latin-ext";i:7;s:10:"vietnamese";}}s:8:"Arizonia";a:3:{s:6:"family";s:8:"Arizonia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Armata";a:3:{s:6:"family";s:6:"Armata";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Arsenal";a:3:{s:6:"family";s:7:"Arsenal";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:8:"Artifika";a:3:{s:6:"family";s:8:"Artifika";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Arvo";a:3:{s:6:"family";s:4:"Arvo";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Arya";a:3:{s:6:"family";s:4:"Arya";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:4:"Asap";a:3:{s:6:"family";s:4:"Asap";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:14:"Asap Condensed";a:3:{s:6:"family";s:14:"Asap Condensed";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:4:"Asar";a:3:{s:6:"family";s:4:"Asar";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:5:"Asset";a:3:{s:6:"family";s:5:"Asset";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Assistant";a:3:{s:6:"family";s:9:"Assistant";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";}s:7:"subsets";a:2:{i:0;s:6:"hebrew";i:1;s:5:"latin";}}s:7:"Astloch";a:3:{s:6:"family";s:7:"Astloch";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Asul";a:3:{s:6:"family";s:4:"Asul";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Athiti";a:3:{s:6:"family";s:6:"Athiti";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:4:"Atma";a:3:{s:6:"family";s:4:"Atma";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:7:"bengali";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:10:"Atomic Age";a:3:{s:6:"family";s:10:"Atomic Age";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Aubrey";a:3:{s:6:"family";s:6:"Aubrey";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Audiowide";a:3:{s:6:"family";s:9:"Audiowide";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Autour One";a:3:{s:6:"family";s:10:"Autour One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Average";a:3:{s:6:"family";s:7:"Average";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Average Sans";a:3:{s:6:"family";s:12:"Average Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:19:"Averia Gruesa Libre";a:3:{s:6:"family";s:19:"Averia Gruesa Libre";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Averia Libre";a:3:{s:6:"family";s:12:"Averia Libre";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:17:"Averia Sans Libre";a:3:{s:6:"family";s:17:"Averia Sans Libre";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:18:"Averia Serif Libre";a:3:{s:6:"family";s:18:"Averia Serif Libre";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"B612";a:3:{s:6:"family";s:4:"B612";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"B612 Mono";a:3:{s:6:"family";s:9:"B612 Mono";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Bad Script";a:3:{s:6:"family";s:10:"Bad Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:8:"cyrillic";i:1;s:5:"latin";}}s:7:"Bahiana";a:3:{s:6:"family";s:7:"Bahiana";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Bahianita";a:3:{s:6:"family";s:9:"Bahianita";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:12:"Bai Jamjuree";a:3:{s:6:"family";s:12:"Bai Jamjuree";s:8:"variants";a:12:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:7:"Baloo 2";a:3:{s:6:"family";s:7:"Baloo 2";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:4:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:12:"Baloo Bhai 2";a:3:{s:6:"family";s:12:"Baloo Bhai 2";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:4:{i:0;s:8:"gujarati";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:14:"Baloo Bhaina 2";a:3:{s:6:"family";s:14:"Baloo Bhaina 2";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:5:"oriya";i:3;s:10:"vietnamese";}}s:15:"Baloo Chettan 2";a:3:{s:6:"family";s:15:"Baloo Chettan 2";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:9:"malayalam";i:3;s:10:"vietnamese";}}s:10:"Baloo Da 2";a:3:{s:6:"family";s:10:"Baloo Da 2";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:4:{i:0;s:7:"bengali";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:13:"Baloo Paaji 2";a:3:{s:6:"family";s:13:"Baloo Paaji 2";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:4:{i:0;s:8:"gurmukhi";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:13:"Baloo Tamma 2";a:3:{s:6:"family";s:13:"Baloo Tamma 2";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:4:{i:0;s:7:"kannada";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:15:"Baloo Tammudu 2";a:3:{s:6:"family";s:15:"Baloo Tammudu 2";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:6:"telugu";i:3;s:10:"vietnamese";}}s:14:"Baloo Thambi 2";a:3:{s:6:"family";s:14:"Baloo Thambi 2";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:5:"tamil";i:3;s:10:"vietnamese";}}s:13:"Balsamiq Sans";a:3:{s:6:"family";s:13:"Balsamiq Sans";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:9:"Balthazar";a:3:{s:6:"family";s:9:"Balthazar";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Bangers";a:3:{s:6:"family";s:7:"Bangers";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:6:"Barlow";a:3:{s:6:"family";s:6:"Barlow";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:16:"Barlow Condensed";a:3:{s:6:"family";s:16:"Barlow Condensed";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:21:"Barlow Semi Condensed";a:3:{s:6:"family";s:21:"Barlow Semi Condensed";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:10:"Barriecito";a:3:{s:6:"family";s:10:"Barriecito";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:6:"Barrio";a:3:{s:6:"family";s:6:"Barrio";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Basic";a:3:{s:6:"family";s:5:"Basic";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Baskervville";a:3:{s:6:"family";s:12:"Baskervville";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Battambang";a:3:{s:6:"family";s:10:"Battambang";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:7:"Baumans";a:3:{s:6:"family";s:7:"Baumans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Bayon";a:3:{s:6:"family";s:5:"Bayon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:10:"Be Vietnam";a:3:{s:6:"family";s:10:"Be Vietnam";s:8:"variants";a:14:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:10:"Bebas Neue";a:3:{s:6:"family";s:10:"Bebas Neue";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Belgrano";a:3:{s:6:"family";s:8:"Belgrano";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Bellefair";a:3:{s:6:"family";s:9:"Bellefair";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:6:"hebrew";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:7:"Belleza";a:3:{s:6:"family";s:7:"Belleza";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Bellota";a:3:{s:6:"family";s:7:"Bellota";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:12:"Bellota Text";a:3:{s:6:"family";s:12:"Bellota Text";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:9:"BenchNine";a:3:{s:6:"family";s:9:"BenchNine";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Bentham";a:3:{s:6:"family";s:7:"Bentham";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:15:"Berkshire Swash";a:3:{s:6:"family";s:15:"Berkshire Swash";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Beth Ellen";a:3:{s:6:"family";s:10:"Beth Ellen";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Bevan";a:3:{s:6:"family";s:5:"Bevan";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:21:"Big Shoulders Display";a:3:{s:6:"family";s:21:"Big Shoulders Display";s:8:"variants";a:8:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:18:"Big Shoulders Text";a:3:{s:6:"family";s:18:"Big Shoulders Text";s:8:"variants";a:8:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:13:"Bigelow Rules";a:3:{s:6:"family";s:13:"Bigelow Rules";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Bigshot One";a:3:{s:6:"family";s:11:"Bigshot One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Bilbo";a:3:{s:6:"family";s:5:"Bilbo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:16:"Bilbo Swash Caps";a:3:{s:6:"family";s:16:"Bilbo Swash Caps";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"BioRhyme";a:3:{s:6:"family";s:8:"BioRhyme";s:8:"variants";a:5:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:17:"BioRhyme Expanded";a:3:{s:6:"family";s:17:"BioRhyme Expanded";s:8:"variants";a:5:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Biryani";a:3:{s:6:"family";s:7:"Biryani";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:6:"Bitter";a:3:{s:6:"family";s:6:"Bitter";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:23:"Black And White Picture";a:3:{s:6:"family";s:23:"Black And White Picture";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:14:"Black Han Sans";a:3:{s:6:"family";s:14:"Black Han Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:13:"Black Ops One";a:3:{s:6:"family";s:13:"Black Ops One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Blinker";a:3:{s:6:"family";s:7:"Blinker";s:8:"variants";a:8:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Bokor";a:3:{s:6:"family";s:5:"Bokor";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:6:"Bonbon";a:3:{s:6:"family";s:6:"Bonbon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Boogaloo";a:3:{s:6:"family";s:8:"Boogaloo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Bowlby One";a:3:{s:6:"family";s:10:"Bowlby One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:13:"Bowlby One SC";a:3:{s:6:"family";s:13:"Bowlby One SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Brawler";a:3:{s:6:"family";s:7:"Brawler";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Bree Serif";a:3:{s:6:"family";s:10:"Bree Serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"Bubblegum Sans";a:3:{s:6:"family";s:14:"Bubblegum Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Bubbler One";a:3:{s:6:"family";s:11:"Bubbler One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:4:"Buda";a:3:{s:6:"family";s:4:"Buda";s:8:"variants";a:1:{i:0;s:3:"300";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Buenard";a:3:{s:6:"family";s:7:"Buenard";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Bungee";a:3:{s:6:"family";s:6:"Bungee";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:15:"Bungee Hairline";a:3:{s:6:"family";s:15:"Bungee Hairline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:13:"Bungee Inline";a:3:{s:6:"family";s:13:"Bungee Inline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:14:"Bungee Outline";a:3:{s:6:"family";s:14:"Bungee Outline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:12:"Bungee Shade";a:3:{s:6:"family";s:12:"Bungee Shade";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:10:"Butcherman";a:3:{s:6:"family";s:10:"Butcherman";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"Butterfly Kids";a:3:{s:6:"family";s:14:"Butterfly Kids";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Cabin";a:3:{s:6:"family";s:5:"Cabin";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:15:"Cabin Condensed";a:3:{s:6:"family";s:15:"Cabin Condensed";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:12:"Cabin Sketch";a:3:{s:6:"family";s:12:"Cabin Sketch";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:15:"Caesar Dressing";a:3:{s:6:"family";s:15:"Caesar Dressing";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Cagliostro";a:3:{s:6:"family";s:10:"Cagliostro";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Cairo";a:3:{s:6:"family";s:5:"Cairo";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"900";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:7:"Caladea";a:3:{s:6:"family";s:7:"Caladea";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Calistoga";a:3:{s:6:"family";s:9:"Calistoga";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:14:"Calligraffitti";a:3:{s:6:"family";s:14:"Calligraffitti";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Cambay";a:3:{s:6:"family";s:6:"Cambay";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:5:"Cambo";a:3:{s:6:"family";s:5:"Cambo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Candal";a:3:{s:6:"family";s:6:"Candal";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Cantarell";a:3:{s:6:"family";s:9:"Cantarell";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Cantata One";a:3:{s:6:"family";s:11:"Cantata One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Cantora One";a:3:{s:6:"family";s:11:"Cantora One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Capriola";a:3:{s:6:"family";s:8:"Capriola";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Cardo";a:3:{s:6:"family";s:5:"Cardo";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"greek";i:1;s:9:"greek-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:5:"Carme";a:3:{s:6:"family";s:5:"Carme";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:14:"Carrois Gothic";a:3:{s:6:"family";s:14:"Carrois Gothic";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:17:"Carrois Gothic SC";a:3:{s:6:"family";s:17:"Carrois Gothic SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Carter One";a:3:{s:6:"family";s:10:"Carter One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Catamaran";a:3:{s:6:"family";s:9:"Catamaran";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:5:"tamil";}}s:6:"Caudex";a:3:{s:6:"family";s:6:"Caudex";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"greek";i:1;s:9:"greek-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:6:"Caveat";a:3:{s:6:"family";s:6:"Caveat";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:12:"Caveat Brush";a:3:{s:6:"family";s:12:"Caveat Brush";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:18:"Cedarville Cursive";a:3:{s:6:"family";s:18:"Cedarville Cursive";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Ceviche One";a:3:{s:6:"family";s:11:"Ceviche One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Chakra Petch";a:3:{s:6:"family";s:12:"Chakra Petch";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:6:"Changa";a:3:{s:6:"family";s:6:"Changa";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:10:"Changa One";a:3:{s:6:"family";s:10:"Changa One";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Chango";a:3:{s:6:"family";s:6:"Chango";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Charm";a:3:{s:6:"family";s:5:"Charm";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:10:"Charmonman";a:3:{s:6:"family";s:10:"Charmonman";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:8:"Chathura";a:3:{s:6:"family";s:8:"Chathura";s:8:"variants";a:5:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:18:"Chau Philomene One";a:3:{s:6:"family";s:18:"Chau Philomene One";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Chela One";a:3:{s:6:"family";s:9:"Chela One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"Chelsea Market";a:3:{s:6:"family";s:14:"Chelsea Market";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Chenla";a:3:{s:6:"family";s:6:"Chenla";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:17:"Cherry Cream Soda";a:3:{s:6:"family";s:17:"Cherry Cream Soda";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Cherry Swash";a:3:{s:6:"family";s:12:"Cherry Swash";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Chewy";a:3:{s:6:"family";s:5:"Chewy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Chicle";a:3:{s:6:"family";s:6:"Chicle";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Chilanka";a:3:{s:6:"family";s:8:"Chilanka";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"malayalam";}}s:5:"Chivo";a:3:{s:6:"family";s:5:"Chivo";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"900";i:7;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Chonburi";a:3:{s:6:"family";s:8:"Chonburi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:6:"Cinzel";a:3:{s:6:"family";s:6:"Cinzel";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:17:"Cinzel Decorative";a:3:{s:6:"family";s:17:"Cinzel Decorative";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:14:"Clicker Script";a:3:{s:6:"family";s:14:"Clicker Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:4:"Coda";a:3:{s:6:"family";s:4:"Coda";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Coda Caption";a:3:{s:6:"family";s:12:"Coda Caption";s:8:"variants";a:1:{i:0;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Codystar";a:3:{s:6:"family";s:8:"Codystar";s:8:"variants";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Coiny";a:3:{s:6:"family";s:5:"Coiny";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:5:"tamil";i:3;s:10:"vietnamese";}}s:5:"Combo";a:3:{s:6:"family";s:5:"Combo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Comfortaa";a:3:{s:6:"family";s:9:"Comfortaa";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:5:"latin";i:4;s:9:"latin-ext";i:5;s:10:"vietnamese";}}s:10:"Comic Neue";a:3:{s:6:"family";s:10:"Comic Neue";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Coming Soon";a:3:{s:6:"family";s:11:"Coming Soon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Concert One";a:3:{s:6:"family";s:11:"Concert One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Condiment";a:3:{s:6:"family";s:9:"Condiment";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Content";a:3:{s:6:"family";s:7:"Content";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:12:"Contrail One";a:3:{s:6:"family";s:12:"Contrail One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Convergence";a:3:{s:6:"family";s:11:"Convergence";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Cookie";a:3:{s:6:"family";s:6:"Cookie";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Copse";a:3:{s:6:"family";s:5:"Copse";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Corben";a:3:{s:6:"family";s:6:"Corben";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Cormorant";a:3:{s:6:"family";s:9:"Cormorant";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:18:"Cormorant Garamond";a:3:{s:6:"family";s:18:"Cormorant Garamond";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:16:"Cormorant Infant";a:3:{s:6:"family";s:16:"Cormorant Infant";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:12:"Cormorant SC";a:3:{s:6:"family";s:12:"Cormorant SC";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:17:"Cormorant Unicase";a:3:{s:6:"family";s:17:"Cormorant Unicase";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:17:"Cormorant Upright";a:3:{s:6:"family";s:17:"Cormorant Upright";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:9:"Courgette";a:3:{s:6:"family";s:9:"Courgette";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Courier Prime";a:3:{s:6:"family";s:13:"Courier Prime";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Cousine";a:3:{s:6:"family";s:7:"Cousine";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:6:"hebrew";i:5;s:5:"latin";i:6;s:9:"latin-ext";i:7;s:10:"vietnamese";}}s:8:"Coustard";a:3:{s:6:"family";s:8:"Coustard";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:21:"Covered By Your Grace";a:3:{s:6:"family";s:21:"Covered By Your Grace";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Crafty Girls";a:3:{s:6:"family";s:12:"Crafty Girls";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Creepster";a:3:{s:6:"family";s:9:"Creepster";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Crete Round";a:3:{s:6:"family";s:11:"Crete Round";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Crimson Pro";a:3:{s:6:"family";s:11:"Crimson Pro";s:8:"variants";a:16:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:9:"200italic";i:9;s:9:"300italic";i:10;s:6:"italic";i:11;s:9:"500italic";i:12;s:9:"600italic";i:13;s:9:"700italic";i:14;s:9:"800italic";i:15;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:12:"Crimson Text";a:3:{s:6:"family";s:12:"Crimson Text";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:13:"Croissant One";a:3:{s:6:"family";s:13:"Croissant One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Crushed";a:3:{s:6:"family";s:7:"Crushed";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Cuprum";a:3:{s:6:"family";s:6:"Cuprum";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:9:"Cute Font";a:3:{s:6:"family";s:9:"Cute Font";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:6:"Cutive";a:3:{s:6:"family";s:6:"Cutive";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Cutive Mono";a:3:{s:6:"family";s:11:"Cutive Mono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"DM Mono";a:3:{s:6:"family";s:7:"DM Mono";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"DM Sans";a:3:{s:6:"family";s:7:"DM Sans";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:16:"DM Serif Display";a:3:{s:6:"family";s:16:"DM Serif Display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"DM Serif Text";a:3:{s:6:"family";s:13:"DM Serif Text";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Damion";a:3:{s:6:"family";s:6:"Damion";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:14:"Dancing Script";a:3:{s:6:"family";s:14:"Dancing Script";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:7:"Dangrek";a:3:{s:6:"family";s:7:"Dangrek";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:16:"Darker Grotesque";a:3:{s:6:"family";s:16:"Darker Grotesque";s:8:"variants";a:7:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:11:"David Libre";a:3:{s:6:"family";s:11:"David Libre";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";}s:7:"subsets";a:4:{i:0;s:6:"hebrew";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:20:"Dawning of a New Day";a:3:{s:6:"family";s:20:"Dawning of a New Day";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Days One";a:3:{s:6:"family";s:8:"Days One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Dekko";a:3:{s:6:"family";s:5:"Dekko";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:6:"Delius";a:3:{s:6:"family";s:6:"Delius";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:17:"Delius Swash Caps";a:3:{s:6:"family";s:17:"Delius Swash Caps";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:14:"Delius Unicase";a:3:{s:6:"family";s:14:"Delius Unicase";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:13:"Della Respira";a:3:{s:6:"family";s:13:"Della Respira";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Denk One";a:3:{s:6:"family";s:8:"Denk One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Devonshire";a:3:{s:6:"family";s:10:"Devonshire";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Dhurjati";a:3:{s:6:"family";s:8:"Dhurjati";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:13:"Didact Gothic";a:3:{s:6:"family";s:13:"Didact Gothic";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";}}s:9:"Diplomata";a:3:{s:6:"family";s:9:"Diplomata";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Diplomata SC";a:3:{s:6:"family";s:12:"Diplomata SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Do Hyeon";a:3:{s:6:"family";s:8:"Do Hyeon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:5:"Dokdo";a:3:{s:6:"family";s:5:"Dokdo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:6:"Domine";a:3:{s:6:"family";s:6:"Domine";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Donegal One";a:3:{s:6:"family";s:11:"Donegal One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Doppio One";a:3:{s:6:"family";s:10:"Doppio One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Dorsa";a:3:{s:6:"family";s:5:"Dorsa";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Dosis";a:3:{s:6:"family";s:5:"Dosis";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:11:"Dr Sugiyama";a:3:{s:6:"family";s:11:"Dr Sugiyama";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Duru Sans";a:3:{s:6:"family";s:9:"Duru Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Dynalight";a:3:{s:6:"family";s:9:"Dynalight";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"EB Garamond";a:3:{s:6:"family";s:11:"EB Garamond";s:8:"variants";a:10:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:6:"italic";i:6;s:9:"500italic";i:7;s:9:"600italic";i:8;s:9:"700italic";i:9;s:9:"800italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:10:"Eagle Lake";a:3:{s:6:"family";s:10:"Eagle Lake";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"East Sea Dokdo";a:3:{s:6:"family";s:14:"East Sea Dokdo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:5:"Eater";a:3:{s:6:"family";s:5:"Eater";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Economica";a:3:{s:6:"family";s:9:"Economica";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Eczar";a:3:{s:6:"family";s:5:"Eczar";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:10:"El Messiri";a:3:{s:6:"family";s:10:"El Messiri";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:8:"cyrillic";i:2;s:5:"latin";}}s:11:"Electrolize";a:3:{s:6:"family";s:11:"Electrolize";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Elsie";a:3:{s:6:"family";s:5:"Elsie";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:16:"Elsie Swash Caps";a:3:{s:6:"family";s:16:"Elsie Swash Caps";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Emblema One";a:3:{s:6:"family";s:11:"Emblema One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Emilys Candy";a:3:{s:6:"family";s:12:"Emilys Candy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Encode Sans";a:3:{s:6:"family";s:11:"Encode Sans";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:21:"Encode Sans Condensed";a:3:{s:6:"family";s:21:"Encode Sans Condensed";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:20:"Encode Sans Expanded";a:3:{s:6:"family";s:20:"Encode Sans Expanded";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:26:"Encode Sans Semi Condensed";a:3:{s:6:"family";s:26:"Encode Sans Semi Condensed";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:25:"Encode Sans Semi Expanded";a:3:{s:6:"family";s:25:"Encode Sans Semi Expanded";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:10:"Engagement";a:3:{s:6:"family";s:10:"Engagement";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Englebert";a:3:{s:6:"family";s:9:"Englebert";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Enriqueta";a:3:{s:6:"family";s:9:"Enriqueta";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Erica One";a:3:{s:6:"family";s:9:"Erica One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Esteban";a:3:{s:6:"family";s:7:"Esteban";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:15:"Euphoria Script";a:3:{s:6:"family";s:15:"Euphoria Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Ewert";a:3:{s:6:"family";s:5:"Ewert";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:3:"Exo";a:3:{s:6:"family";s:3:"Exo";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";i:9;s:9:"100italic";i:10;s:9:"200italic";i:11;s:9:"300italic";i:12;s:6:"italic";i:13;s:9:"500italic";i:14;s:9:"600italic";i:15;s:9:"700italic";i:16;s:9:"800italic";i:17;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:5:"Exo 2";a:3:{s:6:"family";s:5:"Exo 2";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";i:9;s:9:"100italic";i:10;s:9:"200italic";i:11;s:9:"300italic";i:12;s:6:"italic";i:13;s:9:"500italic";i:14;s:9:"600italic";i:15;s:9:"700italic";i:16;s:9:"800italic";i:17;s:9:"900italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:13:"Expletus Sans";a:3:{s:6:"family";s:13:"Expletus Sans";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Fahkwang";a:3:{s:6:"family";s:8:"Fahkwang";s:8:"variants";a:12:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:12:"Fanwood Text";a:3:{s:6:"family";s:12:"Fanwood Text";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Farro";a:3:{s:6:"family";s:5:"Farro";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Farsan";a:3:{s:6:"family";s:6:"Farsan";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:8:"gujarati";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:9:"Fascinate";a:3:{s:6:"family";s:9:"Fascinate";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:16:"Fascinate Inline";a:3:{s:6:"family";s:16:"Fascinate Inline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Faster One";a:3:{s:6:"family";s:10:"Faster One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Fasthand";a:3:{s:6:"family";s:8:"Fasthand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:9:"Fauna One";a:3:{s:6:"family";s:9:"Fauna One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Faustina";a:3:{s:6:"family";s:8:"Faustina";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:6:"italic";i:5;s:9:"500italic";i:6;s:9:"600italic";i:7;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:8:"Federant";a:3:{s:6:"family";s:8:"Federant";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Federo";a:3:{s:6:"family";s:6:"Federo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Felipa";a:3:{s:6:"family";s:6:"Felipa";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Fenix";a:3:{s:6:"family";s:5:"Fenix";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Finger Paint";a:3:{s:6:"family";s:12:"Finger Paint";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Fira Code";a:3:{s:6:"family";s:9:"Fira Code";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";}}s:9:"Fira Mono";a:3:{s:6:"family";s:9:"Fira Mono";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";}}s:9:"Fira Sans";a:3:{s:6:"family";s:9:"Fira Sans";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:19:"Fira Sans Condensed";a:3:{s:6:"family";s:19:"Fira Sans Condensed";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:25:"Fira Sans Extra Condensed";a:3:{s:6:"family";s:25:"Fira Sans Extra Condensed";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:10:"Fjalla One";a:3:{s:6:"family";s:10:"Fjalla One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Fjord One";a:3:{s:6:"family";s:9:"Fjord One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Flamenco";a:3:{s:6:"family";s:8:"Flamenco";s:8:"variants";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Flavors";a:3:{s:6:"family";s:7:"Flavors";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Fondamento";a:3:{s:6:"family";s:10:"Fondamento";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:16:"Fontdiner Swanky";a:3:{s:6:"family";s:16:"Fontdiner Swanky";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Forum";a:3:{s:6:"family";s:5:"Forum";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:12:"Francois One";a:3:{s:6:"family";s:12:"Francois One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:16:"Frank Ruhl Libre";a:3:{s:6:"family";s:16:"Frank Ruhl Libre";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"700";i:4;s:3:"900";}s:7:"subsets";a:3:{i:0;s:6:"hebrew";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:12:"Freckle Face";a:3:{s:6:"family";s:12:"Freckle Face";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:20:"Fredericka the Great";a:3:{s:6:"family";s:20:"Fredericka the Great";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Fredoka One";a:3:{s:6:"family";s:11:"Fredoka One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Freehand";a:3:{s:6:"family";s:8:"Freehand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:6:"Fresca";a:3:{s:6:"family";s:6:"Fresca";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Frijole";a:3:{s:6:"family";s:7:"Frijole";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Fruktur";a:3:{s:6:"family";s:7:"Fruktur";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Fugaz One";a:3:{s:6:"family";s:9:"Fugaz One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"GFS Didot";a:3:{s:6:"family";s:9:"GFS Didot";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"greek";}}s:15:"GFS Neohellenic";a:3:{s:6:"family";s:15:"GFS Neohellenic";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"greek";}}s:8:"Gabriela";a:3:{s:6:"family";s:8:"Gabriela";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";}}s:5:"Gaegu";a:3:{s:6:"family";s:5:"Gaegu";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:6:"Gafata";a:3:{s:6:"family";s:6:"Gafata";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Galada";a:3:{s:6:"family";s:6:"Galada";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:7:"bengali";i:1;s:5:"latin";}}s:8:"Galdeano";a:3:{s:6:"family";s:8:"Galdeano";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Galindo";a:3:{s:6:"family";s:7:"Galindo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Gamja Flower";a:3:{s:6:"family";s:12:"Gamja Flower";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:8:"Gayathri";a:3:{s:6:"family";s:8:"Gayathri";s:8:"variants";a:3:{i:0;s:3:"100";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"malayalam";}}s:7:"Gelasio";a:3:{s:6:"family";s:7:"Gelasio";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:13:"Gentium Basic";a:3:{s:6:"family";s:13:"Gentium Basic";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:18:"Gentium Book Basic";a:3:{s:6:"family";s:18:"Gentium Book Basic";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:3:"Geo";a:3:{s:6:"family";s:3:"Geo";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Geostar";a:3:{s:6:"family";s:7:"Geostar";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Geostar Fill";a:3:{s:6:"family";s:12:"Geostar Fill";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Germania One";a:3:{s:6:"family";s:12:"Germania One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Gidugu";a:3:{s:6:"family";s:6:"Gidugu";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:13:"Gilda Display";a:3:{s:6:"family";s:13:"Gilda Display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Girassol";a:3:{s:6:"family";s:8:"Girassol";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"Give You Glory";a:3:{s:6:"family";s:14:"Give You Glory";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:13:"Glass Antiqua";a:3:{s:6:"family";s:13:"Glass Antiqua";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Glegoo";a:3:{s:6:"family";s:6:"Glegoo";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:17:"Gloria Hallelujah";a:3:{s:6:"family";s:17:"Gloria Hallelujah";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Goblin One";a:3:{s:6:"family";s:10:"Goblin One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Gochi Hand";a:3:{s:6:"family";s:10:"Gochi Hand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Gorditas";a:3:{s:6:"family";s:8:"Gorditas";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Gothic A1";a:3:{s:6:"family";s:9:"Gothic A1";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:4:"Gotu";a:3:{s:6:"family";s:4:"Gotu";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:21:"Goudy Bookletter 1911";a:3:{s:6:"family";s:21:"Goudy Bookletter 1911";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Graduate";a:3:{s:6:"family";s:8:"Graduate";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Grand Hotel";a:3:{s:6:"family";s:11:"Grand Hotel";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Gravitas One";a:3:{s:6:"family";s:12:"Gravitas One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Great Vibes";a:3:{s:6:"family";s:11:"Great Vibes";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Grenze";a:3:{s:6:"family";s:6:"Grenze";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:6:"Griffy";a:3:{s:6:"family";s:6:"Griffy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Gruppo";a:3:{s:6:"family";s:6:"Gruppo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Gudea";a:3:{s:6:"family";s:5:"Gudea";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:4:"Gugi";a:3:{s:6:"family";s:4:"Gugi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:6:"Gupter";a:3:{s:6:"family";s:6:"Gupter";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Gurajada";a:3:{s:6:"family";s:8:"Gurajada";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:6:"Habibi";a:3:{s:6:"family";s:6:"Habibi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Halant";a:3:{s:6:"family";s:6:"Halant";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:15:"Hammersmith One";a:3:{s:6:"family";s:15:"Hammersmith One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Hanalei";a:3:{s:6:"family";s:7:"Hanalei";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Hanalei Fill";a:3:{s:6:"family";s:12:"Hanalei Fill";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Handlee";a:3:{s:6:"family";s:7:"Handlee";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Hanuman";a:3:{s:6:"family";s:7:"Hanuman";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:12:"Happy Monkey";a:3:{s:6:"family";s:12:"Happy Monkey";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Harmattan";a:3:{s:6:"family";s:9:"Harmattan";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}}s:12:"Headland One";a:3:{s:6:"family";s:12:"Headland One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Heebo";a:3:{s:6:"family";s:5:"Heebo";s:8:"variants";a:7:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:2:{i:0;s:6:"hebrew";i:1;s:5:"latin";}}s:11:"Henny Penny";a:3:{s:6:"family";s:11:"Henny Penny";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Hepta Slab";a:3:{s:6:"family";s:10:"Hepta Slab";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:20:"Herr Von Muellerhoff";a:3:{s:6:"family";s:20:"Herr Von Muellerhoff";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Hi Melody";a:3:{s:6:"family";s:9:"Hi Melody";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:4:"Hind";a:3:{s:6:"family";s:4:"Hind";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:11:"Hind Guntur";a:3:{s:6:"family";s:11:"Hind Guntur";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:6:"telugu";}}s:12:"Hind Madurai";a:3:{s:6:"family";s:12:"Hind Madurai";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:5:"tamil";}}s:13:"Hind Siliguri";a:3:{s:6:"family";s:13:"Hind Siliguri";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:7:"bengali";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:13:"Hind Vadodara";a:3:{s:6:"family";s:13:"Hind Vadodara";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:15:"Holtwood One SC";a:3:{s:6:"family";s:15:"Holtwood One SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:14:"Homemade Apple";a:3:{s:6:"family";s:14:"Homemade Apple";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Homenaje";a:3:{s:6:"family";s:8:"Homenaje";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:13:"IBM Plex Mono";a:3:{s:6:"family";s:13:"IBM Plex Mono";s:8:"variants";a:14:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:13:"IBM Plex Sans";a:3:{s:6:"family";s:13:"IBM Plex Sans";s:8:"variants";a:14:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:5:"latin";i:4;s:9:"latin-ext";i:5;s:10:"vietnamese";}}s:23:"IBM Plex Sans Condensed";a:3:{s:6:"family";s:23:"IBM Plex Sans Condensed";s:8:"variants";a:14:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:14:"IBM Plex Serif";a:3:{s:6:"family";s:14:"IBM Plex Serif";s:8:"variants";a:14:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:15:"IM Fell DW Pica";a:3:{s:6:"family";s:15:"IM Fell DW Pica";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:18:"IM Fell DW Pica SC";a:3:{s:6:"family";s:18:"IM Fell DW Pica SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:19:"IM Fell Double Pica";a:3:{s:6:"family";s:19:"IM Fell Double Pica";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:22:"IM Fell Double Pica SC";a:3:{s:6:"family";s:22:"IM Fell Double Pica SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:15:"IM Fell English";a:3:{s:6:"family";s:15:"IM Fell English";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:18:"IM Fell English SC";a:3:{s:6:"family";s:18:"IM Fell English SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:20:"IM Fell French Canon";a:3:{s:6:"family";s:20:"IM Fell French Canon";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:23:"IM Fell French Canon SC";a:3:{s:6:"family";s:23:"IM Fell French Canon SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:20:"IM Fell Great Primer";a:3:{s:6:"family";s:20:"IM Fell Great Primer";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:23:"IM Fell Great Primer SC";a:3:{s:6:"family";s:23:"IM Fell Great Primer SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:16:"Ibarra Real Nova";a:3:{s:6:"family";s:16:"Ibarra Real Nova";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Iceberg";a:3:{s:6:"family";s:7:"Iceberg";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Iceland";a:3:{s:6:"family";s:7:"Iceland";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Imprima";a:3:{s:6:"family";s:7:"Imprima";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Inconsolata";a:3:{s:6:"family";s:11:"Inconsolata";s:8:"variants";a:8:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:5:"Inder";a:3:{s:6:"family";s:5:"Inder";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Indie Flower";a:3:{s:6:"family";s:12:"Indie Flower";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Inika";a:3:{s:6:"family";s:5:"Inika";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"Inknut Antiqua";a:3:{s:6:"family";s:14:"Inknut Antiqua";s:8:"variants";a:7:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:10:"Inria Sans";a:3:{s:6:"family";s:10:"Inria Sans";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Inria Serif";a:3:{s:6:"family";s:11:"Inria Serif";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Inter";a:3:{s:6:"family";s:5:"Inter";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:12:"Irish Grover";a:3:{s:6:"family";s:12:"Irish Grover";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Istok Web";a:3:{s:6:"family";s:9:"Istok Web";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:8:"Italiana";a:3:{s:6:"family";s:8:"Italiana";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Italianno";a:3:{s:6:"family";s:9:"Italianno";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:4:"Itim";a:3:{s:6:"family";s:4:"Itim";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:16:"Jacques Francois";a:3:{s:6:"family";s:16:"Jacques Francois";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:23:"Jacques Francois Shadow";a:3:{s:6:"family";s:23:"Jacques Francois Shadow";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Jaldi";a:3:{s:6:"family";s:5:"Jaldi";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:14:"Jim Nightshade";a:3:{s:6:"family";s:14:"Jim Nightshade";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Jockey One";a:3:{s:6:"family";s:10:"Jockey One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Jolly Lodger";a:3:{s:6:"family";s:12:"Jolly Lodger";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Jomhuria";a:3:{s:6:"family";s:8:"Jomhuria";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:9:"Jomolhari";a:3:{s:6:"family";s:9:"Jomolhari";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:7:"tibetan";}}s:12:"Josefin Sans";a:3:{s:6:"family";s:12:"Josefin Sans";s:8:"variants";a:14:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:9:"100italic";i:8;s:9:"200italic";i:9;s:9:"300italic";i:10;s:6:"italic";i:11;s:9:"500italic";i:12;s:9:"600italic";i:13;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:12:"Josefin Slab";a:3:{s:6:"family";s:12:"Josefin Slab";s:8:"variants";a:10:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Jost";a:3:{s:6:"family";s:4:"Jost";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";i:9;s:9:"100italic";i:10;s:9:"200italic";i:11;s:9:"300italic";i:12;s:6:"italic";i:13;s:9:"500italic";i:14;s:9:"600italic";i:15;s:9:"700italic";i:16;s:9:"800italic";i:17;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:8:"Joti One";a:3:{s:6:"family";s:8:"Joti One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:3:"Jua";a:3:{s:6:"family";s:3:"Jua";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:6:"Judson";a:3:{s:6:"family";s:6:"Judson";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:5:"Julee";a:3:{s:6:"family";s:5:"Julee";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:15:"Julius Sans One";a:3:{s:6:"family";s:15:"Julius Sans One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Junge";a:3:{s:6:"family";s:5:"Junge";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Jura";a:3:{s:6:"family";s:4:"Jura";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:17:"Just Another Hand";a:3:{s:6:"family";s:17:"Just Another Hand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:23:"Just Me Again Down Here";a:3:{s:6:"family";s:23:"Just Me Again Down Here";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:3:"K2D";a:3:{s:6:"family";s:3:"K2D";s:8:"variants";a:16:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:5:"Kadwa";a:3:{s:6:"family";s:5:"Kadwa";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:10:"devanagari";i:1;s:5:"latin";}}s:5:"Kalam";a:3:{s:6:"family";s:5:"Kalam";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:7:"Kameron";a:3:{s:6:"family";s:7:"Kameron";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Kanit";a:3:{s:6:"family";s:5:"Kanit";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:9:"Kantumruy";a:3:{s:6:"family";s:9:"Kantumruy";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:5:"Karla";a:3:{s:6:"family";s:5:"Karla";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Karma";a:3:{s:6:"family";s:5:"Karma";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:7:"Katibeh";a:3:{s:6:"family";s:7:"Katibeh";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:14:"Kaushan Script";a:3:{s:6:"family";s:14:"Kaushan Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Kavivanar";a:3:{s:6:"family";s:9:"Kavivanar";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:5:"tamil";}}s:6:"Kavoon";a:3:{s:6:"family";s:6:"Kavoon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Kdam Thmor";a:3:{s:6:"family";s:10:"Kdam Thmor";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:10:"Keania One";a:3:{s:6:"family";s:10:"Keania One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Kelly Slab";a:3:{s:6:"family";s:10:"Kelly Slab";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:5:"Kenia";a:3:{s:6:"family";s:5:"Kenia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Khand";a:3:{s:6:"family";s:5:"Khand";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:5:"Khmer";a:3:{s:6:"family";s:5:"Khmer";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:5:"Khula";a:3:{s:6:"family";s:5:"Khula";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:14:"Kirang Haerang";a:3:{s:6:"family";s:14:"Kirang Haerang";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:8:"Kite One";a:3:{s:6:"family";s:8:"Kite One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Knewave";a:3:{s:6:"family";s:7:"Knewave";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:4:"KoHo";a:3:{s:6:"family";s:4:"KoHo";s:8:"variants";a:12:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:9:"Kodchasan";a:3:{s:6:"family";s:9:"Kodchasan";s:8:"variants";a:12:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:6:"Kosugi";a:3:{s:6:"family";s:6:"Kosugi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:8:"japanese";i:2;s:5:"latin";}}s:11:"Kosugi Maru";a:3:{s:6:"family";s:11:"Kosugi Maru";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:8:"japanese";i:2;s:5:"latin";}}s:9:"Kotta One";a:3:{s:6:"family";s:9:"Kotta One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Koulen";a:3:{s:6:"family";s:6:"Koulen";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:6:"Kranky";a:3:{s:6:"family";s:6:"Kranky";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Kreon";a:3:{s:6:"family";s:5:"Kreon";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Kristi";a:3:{s:6:"family";s:6:"Kristi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Krona One";a:3:{s:6:"family";s:9:"Krona One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:4:"Krub";a:3:{s:6:"family";s:4:"Krub";s:8:"variants";a:12:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:10:"Kulim Park";a:3:{s:6:"family";s:10:"Kulim Park";s:8:"variants";a:10:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Kumar One";a:3:{s:6:"family";s:9:"Kumar One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:17:"Kumar One Outline";a:3:{s:6:"family";s:17:"Kumar One Outline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:6:"Kurale";a:3:{s:6:"family";s:6:"Kurale";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:10:"devanagari";i:3;s:5:"latin";i:4;s:9:"latin-ext";}}s:15:"La Belle Aurore";a:3:{s:6:"family";s:15:"La Belle Aurore";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Lacquer";a:3:{s:6:"family";s:7:"Lacquer";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Laila";a:3:{s:6:"family";s:5:"Laila";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:11:"Lakki Reddy";a:3:{s:6:"family";s:11:"Lakki Reddy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:7:"Lalezar";a:3:{s:6:"family";s:7:"Lalezar";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:8:"Lancelot";a:3:{s:6:"family";s:8:"Lancelot";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Lateef";a:3:{s:6:"family";s:6:"Lateef";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}}s:4:"Lato";a:3:{s:6:"family";s:4:"Lato";s:8:"variants";a:10:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"900";i:9;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"League Script";a:3:{s:6:"family";s:13:"League Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Leckerli One";a:3:{s:6:"family";s:12:"Leckerli One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Ledger";a:3:{s:6:"family";s:6:"Ledger";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:6:"Lekton";a:3:{s:6:"family";s:6:"Lekton";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Lemon";a:3:{s:6:"family";s:5:"Lemon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Lemonada";a:3:{s:6:"family";s:8:"Lemonada";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:4:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:11:"Lexend Deca";a:3:{s:6:"family";s:11:"Lexend Deca";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:10:"Lexend Exa";a:3:{s:6:"family";s:10:"Lexend Exa";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:11:"Lexend Giga";a:3:{s:6:"family";s:11:"Lexend Giga";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:11:"Lexend Mega";a:3:{s:6:"family";s:11:"Lexend Mega";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:11:"Lexend Peta";a:3:{s:6:"family";s:11:"Lexend Peta";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:11:"Lexend Tera";a:3:{s:6:"family";s:11:"Lexend Tera";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:12:"Lexend Zetta";a:3:{s:6:"family";s:12:"Lexend Zetta";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:17:"Libre Barcode 128";a:3:{s:6:"family";s:17:"Libre Barcode 128";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:22:"Libre Barcode 128 Text";a:3:{s:6:"family";s:22:"Libre Barcode 128 Text";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:16:"Libre Barcode 39";a:3:{s:6:"family";s:16:"Libre Barcode 39";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:25:"Libre Barcode 39 Extended";a:3:{s:6:"family";s:25:"Libre Barcode 39 Extended";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:30:"Libre Barcode 39 Extended Text";a:3:{s:6:"family";s:30:"Libre Barcode 39 Extended Text";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:21:"Libre Barcode 39 Text";a:3:{s:6:"family";s:21:"Libre Barcode 39 Text";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:17:"Libre Baskerville";a:3:{s:6:"family";s:17:"Libre Baskerville";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:20:"Libre Caslon Display";a:3:{s:6:"family";s:20:"Libre Caslon Display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:17:"Libre Caslon Text";a:3:{s:6:"family";s:17:"Libre Caslon Text";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"Libre Franklin";a:3:{s:6:"family";s:14:"Libre Franklin";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Life Savers";a:3:{s:6:"family";s:11:"Life Savers";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Lilita One";a:3:{s:6:"family";s:10:"Lilita One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:15:"Lily Script One";a:3:{s:6:"family";s:15:"Lily Script One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Limelight";a:3:{s:6:"family";s:9:"Limelight";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Linden Hill";a:3:{s:6:"family";s:11:"Linden Hill";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Literata";a:3:{s:6:"family";s:8:"Literata";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:6:"italic";i:5;s:9:"500italic";i:6;s:9:"600italic";i:7;s:9:"700italic";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:5:"greek";i:2;s:9:"greek-ext";i:3;s:5:"latin";i:4;s:9:"latin-ext";i:5;s:10:"vietnamese";}}s:16:"Liu Jian Mao Cao";a:3:{s:6:"family";s:16:"Liu Jian Mao Cao";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:18:"chinese-simplified";i:1;s:5:"latin";}}s:6:"Livvic";a:3:{s:6:"family";s:6:"Livvic";s:8:"variants";a:16:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"900";i:15;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:7:"Lobster";a:3:{s:6:"family";s:7:"Lobster";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:11:"Lobster Two";a:3:{s:6:"family";s:11:"Lobster Two";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:16:"Londrina Outline";a:3:{s:6:"family";s:16:"Londrina Outline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:15:"Londrina Shadow";a:3:{s:6:"family";s:15:"Londrina Shadow";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:15:"Londrina Sketch";a:3:{s:6:"family";s:15:"Londrina Sketch";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:14:"Londrina Solid";a:3:{s:6:"family";s:14:"Londrina Solid";s:8:"variants";a:4:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Long Cang";a:3:{s:6:"family";s:9:"Long Cang";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:18:"chinese-simplified";i:1;s:5:"latin";}}s:4:"Lora";a:3:{s:6:"family";s:4:"Lora";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:6:"italic";i:5;s:9:"500italic";i:6;s:9:"600italic";i:7;s:9:"700italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:21:"Love Ya Like A Sister";a:3:{s:6:"family";s:21:"Love Ya Like A Sister";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:17:"Loved by the King";a:3:{s:6:"family";s:17:"Loved by the King";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:14:"Lovers Quarrel";a:3:{s:6:"family";s:14:"Lovers Quarrel";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Luckiest Guy";a:3:{s:6:"family";s:12:"Luckiest Guy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Lusitana";a:3:{s:6:"family";s:8:"Lusitana";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Lustria";a:3:{s:6:"family";s:7:"Lustria";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"M PLUS 1p";a:3:{s:6:"family";s:9:"M PLUS 1p";s:8:"variants";a:7:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:9:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:6:"hebrew";i:5;s:8:"japanese";i:6;s:5:"latin";i:7;s:9:"latin-ext";i:8;s:10:"vietnamese";}}s:17:"M PLUS Rounded 1c";a:3:{s:6:"family";s:17:"M PLUS Rounded 1c";s:8:"variants";a:7:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:9:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:6:"hebrew";i:5;s:8:"japanese";i:6;s:5:"latin";i:7;s:9:"latin-ext";i:8;s:10:"vietnamese";}}s:13:"Ma Shan Zheng";a:3:{s:6:"family";s:13:"Ma Shan Zheng";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:18:"chinese-simplified";i:1;s:5:"latin";}}s:7:"Macondo";a:3:{s:6:"family";s:7:"Macondo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:18:"Macondo Swash Caps";a:3:{s:6:"family";s:18:"Macondo Swash Caps";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Mada";a:3:{s:6:"family";s:4:"Mada";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"900";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}}s:5:"Magra";a:3:{s:6:"family";s:5:"Magra";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Maiden Orange";a:3:{s:6:"family";s:13:"Maiden Orange";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Maitree";a:3:{s:6:"family";s:7:"Maitree";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:18:"Major Mono Display";a:3:{s:6:"family";s:18:"Major Mono Display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:4:"Mako";a:3:{s:6:"family";s:4:"Mako";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Mali";a:3:{s:6:"family";s:4:"Mali";s:8:"variants";a:12:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:8:"Mallanna";a:3:{s:6:"family";s:8:"Mallanna";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:7:"Mandali";a:3:{s:6:"family";s:7:"Mandali";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:7:"Manjari";a:3:{s:6:"family";s:7:"Manjari";s:8:"variants";a:3:{i:0;s:3:"100";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"malayalam";}}s:7:"Manrope";a:3:{s:6:"family";s:7:"Manrope";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:5:"greek";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:8:"Mansalva";a:3:{s:6:"family";s:8:"Mansalva";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Manuale";a:3:{s:6:"family";s:7:"Manuale";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:6:"italic";i:5;s:9:"500italic";i:6;s:9:"600italic";i:7;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:9:"Marcellus";a:3:{s:6:"family";s:9:"Marcellus";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Marcellus SC";a:3:{s:6:"family";s:12:"Marcellus SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Marck Script";a:3:{s:6:"family";s:12:"Marck Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:9:"Margarine";a:3:{s:6:"family";s:9:"Margarine";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Markazi Text";a:3:{s:6:"family";s:12:"Markazi Text";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:4:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:9:"Marko One";a:3:{s:6:"family";s:9:"Marko One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Marmelad";a:3:{s:6:"family";s:8:"Marmelad";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:6:"Martel";a:3:{s:6:"family";s:6:"Martel";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:11:"Martel Sans";a:3:{s:6:"family";s:11:"Martel Sans";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:6:"Marvel";a:3:{s:6:"family";s:6:"Marvel";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Mate";a:3:{s:6:"family";s:4:"Mate";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Mate SC";a:3:{s:6:"family";s:7:"Mate SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Maven Pro";a:3:{s:6:"family";s:9:"Maven Pro";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:7:"McLaren";a:3:{s:6:"family";s:7:"McLaren";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Meddon";a:3:{s:6:"family";s:6:"Meddon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:13:"MedievalSharp";a:3:{s:6:"family";s:13:"MedievalSharp";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Medula One";a:3:{s:6:"family";s:10:"Medula One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Meera Inimai";a:3:{s:6:"family";s:12:"Meera Inimai";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:5:"tamil";}}s:6:"Megrim";a:3:{s:6:"family";s:6:"Megrim";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Meie Script";a:3:{s:6:"family";s:11:"Meie Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Merienda";a:3:{s:6:"family";s:8:"Merienda";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Merienda One";a:3:{s:6:"family";s:12:"Merienda One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Merriweather";a:3:{s:6:"family";s:12:"Merriweather";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"900";i:7;s:9:"900italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:17:"Merriweather Sans";a:3:{s:6:"family";s:17:"Merriweather Sans";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"800";i:7;s:9:"800italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Metal";a:3:{s:6:"family";s:5:"Metal";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:11:"Metal Mania";a:3:{s:6:"family";s:11:"Metal Mania";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Metamorphous";a:3:{s:6:"family";s:12:"Metamorphous";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Metrophobic";a:3:{s:6:"family";s:11:"Metrophobic";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:8:"Michroma";a:3:{s:6:"family";s:8:"Michroma";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Milonga";a:3:{s:6:"family";s:7:"Milonga";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Miltonian";a:3:{s:6:"family";s:9:"Miltonian";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:16:"Miltonian Tattoo";a:3:{s:6:"family";s:16:"Miltonian Tattoo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Mina";a:3:{s:6:"family";s:4:"Mina";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:7:"bengali";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:7:"Miniver";a:3:{s:6:"family";s:7:"Miniver";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Miriam Libre";a:3:{s:6:"family";s:12:"Miriam Libre";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:6:"hebrew";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:5:"Mirza";a:3:{s:6:"family";s:5:"Mirza";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:14:"Miss Fajardose";a:3:{s:6:"family";s:14:"Miss Fajardose";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:4:"Mitr";a:3:{s:6:"family";s:4:"Mitr";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:5:"Modak";a:3:{s:6:"family";s:5:"Modak";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:14:"Modern Antiqua";a:3:{s:6:"family";s:14:"Modern Antiqua";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Mogra";a:3:{s:6:"family";s:5:"Mogra";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:7:"Molengo";a:3:{s:6:"family";s:7:"Molengo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Molle";a:3:{s:6:"family";s:5:"Molle";s:8:"variants";a:1:{i:0;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Monda";a:3:{s:6:"family";s:5:"Monda";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Monofett";a:3:{s:6:"family";s:8:"Monofett";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Monoton";a:3:{s:6:"family";s:7:"Monoton";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:20:"Monsieur La Doulaise";a:3:{s:6:"family";s:20:"Monsieur La Doulaise";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Montaga";a:3:{s:6:"family";s:7:"Montaga";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Montez";a:3:{s:6:"family";s:6:"Montez";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Montserrat";a:3:{s:6:"family";s:10:"Montserrat";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:21:"Montserrat Alternates";a:3:{s:6:"family";s:21:"Montserrat Alternates";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:20:"Montserrat Subrayada";a:3:{s:6:"family";s:20:"Montserrat Subrayada";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Moul";a:3:{s:6:"family";s:4:"Moul";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:8:"Moulpali";a:3:{s:6:"family";s:8:"Moulpali";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:22:"Mountains of Christmas";a:3:{s:6:"family";s:22:"Mountains of Christmas";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:13:"Mouse Memoirs";a:3:{s:6:"family";s:13:"Mouse Memoirs";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Mr Bedfort";a:3:{s:6:"family";s:10:"Mr Bedfort";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Mr Dafoe";a:3:{s:6:"family";s:8:"Mr Dafoe";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"Mr De Haviland";a:3:{s:6:"family";s:14:"Mr De Haviland";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:19:"Mrs Saint Delafield";a:3:{s:6:"family";s:19:"Mrs Saint Delafield";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Mrs Sheppards";a:3:{s:6:"family";s:13:"Mrs Sheppards";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Mukta";a:3:{s:6:"family";s:5:"Mukta";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:11:"Mukta Mahee";a:3:{s:6:"family";s:11:"Mukta Mahee";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:8:"gurmukhi";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:11:"Mukta Malar";a:3:{s:6:"family";s:11:"Mukta Malar";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:5:"tamil";}}s:11:"Mukta Vaani";a:3:{s:6:"family";s:11:"Mukta Vaani";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:4:"Muli";a:3:{s:6:"family";s:4:"Muli";s:8:"variants";a:16:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:9:"200italic";i:9;s:9:"300italic";i:10;s:6:"italic";i:11;s:9:"500italic";i:12;s:9:"600italic";i:13;s:9:"700italic";i:14;s:9:"800italic";i:15;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:13:"Mystery Quest";a:3:{s:6:"family";s:13:"Mystery Quest";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:3:"NTR";a:3:{s:6:"family";s:3:"NTR";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:18:"Nanum Brush Script";a:3:{s:6:"family";s:18:"Nanum Brush Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:12:"Nanum Gothic";a:3:{s:6:"family";s:12:"Nanum Gothic";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"800";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:19:"Nanum Gothic Coding";a:3:{s:6:"family";s:19:"Nanum Gothic Coding";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:14:"Nanum Myeongjo";a:3:{s:6:"family";s:14:"Nanum Myeongjo";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"800";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:16:"Nanum Pen Script";a:3:{s:6:"family";s:16:"Nanum Pen Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:6:"Neucha";a:3:{s:6:"family";s:6:"Neucha";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:8:"cyrillic";i:1;s:5:"latin";}}s:6:"Neuton";a:3:{s:6:"family";s:6:"Neuton";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"New Rocker";a:3:{s:6:"family";s:10:"New Rocker";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"News Cycle";a:3:{s:6:"family";s:10:"News Cycle";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Niconne";a:3:{s:6:"family";s:7:"Niconne";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Niramit";a:3:{s:6:"family";s:7:"Niramit";s:8:"variants";a:12:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:9:"Nixie One";a:3:{s:6:"family";s:9:"Nixie One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Nobile";a:3:{s:6:"family";s:6:"Nobile";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Nokora";a:3:{s:6:"family";s:6:"Nokora";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:7:"Norican";a:3:{s:6:"family";s:7:"Norican";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Nosifer";a:3:{s:6:"family";s:7:"Nosifer";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Notable";a:3:{s:6:"family";s:7:"Notable";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:20:"Nothing You Could Do";a:3:{s:6:"family";s:20:"Nothing You Could Do";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Noticia Text";a:3:{s:6:"family";s:12:"Noticia Text";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:9:"Noto Sans";a:3:{s:6:"family";s:9:"Noto Sans";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:10:"devanagari";i:3;s:5:"greek";i:4;s:9:"greek-ext";i:5;s:5:"latin";i:6;s:9:"latin-ext";i:7;s:10:"vietnamese";}}s:12:"Noto Sans HK";a:3:{s:6:"family";s:12:"Noto Sans HK";s:8:"variants";a:6:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"900";}s:7:"subsets";a:2:{i:0;s:16:"chinese-hongkong";i:1;s:5:"latin";}}s:12:"Noto Sans JP";a:3:{s:6:"family";s:12:"Noto Sans JP";s:8:"variants";a:6:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"900";}s:7:"subsets";a:2:{i:0;s:8:"japanese";i:1;s:5:"latin";}}s:12:"Noto Sans KR";a:3:{s:6:"family";s:12:"Noto Sans KR";s:8:"variants";a:6:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"900";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:12:"Noto Sans SC";a:3:{s:6:"family";s:12:"Noto Sans SC";s:8:"variants";a:6:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"900";}s:7:"subsets";a:2:{i:0;s:18:"chinese-simplified";i:1;s:5:"latin";}}s:12:"Noto Sans TC";a:3:{s:6:"family";s:12:"Noto Sans TC";s:8:"variants";a:6:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"900";}s:7:"subsets";a:2:{i:0;s:19:"chinese-traditional";i:1;s:5:"latin";}}s:10:"Noto Serif";a:3:{s:6:"family";s:10:"Noto Serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:13:"Noto Serif JP";a:3:{s:6:"family";s:13:"Noto Serif JP";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"900";}s:7:"subsets";a:2:{i:0;s:8:"japanese";i:1;s:5:"latin";}}s:13:"Noto Serif KR";a:3:{s:6:"family";s:13:"Noto Serif KR";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"900";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:13:"Noto Serif SC";a:3:{s:6:"family";s:13:"Noto Serif SC";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"900";}s:7:"subsets";a:2:{i:0;s:18:"chinese-simplified";i:1;s:5:"latin";}}s:13:"Noto Serif TC";a:3:{s:6:"family";s:13:"Noto Serif TC";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"900";}s:7:"subsets";a:2:{i:0;s:19:"chinese-traditional";i:1;s:5:"latin";}}s:8:"Nova Cut";a:3:{s:6:"family";s:8:"Nova Cut";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Nova Flat";a:3:{s:6:"family";s:9:"Nova Flat";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Nova Mono";a:3:{s:6:"family";s:9:"Nova Mono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"greek";i:1;s:5:"latin";}}s:9:"Nova Oval";a:3:{s:6:"family";s:9:"Nova Oval";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Nova Round";a:3:{s:6:"family";s:10:"Nova Round";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Nova Script";a:3:{s:6:"family";s:11:"Nova Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Nova Slim";a:3:{s:6:"family";s:9:"Nova Slim";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Nova Square";a:3:{s:6:"family";s:11:"Nova Square";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Numans";a:3:{s:6:"family";s:6:"Numans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Nunito";a:3:{s:6:"family";s:6:"Nunito";s:8:"variants";a:14:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"800";i:11;s:9:"800italic";i:12;s:3:"900";i:13;s:9:"900italic";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:11:"Nunito Sans";a:3:{s:6:"family";s:11:"Nunito Sans";s:8:"variants";a:14:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"800";i:11;s:9:"800italic";i:12;s:3:"900";i:13;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:11:"Odibee Sans";a:3:{s:6:"family";s:11:"Odibee Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:14:"Odor Mean Chey";a:3:{s:6:"family";s:14:"Odor Mean Chey";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:7:"Offside";a:3:{s:6:"family";s:7:"Offside";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:15:"Old Standard TT";a:3:{s:6:"family";s:15:"Old Standard TT";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:9:"Oldenburg";a:3:{s:6:"family";s:9:"Oldenburg";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Oleo Script";a:3:{s:6:"family";s:11:"Oleo Script";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:22:"Oleo Script Swash Caps";a:3:{s:6:"family";s:22:"Oleo Script Swash Caps";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Open Sans";a:3:{s:6:"family";s:9:"Open Sans";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"800";i:9;s:9:"800italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:19:"Open Sans Condensed";a:3:{s:6:"family";s:19:"Open Sans Condensed";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"700";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:11:"Oranienbaum";a:3:{s:6:"family";s:11:"Oranienbaum";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:8:"Orbitron";a:3:{s:6:"family";s:8:"Orbitron";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Oregano";a:3:{s:6:"family";s:7:"Oregano";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Orienta";a:3:{s:6:"family";s:7:"Orienta";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:15:"Original Surfer";a:3:{s:6:"family";s:15:"Original Surfer";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Oswald";a:3:{s:6:"family";s:6:"Oswald";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:16:"Over the Rainbow";a:3:{s:6:"family";s:16:"Over the Rainbow";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Overlock";a:3:{s:6:"family";s:8:"Overlock";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Overlock SC";a:3:{s:6:"family";s:11:"Overlock SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Overpass";a:3:{s:6:"family";s:8:"Overpass";s:8:"variants";a:16:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Overpass Mono";a:3:{s:6:"family";s:13:"Overpass Mono";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:3:"Ovo";a:3:{s:6:"family";s:3:"Ovo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Oxanium";a:3:{s:6:"family";s:7:"Oxanium";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Oxygen";a:3:{s:6:"family";s:6:"Oxygen";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Oxygen Mono";a:3:{s:6:"family";s:11:"Oxygen Mono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"PT Mono";a:3:{s:6:"family";s:7:"PT Mono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:7:"PT Sans";a:3:{s:6:"family";s:7:"PT Sans";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:15:"PT Sans Caption";a:3:{s:6:"family";s:15:"PT Sans Caption";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:14:"PT Sans Narrow";a:3:{s:6:"family";s:14:"PT Sans Narrow";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:8:"PT Serif";a:3:{s:6:"family";s:8:"PT Serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:16:"PT Serif Caption";a:3:{s:6:"family";s:16:"PT Serif Caption";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:8:"Pacifico";a:3:{s:6:"family";s:8:"Pacifico";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:6:"Padauk";a:3:{s:6:"family";s:6:"Padauk";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:7:"myanmar";}}s:9:"Palanquin";a:3:{s:6:"family";s:9:"Palanquin";s:8:"variants";a:7:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:14:"Palanquin Dark";a:3:{s:6:"family";s:14:"Palanquin Dark";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:8:"Pangolin";a:3:{s:6:"family";s:8:"Pangolin";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:7:"Paprika";a:3:{s:6:"family";s:7:"Paprika";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Parisienne";a:3:{s:6:"family";s:10:"Parisienne";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Passero One";a:3:{s:6:"family";s:11:"Passero One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Passion One";a:3:{s:6:"family";s:11:"Passion One";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:18:"Pathway Gothic One";a:3:{s:6:"family";s:18:"Pathway Gothic One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Patrick Hand";a:3:{s:6:"family";s:12:"Patrick Hand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:15:"Patrick Hand SC";a:3:{s:6:"family";s:15:"Patrick Hand SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:7:"Pattaya";a:3:{s:6:"family";s:7:"Pattaya";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:4:"thai";i:4;s:10:"vietnamese";}}s:9:"Patua One";a:3:{s:6:"family";s:9:"Patua One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Pavanam";a:3:{s:6:"family";s:7:"Pavanam";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:5:"tamil";}}s:11:"Paytone One";a:3:{s:6:"family";s:11:"Paytone One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:7:"Peddana";a:3:{s:6:"family";s:7:"Peddana";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:7:"Peralta";a:3:{s:6:"family";s:7:"Peralta";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:16:"Permanent Marker";a:3:{s:6:"family";s:16:"Permanent Marker";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:19:"Petit Formal Script";a:3:{s:6:"family";s:19:"Petit Formal Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Petrona";a:3:{s:6:"family";s:7:"Petrona";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Philosopher";a:3:{s:6:"family";s:11:"Philosopher";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:10:"vietnamese";}}s:6:"Piedra";a:3:{s:6:"family";s:6:"Piedra";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Pinyon Script";a:3:{s:6:"family";s:13:"Pinyon Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Pirata One";a:3:{s:6:"family";s:10:"Pirata One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Plaster";a:3:{s:6:"family";s:7:"Plaster";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:4:"Play";a:3:{s:6:"family";s:4:"Play";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:5:"latin";i:4;s:9:"latin-ext";i:5;s:10:"vietnamese";}}s:8:"Playball";a:3:{s:6:"family";s:8:"Playball";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:16:"Playfair Display";a:3:{s:6:"family";s:16:"Playfair Display";s:8:"variants";a:12:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";i:6;s:6:"italic";i:7;s:9:"500italic";i:8;s:9:"600italic";i:9;s:9:"700italic";i:10;s:9:"800italic";i:11;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:19:"Playfair Display SC";a:3:{s:6:"family";s:19:"Playfair Display SC";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:7:"Podkova";a:3:{s:6:"family";s:7:"Podkova";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:10:"Poiret One";a:3:{s:6:"family";s:10:"Poiret One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:10:"Poller One";a:3:{s:6:"family";s:10:"Poller One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Poly";a:3:{s:6:"family";s:4:"Poly";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Pompiere";a:3:{s:6:"family";s:8:"Pompiere";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Pontano Sans";a:3:{s:6:"family";s:12:"Pontano Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Poor Story";a:3:{s:6:"family";s:10:"Poor Story";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:7:"Poppins";a:3:{s:6:"family";s:7:"Poppins";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:16:"Port Lligat Sans";a:3:{s:6:"family";s:16:"Port Lligat Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:16:"Port Lligat Slab";a:3:{s:6:"family";s:16:"Port Lligat Slab";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:14:"Pragati Narrow";a:3:{s:6:"family";s:14:"Pragati Narrow";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:5:"Prata";a:3:{s:6:"family";s:5:"Prata";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:10:"vietnamese";}}s:11:"Preahvihear";a:3:{s:6:"family";s:11:"Preahvihear";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:14:"Press Start 2P";a:3:{s:6:"family";s:14:"Press Start 2P";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:5:"latin";i:4;s:9:"latin-ext";}}s:5:"Pridi";a:3:{s:6:"family";s:5:"Pridi";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:14:"Princess Sofia";a:3:{s:6:"family";s:14:"Princess Sofia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Prociono";a:3:{s:6:"family";s:8:"Prociono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Prompt";a:3:{s:6:"family";s:6:"Prompt";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:10:"Prosto One";a:3:{s:6:"family";s:10:"Prosto One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:11:"Proza Libre";a:3:{s:6:"family";s:11:"Proza Libre";s:8:"variants";a:10:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"800";i:9;s:9:"800italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Public Sans";a:3:{s:6:"family";s:11:"Public Sans";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";i:9;s:9:"100italic";i:10;s:9:"200italic";i:11;s:9:"300italic";i:12;s:6:"italic";i:13;s:9:"500italic";i:14;s:9:"600italic";i:15;s:9:"700italic";i:16;s:9:"800italic";i:17;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Puritan";a:3:{s:6:"family";s:7:"Puritan";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Purple Purse";a:3:{s:6:"family";s:12:"Purple Purse";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Quando";a:3:{s:6:"family";s:6:"Quando";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Quantico";a:3:{s:6:"family";s:8:"Quantico";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Quattrocento";a:3:{s:6:"family";s:12:"Quattrocento";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:17:"Quattrocento Sans";a:3:{s:6:"family";s:17:"Quattrocento Sans";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Questrial";a:3:{s:6:"family";s:9:"Questrial";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Quicksand";a:3:{s:6:"family";s:9:"Quicksand";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:14:"Quintessential";a:3:{s:6:"family";s:14:"Quintessential";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Qwigley";a:3:{s:6:"family";s:7:"Qwigley";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:15:"Racing Sans One";a:3:{s:6:"family";s:15:"Racing Sans One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Radley";a:3:{s:6:"family";s:6:"Radley";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Rajdhani";a:3:{s:6:"family";s:8:"Rajdhani";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:6:"Rakkas";a:3:{s:6:"family";s:6:"Rakkas";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:7:"Raleway";a:3:{s:6:"family";s:7:"Raleway";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Raleway Dots";a:3:{s:6:"family";s:12:"Raleway Dots";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Ramabhadra";a:3:{s:6:"family";s:10:"Ramabhadra";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:8:"Ramaraja";a:3:{s:6:"family";s:8:"Ramaraja";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:6:"Rambla";a:3:{s:6:"family";s:6:"Rambla";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Rammetto One";a:3:{s:6:"family";s:12:"Rammetto One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Ranchers";a:3:{s:6:"family";s:8:"Ranchers";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Rancho";a:3:{s:6:"family";s:6:"Rancho";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Ranga";a:3:{s:6:"family";s:5:"Ranga";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:4:"Rasa";a:3:{s:6:"family";s:4:"Rasa";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:9:"Rationale";a:3:{s:6:"family";s:9:"Rationale";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Ravi Prakash";a:3:{s:6:"family";s:12:"Ravi Prakash";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:15:"Red Hat Display";a:3:{s:6:"family";s:15:"Red Hat Display";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"900";i:7;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Red Hat Text";a:3:{s:6:"family";s:12:"Red Hat Text";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Redressed";a:3:{s:6:"family";s:9:"Redressed";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Reem Kufi";a:3:{s:6:"family";s:9:"Reem Kufi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}}s:13:"Reenie Beanie";a:3:{s:6:"family";s:13:"Reenie Beanie";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Revalia";a:3:{s:6:"family";s:7:"Revalia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Rhodium Libre";a:3:{s:6:"family";s:13:"Rhodium Libre";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:6:"Ribeye";a:3:{s:6:"family";s:6:"Ribeye";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Ribeye Marrow";a:3:{s:6:"family";s:13:"Ribeye Marrow";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Righteous";a:3:{s:6:"family";s:9:"Righteous";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Risque";a:3:{s:6:"family";s:6:"Risque";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Roboto";a:3:{s:6:"family";s:6:"Roboto";s:8:"variants";a:12:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"900";i:11;s:9:"900italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:16:"Roboto Condensed";a:3:{s:6:"family";s:16:"Roboto Condensed";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:11:"Roboto Mono";a:3:{s:6:"family";s:11:"Roboto Mono";s:8:"variants";a:10:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:11:"Roboto Slab";a:3:{s:6:"family";s:11:"Roboto Slab";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:9:"Rochester";a:3:{s:6:"family";s:9:"Rochester";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Rock Salt";a:3:{s:6:"family";s:9:"Rock Salt";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Rokkitt";a:3:{s:6:"family";s:7:"Rokkitt";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:9:"Romanesco";a:3:{s:6:"family";s:9:"Romanesco";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Ropa Sans";a:3:{s:6:"family";s:9:"Ropa Sans";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Rosario";a:3:{s:6:"family";s:7:"Rosario";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:9:"300italic";i:6;s:6:"italic";i:7;s:9:"500italic";i:8;s:9:"600italic";i:9;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:8:"Rosarivo";a:3:{s:6:"family";s:8:"Rosarivo";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Rouge Script";a:3:{s:6:"family";s:12:"Rouge Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Rozha One";a:3:{s:6:"family";s:9:"Rozha One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:5:"Rubik";a:3:{s:6:"family";s:5:"Rubik";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"900";i:9;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:6:"hebrew";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:14:"Rubik Mono One";a:3:{s:6:"family";s:14:"Rubik Mono One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:4:"Ruda";a:3:{s:6:"family";s:4:"Ruda";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:6:"Rufina";a:3:{s:6:"family";s:6:"Rufina";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Ruge Boogie";a:3:{s:6:"family";s:11:"Ruge Boogie";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Ruluko";a:3:{s:6:"family";s:6:"Ruluko";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Rum Raisin";a:3:{s:6:"family";s:10:"Rum Raisin";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"Ruslan Display";a:3:{s:6:"family";s:14:"Ruslan Display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:9:"Russo One";a:3:{s:6:"family";s:9:"Russo One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:6:"Ruthie";a:3:{s:6:"family";s:6:"Ruthie";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:3:"Rye";a:3:{s:6:"family";s:3:"Rye";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Sacramento";a:3:{s:6:"family";s:10:"Sacramento";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Sahitya";a:3:{s:6:"family";s:7:"Sahitya";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:10:"devanagari";i:1;s:5:"latin";}}s:4:"Sail";a:3:{s:6:"family";s:4:"Sail";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Saira";a:3:{s:6:"family";s:5:"Saira";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:15:"Saira Condensed";a:3:{s:6:"family";s:15:"Saira Condensed";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:21:"Saira Extra Condensed";a:3:{s:6:"family";s:21:"Saira Extra Condensed";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:20:"Saira Semi Condensed";a:3:{s:6:"family";s:20:"Saira Semi Condensed";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:17:"Saira Stencil One";a:3:{s:6:"family";s:17:"Saira Stencil One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:5:"Salsa";a:3:{s:6:"family";s:5:"Salsa";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Sanchez";a:3:{s:6:"family";s:7:"Sanchez";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Sancreek";a:3:{s:6:"family";s:8:"Sancreek";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Sansita";a:3:{s:6:"family";s:7:"Sansita";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"800";i:5;s:9:"800italic";i:6;s:3:"900";i:7;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Sarabun";a:3:{s:6:"family";s:7:"Sarabun";s:8:"variants";a:16:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:6:"Sarala";a:3:{s:6:"family";s:6:"Sarala";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:6:"Sarina";a:3:{s:6:"family";s:6:"Sarina";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Sarpanch";a:3:{s:6:"family";s:8:"Sarpanch";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:7:"Satisfy";a:3:{s:6:"family";s:7:"Satisfy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:15:"Sawarabi Gothic";a:3:{s:6:"family";s:15:"Sawarabi Gothic";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:8:"japanese";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:15:"Sawarabi Mincho";a:3:{s:6:"family";s:15:"Sawarabi Mincho";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"japanese";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:5:"Scada";a:3:{s:6:"family";s:5:"Scada";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";}}s:12:"Scheherazade";a:3:{s:6:"family";s:12:"Scheherazade";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}}s:10:"Schoolbell";a:3:{s:6:"family";s:10:"Schoolbell";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Scope One";a:3:{s:6:"family";s:9:"Scope One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"Seaweed Script";a:3:{s:6:"family";s:14:"Seaweed Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Secular One";a:3:{s:6:"family";s:11:"Secular One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:6:"hebrew";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:12:"Sedgwick Ave";a:3:{s:6:"family";s:12:"Sedgwick Ave";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:20:"Sedgwick Ave Display";a:3:{s:6:"family";s:20:"Sedgwick Ave Display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:3:"Sen";a:3:{s:6:"family";s:3:"Sen";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Sevillana";a:3:{s:6:"family";s:9:"Sevillana";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Seymour One";a:3:{s:6:"family";s:11:"Seymour One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:18:"Shadows Into Light";a:3:{s:6:"family";s:18:"Shadows Into Light";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:22:"Shadows Into Light Two";a:3:{s:6:"family";s:22:"Shadows Into Light Two";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Shanti";a:3:{s:6:"family";s:6:"Shanti";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Share";a:3:{s:6:"family";s:5:"Share";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Share Tech";a:3:{s:6:"family";s:10:"Share Tech";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:15:"Share Tech Mono";a:3:{s:6:"family";s:15:"Share Tech Mono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Shojumaru";a:3:{s:6:"family";s:9:"Shojumaru";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Short Stack";a:3:{s:6:"family";s:11:"Short Stack";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Shrikhand";a:3:{s:6:"family";s:9:"Shrikhand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:8:"Siemreap";a:3:{s:6:"family";s:8:"Siemreap";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:10:"Sigmar One";a:3:{s:6:"family";s:10:"Sigmar One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:7:"Signika";a:3:{s:6:"family";s:7:"Signika";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:16:"Signika Negative";a:3:{s:6:"family";s:16:"Signika Negative";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Simonetta";a:3:{s:6:"family";s:9:"Simonetta";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"900";i:3;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Single Day";a:3:{s:6:"family";s:10:"Single Day";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:6:"korean";}}s:7:"Sintony";a:3:{s:6:"family";s:7:"Sintony";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Sirin Stencil";a:3:{s:6:"family";s:13:"Sirin Stencil";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Six Caps";a:3:{s:6:"family";s:8:"Six Caps";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Skranji";a:3:{s:6:"family";s:7:"Skranji";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Slabo 13px";a:3:{s:6:"family";s:10:"Slabo 13px";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Slabo 27px";a:3:{s:6:"family";s:10:"Slabo 27px";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Slackey";a:3:{s:6:"family";s:7:"Slackey";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Smokum";a:3:{s:6:"family";s:6:"Smokum";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Smythe";a:3:{s:6:"family";s:6:"Smythe";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Sniglet";a:3:{s:6:"family";s:7:"Sniglet";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Snippet";a:3:{s:6:"family";s:7:"Snippet";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:13:"Snowburst One";a:3:{s:6:"family";s:13:"Snowburst One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Sofadi One";a:3:{s:6:"family";s:10:"Sofadi One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:5:"Sofia";a:3:{s:6:"family";s:5:"Sofia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Solway";a:3:{s:6:"family";s:6:"Solway";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Song Myung";a:3:{s:6:"family";s:10:"Song Myung";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:10:"Sonsie One";a:3:{s:6:"family";s:10:"Sonsie One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:16:"Sorts Mill Goudy";a:3:{s:6:"family";s:16:"Sorts Mill Goudy";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:15:"Source Code Pro";a:3:{s:6:"family";s:15:"Source Code Pro";s:8:"variants";a:14:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"900";i:13;s:9:"900italic";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:5:"latin";i:4;s:9:"latin-ext";i:5;s:10:"vietnamese";}}s:15:"Source Sans Pro";a:3:{s:6:"family";s:15:"Source Sans Pro";s:8:"variants";a:12:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"900";i:11;s:9:"900italic";}s:7:"subsets";a:7:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";i:6;s:10:"vietnamese";}}s:16:"Source Serif Pro";a:3:{s:6:"family";s:16:"Source Serif Pro";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"600";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Space Mono";a:3:{s:6:"family";s:10:"Space Mono";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:7:"Spartan";a:3:{s:6:"family";s:7:"Spartan";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Special Elite";a:3:{s:6:"family";s:13:"Special Elite";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Spectral";a:3:{s:6:"family";s:8:"Spectral";s:8:"variants";a:14:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:11:"Spectral SC";a:3:{s:6:"family";s:11:"Spectral SC";s:8:"variants";a:14:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:10:"Spicy Rice";a:3:{s:6:"family";s:10:"Spicy Rice";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Spinnaker";a:3:{s:6:"family";s:9:"Spinnaker";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Spirax";a:3:{s:6:"family";s:6:"Spirax";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:10:"Squada One";a:3:{s:6:"family";s:10:"Squada One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:20:"Sree Krushnadevaraya";a:3:{s:6:"family";s:20:"Sree Krushnadevaraya";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:8:"Sriracha";a:3:{s:6:"family";s:8:"Sriracha";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:8:"Srisakdi";a:3:{s:6:"family";s:8:"Srisakdi";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:11:"Staatliches";a:3:{s:6:"family";s:11:"Staatliches";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Stalemate";a:3:{s:6:"family";s:9:"Stalemate";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Stalinist One";a:3:{s:6:"family";s:13:"Stalinist One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:15:"Stardos Stencil";a:3:{s:6:"family";s:15:"Stardos Stencil";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:21:"Stint Ultra Condensed";a:3:{s:6:"family";s:21:"Stint Ultra Condensed";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:20:"Stint Ultra Expanded";a:3:{s:6:"family";s:20:"Stint Ultra Expanded";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Stoke";a:3:{s:6:"family";s:5:"Stoke";s:8:"variants";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Strait";a:3:{s:6:"family";s:6:"Strait";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Stylish";a:3:{s:6:"family";s:7:"Stylish";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:19:"Sue Ellen Francisco";a:3:{s:6:"family";s:19:"Sue Ellen Francisco";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Suez One";a:3:{s:6:"family";s:8:"Suez One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:6:"hebrew";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:13:"Sulphur Point";a:3:{s:6:"family";s:13:"Sulphur Point";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Sumana";a:3:{s:6:"family";s:6:"Sumana";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:9:"Sunflower";a:3:{s:6:"family";s:9:"Sunflower";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:9:"Sunshiney";a:3:{s:6:"family";s:9:"Sunshiney";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:16:"Supermercado One";a:3:{s:6:"family";s:16:"Supermercado One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Sura";a:3:{s:6:"family";s:4:"Sura";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:7:"Suranna";a:3:{s:6:"family";s:7:"Suranna";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:9:"Suravaram";a:3:{s:6:"family";s:9:"Suravaram";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:11:"Suwannaphum";a:3:{s:6:"family";s:11:"Suwannaphum";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:18:"Swanky and Moo Moo";a:3:{s:6:"family";s:18:"Swanky and Moo Moo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Syncopate";a:3:{s:6:"family";s:9:"Syncopate";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Tajawal";a:3:{s:6:"family";s:7:"Tajawal";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}}s:9:"Tangerine";a:3:{s:6:"family";s:9:"Tangerine";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Taprom";a:3:{s:6:"family";s:6:"Taprom";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}}s:5:"Tauri";a:3:{s:6:"family";s:5:"Tauri";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Taviraj";a:3:{s:6:"family";s:7:"Taviraj";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:4:"Teko";a:3:{s:6:"family";s:4:"Teko";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:5:"Telex";a:3:{s:6:"family";s:5:"Telex";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:18:"Tenali Ramakrishna";a:3:{s:6:"family";s:18:"Tenali Ramakrishna";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:10:"Tenor Sans";a:3:{s:6:"family";s:10:"Tenor Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:11:"Text Me One";a:3:{s:6:"family";s:11:"Text Me One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Thasadith";a:3:{s:6:"family";s:9:"Thasadith";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:18:"The Girl Next Door";a:3:{s:6:"family";s:18:"The Girl Next Door";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Tienne";a:3:{s:6:"family";s:6:"Tienne";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Tillana";a:3:{s:6:"family";s:7:"Tillana";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:7:"Timmana";a:3:{s:6:"family";s:7:"Timmana";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}}s:5:"Tinos";a:3:{s:6:"family";s:5:"Tinos";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:6:"hebrew";i:5;s:5:"latin";i:6;s:9:"latin-ext";i:7;s:10:"vietnamese";}}s:9:"Titan One";a:3:{s:6:"family";s:9:"Titan One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:13:"Titillium Web";a:3:{s:6:"family";s:13:"Titillium Web";s:8:"variants";a:11:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"900";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Tomorrow";a:3:{s:6:"family";s:8:"Tomorrow";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:11:"Trade Winds";a:3:{s:6:"family";s:11:"Trade Winds";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Trirong";a:3:{s:6:"family";s:7:"Trirong";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:4:"thai";i:3;s:10:"vietnamese";}}s:7:"Trocchi";a:3:{s:6:"family";s:7:"Trocchi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Trochut";a:3:{s:6:"family";s:7:"Trochut";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Trykker";a:3:{s:6:"family";s:7:"Trykker";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:10:"Tulpen One";a:3:{s:6:"family";s:10:"Tulpen One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:11:"Turret Road";a:3:{s:6:"family";s:11:"Turret Road";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Ubuntu";a:3:{s:6:"family";s:6:"Ubuntu";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";}}s:16:"Ubuntu Condensed";a:3:{s:6:"family";s:16:"Ubuntu Condensed";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";}}s:11:"Ubuntu Mono";a:3:{s:6:"family";s:11:"Ubuntu Mono";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:9:"greek-ext";i:4;s:5:"latin";i:5;s:9:"latin-ext";}}s:5:"Ultra";a:3:{s:6:"family";s:5:"Ultra";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:14:"Uncial Antiqua";a:3:{s:6:"family";s:14:"Uncial Antiqua";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Underdog";a:3:{s:6:"family";s:8:"Underdog";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:9:"Unica One";a:3:{s:6:"family";s:9:"Unica One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:14:"UnifrakturCook";a:3:{s:6:"family";s:14:"UnifrakturCook";s:8:"variants";a:1:{i:0;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:18:"UnifrakturMaguntia";a:3:{s:6:"family";s:18:"UnifrakturMaguntia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:7:"Unkempt";a:3:{s:6:"family";s:7:"Unkempt";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Unlock";a:3:{s:6:"family";s:6:"Unlock";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Unna";a:3:{s:6:"family";s:4:"Unna";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"VT323";a:3:{s:6:"family";s:5:"VT323";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:11:"Vampiro One";a:3:{s:6:"family";s:11:"Vampiro One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:6:"Varela";a:3:{s:6:"family";s:6:"Varela";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"Varela Round";a:3:{s:6:"family";s:12:"Varela Round";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:6:"hebrew";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:11:"Vast Shadow";a:3:{s:6:"family";s:11:"Vast Shadow";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:12:"Vesper Libre";a:3:{s:6:"family";s:12:"Vesper Libre";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";i:3;s:3:"900";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:12:"Viaoda Libre";a:3:{s:6:"family";s:12:"Viaoda Libre";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:5:"Vibes";a:3:{s:6:"family";s:5:"Vibes";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}}s:5:"Vibur";a:3:{s:6:"family";s:5:"Vibur";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Vidaloka";a:3:{s:6:"family";s:8:"Vidaloka";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Viga";a:3:{s:6:"family";s:4:"Viga";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:5:"Voces";a:3:{s:6:"family";s:5:"Voces";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:7:"Volkhov";a:3:{s:6:"family";s:7:"Volkhov";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Vollkorn";a:3:{s:6:"family";s:8:"Vollkorn";s:8:"variants";a:12:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";i:6;s:6:"italic";i:7;s:9:"500italic";i:8;s:9:"600italic";i:9;s:9:"700italic";i:10;s:9:"800italic";i:11;s:9:"900italic";}s:7:"subsets";a:6:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"greek";i:3;s:5:"latin";i:4;s:9:"latin-ext";i:5;s:10:"vietnamese";}}s:11:"Vollkorn SC";a:3:{s:6:"family";s:11:"Vollkorn SC";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"600";i:2;s:3:"700";i:3;s:3:"900";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:8:"Voltaire";a:3:{s:6:"family";s:8:"Voltaire";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:23:"Waiting for the Sunrise";a:3:{s:6:"family";s:23:"Waiting for the Sunrise";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:8:"Wallpoet";a:3:{s:6:"family";s:8:"Wallpoet";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:15:"Walter Turncoat";a:3:{s:6:"family";s:15:"Walter Turncoat";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:6:"Warnes";a:3:{s:6:"family";s:6:"Warnes";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Wellfleet";a:3:{s:6:"family";s:9:"Wellfleet";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:9:"Wendy One";a:3:{s:6:"family";s:9:"Wendy One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:8:"Wire One";a:3:{s:6:"family";s:8:"Wire One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Work Sans";a:3:{s:6:"family";s:9:"Work Sans";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";i:9;s:9:"100italic";i:10;s:9:"200italic";i:11;s:9:"300italic";i:12;s:6:"italic";i:13;s:9:"500italic";i:14;s:9:"600italic";i:15;s:9:"700italic";i:16;s:9:"800italic";i:17;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:5:"latin";i:1;s:9:"latin-ext";i:2;s:10:"vietnamese";}}s:17:"Yanone Kaffeesatz";a:3:{s:6:"family";s:17:"Yanone Kaffeesatz";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:8:"cyrillic";i:1;s:5:"latin";i:2;s:9:"latin-ext";i:3;s:10:"vietnamese";}}s:11:"Yantramanav";a:3:{s:6:"family";s:11:"Yantramanav";s:8:"variants";a:6:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"900";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:9:"Yatra One";a:3:{s:6:"family";s:9:"Yatra One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:10:"devanagari";i:1;s:5:"latin";i:2;s:9:"latin-ext";}}s:10:"Yellowtail";a:3:{s:6:"family";s:10:"Yellowtail";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:9:"Yeon Sung";a:3:{s:6:"family";s:9:"Yeon Sung";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"korean";i:1;s:5:"latin";}}s:10:"Yeseva One";a:3:{s:6:"family";s:10:"Yeseva One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:8:"cyrillic";i:1;s:12:"cyrillic-ext";i:2;s:5:"latin";i:3;s:9:"latin-ext";i:4;s:10:"vietnamese";}}s:10:"Yesteryear";a:3:{s:6:"family";s:10:"Yesteryear";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:4:"Yrsa";a:3:{s:6:"family";s:4:"Yrsa";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:12:"ZCOOL KuaiLe";a:3:{s:6:"family";s:12:"ZCOOL KuaiLe";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:18:"chinese-simplified";i:1;s:5:"latin";}}s:21:"ZCOOL QingKe HuangYou";a:3:{s:6:"family";s:21:"ZCOOL QingKe HuangYou";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:18:"chinese-simplified";i:1;s:5:"latin";}}s:13:"ZCOOL XiaoWei";a:3:{s:6:"family";s:13:"ZCOOL XiaoWei";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:18:"chinese-simplified";i:1;s:5:"latin";}}s:6:"Zeyada";a:3:{s:6:"family";s:6:"Zeyada";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}s:13:"Zhi Mang Xing";a:3:{s:6:"family";s:13:"Zhi Mang Xing";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:18:"chinese-simplified";i:1;s:5:"latin";}}s:10:"Zilla Slab";a:3:{s:6:"family";s:10:"Zilla Slab";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}s:20:"Zilla Slab Highlight";a:3:{s:6:"family";s:20:"Zilla Slab Highlight";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:9:"latin-ext";}}}', 'no');
INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(160, 'zn_kallyas_optionsv4', 'a:12:{s:15:"general_options";a:133:{s:14:"page_preloader";s:3:"yes";s:17:"page_preloader_bg";s:7:"#ffffff";s:18:"page_preloader_img";s:0:"";s:13:"smooth_scroll";s:4:"0.25";s:17:"smooth_scroll_osx";s:2:"no";s:13:"head_position";s:1:"1";s:12:"header_style";s:11:"image_color";s:18:"header_style_image";a:4:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}}s:18:"header_style_color";s:18:"rgba(10,10,10,0.2)";s:18:"header_text_scheme";s:5:"light";s:25:"sticky_header_style_color";s:0:"";s:25:"sticky_header_text_scheme";s:7:"default";s:12:"topbar_style";s:6:"custom";s:11:"topbar_size";s:7:"default";s:15:"topbar_bg_color";s:7:"#b1a276";s:18:"topbar_text_scheme";s:5:"light";s:11:"topbar_font";a:1:{s:11:"font-family";s:12:"Crimson Text";}s:15:"header_width_v2";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:4:"1240";s:7:"unit_lg";s:2:"px";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:18:"zn_head_height_enb";s:6:"custom";s:14:"zn_head_height";s:5:"110px";s:19:"zn_head_height_rows";a:4:{s:3:"top";s:4:"50px";s:4:"main";s:5:"120px";s:6:"bottom";s:0:"";s:6:"others";s:1:"0";}s:20:"top_offset_tolerance";s:0:"";s:14:"head_show_logo";s:3:"yes";s:11:"logo_upload";s:63:"http://localhost:8082/shazil/wp-content/uploads/2020/05/spl.png";s:9:"logo_size";s:2:"no";s:16:"logo_manual_size";a:2:{s:5:"width";s:3:"200";s:6:"height";s:0:"";}s:11:"logo_sticky";s:0:"";s:18:"logo_upload_mobile";s:0:"";s:9:"logo_font";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"36px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:0:"";s:5:"color";s:4:"#000";s:10:"font-style";s:6:"normal";}s:10:"logo_hover";a:1:{s:5:"color";s:7:"#CD2122";}s:7:"logo_bg";s:0:"";s:23:"infocard_display_status";s:2:"no";s:17:"infocard_bg_color";s:7:"#cd2122";s:19:"infocard_text_color";s:7:"#ffffff";s:17:"infocard_logo_url";s:0:"";s:28:"infocard_company_description";s:71:"Kallyas is an ultra-premium, responsive theme built for today websites.";s:22:"infocard_company_phone";s:17:"T (212) 555 55 00";s:22:"infocard_company_email";s:21:"sales@yourwebsite.com";s:21:"infocard_company_name";s:16:"Your Company LTD";s:24:"infocard_company_address";s:35:"Street nr 100, 4536534, Chicago, US";s:18:"infocard_gmap_link";s:24:"http://goo.gl/maps/1OhOu";s:33:"social_icons_info_card_visibility";s:3:"yes";s:16:"infocard_hoverme";s:3:"yes";s:16:"zn_header_layout";s:7:"style12";s:11:"menu_follow";s:2:"no";s:15:"head_show_flags";s:1:"0";s:16:"head_flags_style";s:4:"text";s:15:"head_show_login";s:1:"0";s:18:"head_show_register";s:1:"0";s:16:"head_show_search";s:2:"no";s:17:"head_search_style";s:3:"min";s:18:"zn_head_s7_toptext";s:0:"";s:21:"head_show_support_pnl";s:2:"no";s:25:"hidden_panel_content_type";s:6:"widget";s:24:"hidden_panel_pb_template";s:3:"399";s:18:"hidden_panel_title";s:0:"";s:15:"hidden_panel_bg";s:7:"#F0F0F0";s:15:"hidden_panel_fg";s:7:"#000000";s:30:"social_icons_visibility_status";s:2:"no";s:22:"header_which_icons_set";s:5:"clean";s:19:"header_social_icons";a:4:{i:0;a:4:{s:19:"header_social_title";s:8:"Facebook";s:18:"header_social_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";s:5:"title";s:0:"";}s:19:"header_social_color";s:4:"#000";s:18:"header_social_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}}i:1;a:4:{s:19:"header_social_title";s:7:"Twitter";s:18:"header_social_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";s:5:"title";s:0:"";}s:19:"header_social_color";s:4:"#000";s:18:"header_social_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}}i:2;a:4:{s:19:"header_social_title";s:11:"Google Plus";s:18:"header_social_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";s:5:"title";s:0:"";}s:19:"header_social_color";s:4:"#000";s:18:"header_social_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}}i:3;a:4:{s:19:"header_social_title";s:8:"LinkedIn";s:18:"header_social_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";s:5:"title";s:0:"";}s:19:"header_social_color";s:4:"#000";s:18:"header_social_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}}}s:20:"zn_header_resp_color";s:7:"#10102a";s:21:"zn_header_xs_absolute";s:2:"no";s:40:"header_xs_absolute_dropdown_color_scheme";s:5:"light";s:13:"head_show_cta";s:2:"no";s:19:"head_show_cta_style";s:6:"custom";s:17:"head_add_cta_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:17:"head_set_text_cta";s:37:"<strong>202-555-018</strong>TOLL FREE";s:15:"wpk_cs_bg_color";s:7:"#b1a276";s:15:"wpk_cs_fg_color";s:7:"#ffffff";s:11:"cta_hide_xs";s:14:"zn_dummy_value";s:8:"cta_perm";s:3:"all";s:10:"cta_custom";a:1:{i:0;a:13:{s:8:"cta_text";s:14:"+1-202-555-018";s:8:"cta_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"cta_style";s:8:"btn-text";s:16:"cta_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:8:"cta_size";s:6:"btn-md";s:11:"cta_corners";s:11:"btn--square";s:11:"button_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#006d1d";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:15:"cta_icon_enable";s:1:"1";s:12:"cta_icon_pos";s:6:"before";s:8:"cta_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue182";}s:8:"cta_perm";s:3:"all";s:11:"cta_hide_xs";s:14:"zn_dummy_value";}}s:15:"nav_color_theme";s:0:"";s:10:"menu_style";s:11:"active-text";s:9:"menu_font";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"19px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#00812f";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:1:"0";s:14:"text-transform";s:10:"capitalize";}s:16:"menu_font_active";s:7:"#006008";s:13:"menu_font_sub";a:7:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"25px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:6:"normal";s:14:"text-transform";s:0:"";}s:19:"navmain_color_theme";s:5:"light";s:16:"header_res_width";s:3:"992";s:17:"mobile_menu_theme";s:5:"light";s:12:"burger_style";s:4:"1--s";s:11:"burger_anim";s:5:"anim1";s:12:"burger_color";s:0:"";s:19:"burger_color_custom";s:0:"";s:19:"burger_color_sticky";s:0:"";s:19:"burger_color_mobile";s:0:"";s:16:"header_topnav_dd";s:3:"yes";s:11:"footer_show";s:3:"yes";s:16:"footer_row1_show";s:3:"yes";s:28:"footer_row1_widget_positions";s:21:"{"3":[["4","4","4"]]}";s:16:"footer_row2_show";s:3:"yes";s:28:"footer_row2_widget_positions";s:17:"{"2":[["6","6"]]}";s:12:"footer_style";s:7:"default";s:18:"footer_style_image";a:4:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}}s:18:"footer_style_color";s:4:"#000";s:23:"footer_border_color_top";s:7:"#FFFFFF";s:19:"footer_border_color";s:7:"#484848";s:18:"footer_top_padding";s:2:"60";s:11:"footer_logo";s:0:"";s:14:"copyright_text";s:147:"© 2015. All rights reserved. Buy <a href="http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658/">Kallyas Theme</a>.";s:26:"footer_social_icons_enable";s:3:"yes";s:22:"footer_which_icons_set";s:6:"normal";s:20:"zn_disable_subheader";s:2:"no";s:17:"def_header_bg_new";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:16:"def_header_color";s:7:"#121232";s:11:"def_grad_bg";s:1:"0";s:18:"def_header_animate";s:1:"0";s:9:"def_glare";s:1:"0";s:16:"def_bottom_style";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"def_bottom_style_bg";s:0:"";s:16:"def_header_bread";s:1:"1";s:18:"def_subh_bread_stl";s:7:"minimal";s:15:"def_header_date";s:1:"0";s:16:"def_header_title";s:1:"1";s:19:"def_header_subtitle";s:1:"1";s:23:"def_subheader_alignment";s:5:"right";s:18:"def_subh_textcolor";s:5:"light";s:27:"def_header_custom_height_v2";a:8:{s:2:"lg";s:3:"360";s:7:"unit_lg";s:2:"px";s:2:"md";s:3:"360";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"360";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"360";s:7:"unit_xs";s:2:"px";}s:25:"def_header_top_padding_v2";a:8:{s:2:"lg";s:3:"225";s:7:"unit_lg";s:2:"px";s:2:"md";s:3:"225";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"225";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"225";s:7:"unit_xs";s:2:"px";}s:16:"google_analytics";s:0:"";s:18:"google_tag_manager";s:0:"";s:15:"google_maps_key";s:0:"";s:9:"rec_theme";s:5:"light";s:11:"rec_pub_key";s:0:"";s:12:"rec_priv_key";s:0:"";s:18:"recaptcha_register";s:2:"no";s:14:"recaptcha_lang";s:0:"";s:13:"mailchimp_api";s:0:"";s:23:"mailchimp_double_opt_in";s:14:"zn_dummy_value";s:15:"zn_option_field";s:15:"general_options";}s:19:"google_font_options";a:2:{s:21:"zn_google_fonts_setup";a:3:{s:12:"Crimson+Text";a:2:{s:11:"font_family";s:12:"Crimson Text";s:13:"font_variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}}s:9:"Open+Sans";a:2:{s:11:"font_family";s:9:"Open Sans";s:13:"font_variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"800";i:9;s:9:"800italic";}}s:16:"Roboto+Condensed";a:2:{s:11:"font_family";s:16:"Roboto Condensed";s:13:"font_variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}}}s:15:"zn_option_field";s:19:"google_font_options";}s:12:"font_options";a:11:{s:7:"h1_typo";a:5:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"52px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"normal";}s:10:"h1_pgtitle";s:14:"zn_dummy_value";s:7:"h2_typo";a:5:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"normal";}s:7:"h3_typo";a:5:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"42px";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"normal";}s:7:"h4_typo";a:5:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"normal";}s:7:"h5_typo";a:5:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"26px";s:11:"font-weight";s:3:"700";s:10:"font-style";s:6:"normal";}s:7:"h6_typo";a:5:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:10:"font-style";s:6:"normal";}s:9:"body_font";a:4:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:5:"color";s:0:"";}s:11:"footer_font";a:4:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:5:"color";s:0:"";}s:16:"alternative_font";a:1:{s:11:"font-family";s:0:"";}s:15:"zn_option_field";s:12:"font_options";}s:12:"blog_options";a:16:{s:11:"blog_layout";s:11:"def_classic";s:17:"blog_style_layout";s:1:"1";s:23:"sb_archive_content_type";s:4:"full";s:25:"sb_archive_use_full_image";s:2:"no";s:18:"zn_use_first_image";s:3:"yes";s:18:"archive_page_title";s:13:"BLOG & Gossip";s:21:"archive_page_subtitle";s:36:"This would be the blog category page";s:16:"blog_date_format";s:8:"l, d F Y";s:9:"sg_layout";s:7:"classic";s:19:"zn_show_author_info";s:3:"yes";s:21:"zn_show_related_posts";s:3:"yes";s:11:"show_social";s:4:"show";s:17:"sb_use_full_image";s:2:"no";s:16:"sb_link_post_img";s:2:"no";s:16:"sbo_multicolumns";s:1:"1";s:17:"single_page_title";s:13:"BLOG & Gossip";}s:17:"portfolio_options";a:11:{s:15:"portfolio_style";s:18:"portfolio_sortable";s:21:"ptf_sort_activebutton";s:1:"*";s:17:"ptf_sort_loadmore";s:2:"no";s:17:"ports_num_columns";s:1:"4";s:11:"frame_style";s:7:"classic";s:22:"ports_carousel_columns";s:1:"1";s:19:"ports_extra_content";s:2:"no";s:17:"zn_link_portfolio";s:2:"no";s:23:"portfolio_per_page_show";s:1:"4";s:24:"portfolio_item_img_width";s:3:"700";s:18:"ports_show_related";s:2:"no";}s:14:"layout_options";a:9:{s:15:"zn_boxed_layout";s:2:"no";s:17:"boxed_style_image";a:4:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}}s:17:"boxed_style_color";s:4:"#fff";s:20:"zn_home_boxed_layout";s:3:"def";s:8:"zn_width";s:6:"custom";s:12:"custom_width";s:4:"1240";s:17:"custom_perc_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:13:"zn_animations";s:2:"no";s:15:"zn_option_field";s:14:"layout_options";}s:13:"color_options";a:14:{s:13:"zn_main_color";s:7:"#b1a276";s:22:"zn_main_color_contrast";s:4:"#fff";s:13:"zn_main_style";s:5:"light";s:21:"zn_body_def_textcolor";s:0:"";s:22:"zn_body_def_linkscolor";s:0:"";s:26:"zn_body_def_linkscolor_hov";s:0:"";s:26:"zn_body_def_textcolor_dark";s:7:"#dcdcdc";s:27:"zn_body_def_linkscolor_dark";s:7:"#ffffff";s:31:"zn_body_def_linkscolor_hov_dark";s:4:"#eee";s:17:"zn_body_def_color";s:7:"#ffffff";s:15:"body_back_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:16:"zn_top_nav_color";s:0:"";s:18:"zn_top_nav_h_color";s:0:"";s:15:"zn_option_field";s:13:"color_options";}s:18:"unlimited_sidebars";a:4:{s:15:"archive_sidebar";a:2:{s:6:"layout";s:13:"sidebar_right";s:7:"sidebar";s:15:"default_sidebar";}s:12:"blog_sidebar";a:2:{s:6:"layout";s:13:"sidebar_right";s:7:"sidebar";s:15:"default_sidebar";}s:14:"single_sidebar";a:2:{s:6:"layout";s:13:"sidebar_right";s:7:"sidebar";s:15:"default_sidebar";}s:12:"page_sidebar";a:2:{s:6:"layout";s:13:"sidebar_right";s:7:"sidebar";s:15:"default_sidebar";}}s:19:"coming_soon_options";a:3:{s:9:"cs_enable";s:2:"no";s:7:"cs_desc";s:142:"We are currently working on a new website and won''t take long. Please don''t forget to check\r\n		out our tweets and to subscribe to be notified!";s:22:"cs_social_icons_enable";s:3:"yes";}s:8:"advanced";a:1:{s:10:"saved_date";s:15:"1481017734.9668";}s:16:"advanced_options";a:4:{s:19:"enable_video_mobile";s:2:"no";s:18:"force_image_resize";s:3:"yes";s:17:"theme_auto_update";s:2:"no";s:15:"zn_option_field";s:16:"advanced_options";}s:10:"pb_layouts";a:7:{s:14:"pbtmpl_general";a:4:{s:18:"subheader_location";s:6:"before";s:18:"subheader_template";s:11:"no_template";s:15:"footer_location";s:7:"replace";s:15:"footer_template";i:399;}s:11:"pbtmpl_post";a:4:{s:18:"subheader_location";s:0:"";s:18:"subheader_template";s:0:"";s:15:"footer_location";s:0:"";s:15:"footer_template";s:0:"";}s:16:"pbtmpl_portfolio";a:4:{s:18:"subheader_location";s:0:"";s:18:"subheader_template";s:0:"";s:15:"footer_location";s:0:"";s:15:"footer_template";s:0:"";}s:14:"pbtmpl_product";a:4:{s:18:"subheader_location";s:0:"";s:18:"subheader_template";s:0:"";s:15:"footer_location";s:0:"";s:15:"footer_template";s:0:"";}s:15:"pbtmpl_category";a:4:{s:18:"subheader_location";s:0:"";s:18:"subheader_template";s:0:"";s:15:"footer_location";s:0:"";s:15:"footer_template";s:0:"";}s:18:"pbtmpl_product_cat";a:4:{s:18:"subheader_location";s:0:"";s:18:"subheader_template";s:0:"";s:15:"footer_location";s:0:"";s:15:"footer_template";s:0:"";}s:15:"zn_option_field";s:10:"pb_layouts";}}', 'yes'),
(163, 'znb_css_compiled', '1', 'yes'),
(166, 'kallyas_version', '4.17.1', 'no'),
(169, 'znhgtfw_first_install_kallyas', '1', 'no'),
(185, 'zn_custom_fonts', 'a:1:{s:7:"icomoon";a:0:{}}', 'yes'),
(204, 'zn_kallyas_custom_js', '', 'yes'),
(205, 'zn_kallyas_custom_css', '.site-header.style9 {\r\n    border-bottom: 0;\r\n}\r\n\r\n.main-nav > ul > li:last-child > a {\r\n    padding-right: 0;\r\n}\r\n\r\n.mainnav--pointer-dash.main-nav > ul > li.menu-item-has-children > a:after {\r\n    left: 26px;\r\n    bottom: calc(52% - 25px);\r\n}\r\n\r\n.sh--dark .main-nav > ul > li.menu-item-has-children > a:after {\r\n    background-color: rgba(0, 0, 0, 0.15);\r\n}\r\n\r\n.btn.kl-cta-custom.cta-button-0 {\r\n    padding: 4px 25px 16px 25px;\r\n}\r\n\r\n.znBoxShadow-6 {\r\n    box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.tbk-symbol--line .tbk__symbol span {\r\n    width: 35px;\r\n    height: 1px;\r\n}\r\n\r\n.kl-iconbox,\r\n.kl-iconbox__desc-wrapper {\r\n    margin-bottom: 0;\r\n}\r\n\r\n.tbk__text {\r\n    line-height: 28px;\r\n}\r\n\r\n.tabs_style5 > ul.nav {\r\n    border: 0;\r\n}\r\n\r\n.topnav-item, \r\n.topnav .menu-item > a {\r\n    font-weight: normal;\r\n}\r\n\r\n.tabs_style5 > ul.nav > li > a {\r\n    font-weight: bold;\r\n    padding: 15px 20px;\r\n}\r\n\r\n.tabs_style5 > ul.nav > li.active > a {\r\n    border-bottom-width: 10px;\r\n}\r\n\r\n@media (min-width: 768px) {\r\n    .tabs_style5 > ul.nav > li > a {\r\n        color: rgba(255, 255, 255, 0.6);\r\n    }\r\n    \r\n    .tabs_style5 > ul.nav > li.active > a {\r\n        color: #fff;\r\n    }\r\n}\r\n\r\n.sh--dark .site-header-separator {\r\n    background: #d8d8d8;\r\n}\r\n\r\n.grid-ibx__title-wrp {\r\n    margin-bottom: 0;\r\n}\r\n\r\n.grid-ibx--style-lined-center .grid-ibx__item {\r\n    border-color: rgba(18, 18, 50, 0.05);\r\n}\r\n\r\n.elm-socialicons.eluide488a977 {\r\n    margin-left: -15px;\r\n}\r\n\r\n.nlbox--style-lined_light .elm-nlbox__input {\r\n    border: 1px solid rgba(255, 255, 255, 0.15);\r\n}\r\n\r\n.elm-cmlist.elm-cmlist--v3 a {\r\n    background: #b1a276;\r\n}\r\n\r\n.elm-cmlist.elm-cmlist--v3 li.current-menu-item > a, \r\n.elm-cmlist.elm-cmlist--v3 a:hover {\r\n    background: #121232;\r\n}\r\n\r\n.ts-pt-testimonials__text {\r\n    font-family: ''Crimson Text'';\r\n    font-size: 19px;\r\n    line-height: 2;\r\n}\r\n\r\n.testimonials-partners--dark .ts-pt-testimonials__text {\r\n    background: #fff;\r\n}\r\n\r\n.ts-pt-testimonials__name {\r\n    text-transform: none;\r\n    font-weight: normal;\r\n    font-size: 19px;\r\n}\r\n\r\n.ts-pt-testimonials__item--size-1 .ts-pt-testimonials__name {\r\n    font-size: 17px;\r\n}\r\n\r\n.ts-pt-testimonials__stars span {\r\n    color: #b1a276;\r\n}\r\n\r\n.tbk--text-dark a {\r\n    color: #fff;\r\n    font-weight: bold;\r\n}\r\n\r\n\r\n\r\n\r\n@media (min-width: 768px){\r\n.vr-tabs-content {\r\n    float: left;\r\n    \r\n    min-height: 240px;\r\n    padding-left: 0;\r\n    border-left: 1px solid #c2c2c200;\r\n}\r\n.vr-tabs-nav {\r\n   float: left;\r\n    width: 39%;\r\n    background: #22aa86;\r\n    padding: 70px 40px;\r\n    margin-top: 40px;\r\n        z-index: 5;\r\n}\r\n.verttabs--dark .vr-tabs-content {\r\n    border-left-color: #00000000;\r\n    margin-left: -55px;\r\n    width: 64%;\r\n}\r\n\r\n}\r\n .vr-tabs-kl-style-1 .vr-tabs-nav-item.active .vr-tabs-nav-link\r\n{\r\n    border-right-color: #2e319200;\r\n        color: #006d28;\r\n}\r\n.verttabs--dark.vr-tabs-kl-style-1 .vr-tabs-nav-link {\r\n    color: #ffffff;\r\n}\r\na.vr-tabs-nav-link.text-custom-active.text-custom-hover {\r\n    color: #fff;\r\n    padding: 13px 0;\r\n}\r\nli.vr-tabs-nav-item.text-custom-parent-act.active {\r\n    z-index: 2;\r\n    background: #fff;\r\n    padding-left: 25px;\r\n    transition: 1s;\r\n}\r\n.vr-tabs-kl-style-1 .vr-tabs-nav-item.active .vr-tabs-nav-icon  {\r\n    color: #0c8867 !important;\r\n}\r\n \r\n.verttabs--dark.vr-tabs-kl-style-1 .vr-tabs-nav-icon ,  .verttabs--dark.vr-tabs-kl-style-1 .vr-tabs-nav-link:hover .vr-tabs-nav-icon  {\r\n    color: #0c8867;\r\n}\r\n\r\n\r\nli.vr-tabs-nav-item {\r\n    border-bottom: 1px solid #68aee0;\r\n}\r\n\r\n.latest-posts-crs-details {\r\n    display: none;\r\n}\r\n.latest-posts-crs-title {\r\n    font-size: 20px;\r\n}', 'no'),
(249, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1589886764', 'no'),
(250, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:"stdClass":100:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";i:4690;}s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";i:4101;}s:4:"post";a:3:{s:4:"name";s:4:"post";s:4:"slug";s:4:"post";s:5:"count";i:2667;}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";i:2552;}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";i:1962;}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";i:1805;}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";i:1788;}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";i:1484;}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";i:1472;}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";i:1472;}s:8:"facebook";a:3:{s:4:"name";s:8:"facebook";s:4:"slug";s:8:"facebook";s:5:"count";i:1449;}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";i:1425;}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";i:1416;}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";i:1302;}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";i:1192;}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";i:1185;}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";i:1120;}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";i:1120;}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";i:1092;}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";i:988;}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";i:877;}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";i:874;}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";i:873;}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";i:862;}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";i:791;}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";i:774;}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";i:767;}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";i:766;}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";i:757;}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";i:744;}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";i:718;}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";i:716;}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";i:712;}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";i:699;}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";i:686;}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";i:659;}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";i:652;}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";i:650;}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";i:646;}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";i:640;}s:4:"ajax";a:3:{s:4:"name";s:4:"ajax";s:4:"slug";s:4:"ajax";s:5:"count";i:628;}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";i:626;}s:3:"css";a:3:{s:4:"name";s:3:"css";s:4:"slug";s:3:"css";s:5:"count";i:585;}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";i:585;}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";i:578;}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";i:574;}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";i:571;}s:7:"payment";a:3:{s:4:"name";s:7:"payment";s:4:"slug";s:7:"payment";s:5:"count";i:569;}s:5:"share";a:3:{s:4:"name";s:5:"share";s:4:"slug";s:5:"share";s:5:"count";i:555;}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";i:547;}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";i:547;}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";i:541;}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";i:536;}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";i:534;}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";i:529;}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";i:522;}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";i:512;}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";i:505;}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";i:502;}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";i:499;}s:15:"payment-gateway";a:3:{s:4:"name";s:15:"payment gateway";s:4:"slug";s:15:"payment-gateway";s:5:"count";i:499;}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";i:490;}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";i:490;}s:9:"gutenberg";a:3:{s:4:"name";s:9:"gutenberg";s:4:"slug";s:9:"gutenberg";s:5:"count";i:489;}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";i:475;}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";i:474;}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";i:469;}s:4:"chat";a:3:{s:4:"name";s:4:"chat";s:4:"slug";s:4:"chat";s:5:"count";i:438;}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";i:438;}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";i:436;}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";i:429;}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";i:428;}s:5:"popup";a:3:{s:4:"name";s:5:"popup";s:4:"slug";s:5:"popup";s:5:"count";i:426;}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";i:424;}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";i:423;}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";i:421;}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";i:408;}s:5:"forms";a:3:{s:4:"name";s:5:"forms";s:4:"slug";s:5:"forms";s:5:"count";i:407;}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";i:405;}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";i:396;}s:4:"news";a:3:{s:4:"name";s:4:"news";s:4:"slug";s:4:"news";s:5:"count";i:396;}s:14:"contact-form-7";a:3:{s:4:"name";s:14:"contact form 7";s:4:"slug";s:14:"contact-form-7";s:5:"count";i:394;}s:12:"social-media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-media";s:5:"count";i:387;}s:8:"redirect";a:3:{s:4:"name";s:8:"redirect";s:4:"slug";s:8:"redirect";s:5:"count";i:385;}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";i:377;}s:4:"code";a:3:{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";i:376;}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";i:375;}s:11:"performance";a:3:{s:4:"name";s:11:"performance";s:4:"slug";s:11:"performance";s:5:"count";i:372;}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";i:369;}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";i:364;}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";i:357;}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";i:357;}s:5:"block";a:3:{s:4:"name";s:5:"block";s:4:"slug";s:5:"block";s:5:"count";i:354;}s:9:"elementor";a:3:{s:4:"name";s:9:"elementor";s:4:"slug";s:9:"elementor";s:5:"count";i:349;}s:8:"shipping";a:3:{s:4:"name";s:8:"shipping";s:4:"slug";s:8:"shipping";s:5:"count";i:345;}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";i:343;}s:16:"google-analytics";a:3:{s:4:"name";s:16:"google analytics";s:4:"slug";s:16:"google-analytics";s:5:"count";i:339;}s:16:"custom-post-type";a:3:{s:4:"name";s:16:"custom post type";s:4:"slug";s:16:"custom-post-type";s:5:"count";i:337;}s:11:"advertising";a:3:{s:4:"name";s:11:"advertising";s:4:"slug";s:11:"advertising";s:5:"count";i:335;}s:5:"cache";a:3:{s:4:"name";s:5:"cache";s:4:"slug";s:5:"cache";s:5:"count";i:333;}}', 'no'),
(259, 'revslider-valid', 'true', 'yes'),
(260, 'revslider-code', 'NULLED-BY-GANJAPARKER', 'yes'),
(261, 'revslider-temp-active-notice', 'false', 'yes'),
(262, 'revslider_servers', 'a:1:{i:0;s:16:"themepunch.tools";}', 'yes'),
(264, 'revslider_server_refresh', '1589879655', 'yes'),
(266, 'revslider-update-check-short', '1589879664', 'yes'),
(268, 'revslider-templates-check', '1589879661', 'yes'),
(269, 'revslider-library-check', '1589879661', 'yes');
INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(270, 'rs-library', 'a:2:{s:7:"objects";a:179:{i:238;a:14:{s:2:"id";s:3:"238";s:4:"type";s:1:"3";s:6:"handle";s:12:"Mt_Baker.jpg";s:5:"video";s:12:"Mt_Baker.mp4";s:4:"data";s:0:"";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";}i:237;a:14:{s:2:"id";s:3:"237";s:4:"type";s:1:"3";s:6:"handle";s:16:"Two-Swimmers.jpg";s:5:"video";s:16:"Two-Swimmers.mp4";s:4:"data";s:0:"";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";}i:236;a:14:{s:2:"id";s:3:"236";s:4:"type";s:1:"3";s:6:"handle";s:14:"Boats_Maze.jpg";s:5:"video";s:14:"Boats_Maze.mp4";s:4:"data";s:0:"";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";}i:235;a:14:{s:2:"id";s:3:"235";s:4:"type";s:1:"3";s:6:"handle";s:18:"Candolim-Beach.jpg";s:5:"video";s:18:"Candolim-Beach.mp4";s:4:"data";s:0:"";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";}i:234;a:14:{s:2:"id";s:3:"234";s:4:"type";s:1:"3";s:6:"handle";s:17:"Working-Space.jpg";s:5:"video";s:17:"Working-Space.mp4";s:4:"data";s:0:"";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";}i:233;a:14:{s:2:"id";s:3:"233";s:4:"type";s:1:"3";s:6:"handle";s:9:"Wavez.jpg";s:5:"video";s:9:"Wavez.mp4";s:4:"data";s:0:"";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";}i:232;a:14:{s:2:"id";s:3:"232";s:4:"type";s:1:"3";s:6:"handle";s:17:"Coconut-Grove.jpg";s:5:"video";s:17:"Coconut-Grove.mp4";s:4:"data";s:0:"";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";}i:231;a:14:{s:2:"id";s:3:"231";s:4:"type";s:1:"3";s:6:"handle";s:19:"Very-Open-Space.jpg";s:5:"video";s:19:"Very-Open-Space.mp4";s:4:"data";s:0:"";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";}i:230;a:14:{s:2:"id";s:3:"230";s:4:"type";s:1:"3";s:6:"handle";s:14:"Office-Day.jpg";s:5:"video";s:14:"Office-Day.mp4";s:4:"data";s:0:"";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";}i:229;a:14:{s:2:"id";s:3:"229";s:4:"type";s:1:"3";s:6:"handle";s:12:"The-Hill.jpg";s:5:"video";s:12:"The-Hill.mp4";s:4:"data";s:0:"";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";}i:198;a:13:{s:2:"id";s:3:"198";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_dvd_1.png";s:4:"data";s:0:"";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";}i:197;a:13:{s:2:"id";s:3:"197";s:4:"type";s:1:"2";s:6:"handle";s:17:"relax_hammock.jpg";s:4:"data";s:0:"";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";}i:196;a:13:{s:2:"id";s:3:"196";s:4:"type";s:1:"2";s:6:"handle";s:16:"beach_houses.jpg";s:4:"data";s:0:"";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";}i:195;a:13:{s:2:"id";s:3:"195";s:4:"type";s:1:"2";s:6:"handle";s:17:"forest_road_2.jpg";s:4:"data";s:0:"";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";}i:194;a:13:{s:2:"id";s:3:"194";s:4:"type";s:1:"2";s:6:"handle";s:14:"clean_desk.jpg";s:4:"data";s:0:"";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";}i:193;a:13:{s:2:"id";s:3:"193";s:4:"type";s:1:"2";s:6:"handle";s:19:"mountain_view_6.jpg";s:4:"data";s:0:"";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";}i:192;a:13:{s:2:"id";s:3:"192";s:4:"type";s:1:"2";s:6:"handle";s:14:"corn_field.jpg";s:4:"data";s:0:"";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";}i:191;a:13:{s:2:"id";s:3:"191";s:4:"type";s:1:"2";s:6:"handle";s:21:"stylish_apartment.jpg";s:4:"data";s:0:"";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";}i:190;a:13:{s:2:"id";s:3:"190";s:4:"type";s:1:"2";s:6:"handle";s:24:"hipster_coffee_house.jpg";s:4:"data";s:0:"";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";}i:189;a:13:{s:2:"id";s:3:"189";s:4:"type";s:1:"2";s:6:"handle";s:16:"blurry_beach.jpg";s:4:"data";s:0:"";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";}i:188;a:13:{s:2:"id";s:3:"188";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_plant_1.png";s:4:"data";s:0:"";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";}i:187;a:13:{s:2:"id";s:3:"187";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_pen_1.png";s:4:"data";s:0:"";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";}i:186;a:13:{s:2:"id";s:3:"186";s:4:"type";s:1:"2";s:6:"handle";s:17:"greens_street.jpg";s:4:"data";s:0:"";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";}i:185;a:13:{s:2:"id";s:3:"185";s:4:"type";s:1:"2";s:6:"handle";s:10:"desert.jpg";s:4:"data";s:0:"";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";}i:184;a:13:{s:2:"id";s:3:"184";s:4:"type";s:1:"2";s:6:"handle";s:19:"mountain_view_5.jpg";s:4:"data";s:0:"";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";}i:183;a:13:{s:2:"id";s:3:"183";s:4:"type";s:1:"2";s:6:"handle";s:10:"laptop.jpg";s:4:"data";s:0:"";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";}i:182;a:13:{s:2:"id";s:3:"182";s:4:"type";s:1:"2";s:6:"handle";s:16:"grand_canyon.jpg";s:4:"data";s:0:"";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";}i:181;a:13:{s:2:"id";s:3:"181";s:4:"type";s:1:"2";s:6:"handle";s:20:"landscape_clouds.jpg";s:4:"data";s:0:"";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";}i:180;a:13:{s:2:"id";s:3:"180";s:4:"type";s:1:"2";s:6:"handle";s:17:"highway_night.jpg";s:4:"data";s:0:"";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";}i:179;a:13:{s:2:"id";s:3:"179";s:4:"type";s:1:"2";s:6:"handle";s:15:"beach_water.jpg";s:4:"data";s:0:"";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";}i:177;a:13:{s:2:"id";s:3:"177";s:4:"type";s:1:"2";s:6:"handle";s:15:"woman_beach.jpg";s:4:"data";s:0:"";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";}i:175;a:13:{s:2:"id";s:3:"175";s:4:"type";s:1:"2";s:6:"handle";s:12:"cool_guy.jpg";s:4:"data";s:0:"";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";}i:174;a:13:{s:2:"id";s:3:"174";s:4:"type";s:1:"2";s:6:"handle";s:13:"beach_sea.jpg";s:4:"data";s:0:"";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";}i:173;a:13:{s:2:"id";s:3:"173";s:4:"type";s:1:"2";s:6:"handle";s:17:"bridge_clouds.jpg";s:4:"data";s:0:"";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";}i:172;a:13:{s:2:"id";s:3:"172";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_egg_1.png";s:4:"data";s:0:"";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";}i:171;a:13:{s:2:"id";s:3:"171";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_guitar_1.png";s:4:"data";s:0:"";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";}i:170;a:13:{s:2:"id";s:3:"170";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_envelope_1.png";s:4:"data";s:0:"";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";}i:169;a:13:{s:2:"id";s:3:"169";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_postit_2.png";s:4:"data";s:0:"";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";}i:168;a:13:{s:2:"id";s:3:"168";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_envelope_2.png";s:4:"data";s:0:"";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";}i:167;a:13:{s:2:"id";s:3:"167";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_eggs_1.png";s:4:"data";s:0:"";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";}i:166;a:13:{s:2:"id";s:3:"166";s:4:"type";s:1:"1";s:6:"handle";s:25:"object_bottleopener_1.png";s:4:"data";s:0:"";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";}i:165;a:13:{s:2:"id";s:3:"165";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_blueprints_1.png";s:4:"data";s:0:"";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";}i:164;a:13:{s:2:"id";s:3:"164";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_holepunch_1.png";s:4:"data";s:0:"";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";}i:163;a:13:{s:2:"id";s:3:"163";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_speaker_1.png";s:4:"data";s:0:"";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";}i:162;a:13:{s:2:"id";s:3:"162";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_eraser_1.png";s:4:"data";s:0:"";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";}i:161;a:13:{s:2:"id";s:3:"161";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_vinylcover_1.png";s:4:"data";s:0:"";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";}i:160;a:13:{s:2:"id";s:3:"160";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_booklet_1.png";s:4:"data";s:0:"";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";}i:159;a:13:{s:2:"id";s:3:"159";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_earphones_2.png";s:4:"data";s:0:"";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";}i:158;a:13:{s:2:"id";s:3:"158";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_vinyl_1.png";s:4:"data";s:0:"";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";}i:157;a:13:{s:2:"id";s:3:"157";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_postit_1.png";s:4:"data";s:0:"";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";}i:156;a:13:{s:2:"id";s:3:"156";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_mechpencil_1.png";s:4:"data";s:0:"";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";}i:155;a:13:{s:2:"id";s:3:"155";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_turntable_1.png";s:4:"data";s:0:"";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";}i:154;a:13:{s:2:"id";s:3:"154";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_folder_2.png";s:4:"data";s:0:"";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";}i:153;a:13:{s:2:"id";s:3:"153";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_postit_4.png";s:4:"data";s:0:"";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";}i:152;a:13:{s:2:"id";s:3:"152";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_folder_1.png";s:4:"data";s:0:"";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";}i:151;a:13:{s:2:"id";s:3:"151";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_pencup_1.png";s:4:"data";s:0:"";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";}i:150;a:13:{s:2:"id";s:3:"150";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_winebottle_1.png";s:4:"data";s:0:"";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";}i:149;a:13:{s:2:"id";s:3:"149";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_headphones_1.png";s:4:"data";s:0:"";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";}i:148;a:13:{s:2:"id";s:3:"148";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_earphones_1.png";s:4:"data";s:0:"";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";}i:147;a:13:{s:2:"id";s:3:"147";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_postit_3.png";s:4:"data";s:0:"";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";}i:146;a:13:{s:2:"id";s:3:"146";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_corkscrew_1.png";s:4:"data";s:0:"";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";}i:145;a:13:{s:2:"id";s:3:"145";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_muffin_1.png";s:4:"data";s:0:"";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";}i:144;a:13:{s:2:"id";s:3:"144";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_chair_2.png";s:4:"data";s:0:"";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";}i:143;a:13:{s:2:"id";s:3:"143";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_knife_2.png";s:4:"data";s:0:"";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";}i:142;a:13:{s:2:"id";s:3:"142";s:4:"type";s:1:"1";s:6:"handle";s:26:"object_choppingboard_2.png";s:4:"data";s:0:"";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";}i:141;a:13:{s:2:"id";s:3:"141";s:4:"type";s:1:"1";s:6:"handle";s:26:"object_choppingboard_3.png";s:4:"data";s:0:"";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";}i:140;a:13:{s:2:"id";s:3:"140";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_coffee_2.png";s:4:"data";s:0:"";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";}i:139;a:13:{s:2:"id";s:3:"139";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_bread_1.png";s:4:"data";s:0:"";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";}i:138;a:13:{s:2:"id";s:3:"138";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_spoon_2.png";s:4:"data";s:0:"";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";}i:137;a:13:{s:2:"id";s:3:"137";s:4:"type";s:1:"1";s:6:"handle";s:26:"object_choppingboard_1.png";s:4:"data";s:0:"";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";}i:136;a:13:{s:2:"id";s:3:"136";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_cup_2.png";s:4:"data";s:0:"";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";}i:135;a:13:{s:2:"id";s:3:"135";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_knife_1.png";s:4:"data";s:0:"";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";}i:134;a:13:{s:2:"id";s:3:"134";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_spoon_1.png";s:4:"data";s:0:"";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";}i:133;a:13:{s:2:"id";s:3:"133";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_cup_1.png";s:4:"data";s:0:"";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";}i:132;a:13:{s:2:"id";s:3:"132";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_chair_3.png";s:4:"data";s:0:"";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";}i:131;a:13:{s:2:"id";s:3:"131";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_coffee_1.png";s:4:"data";s:0:"";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";}i:130;a:13:{s:2:"id";s:3:"130";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_frypan_2.png";s:4:"data";s:0:"";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";}i:129;a:13:{s:2:"id";s:3:"129";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_frypan_1.png";s:4:"data";s:0:"";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";}i:128;a:13:{s:2:"id";s:3:"128";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_fork_1.png";s:4:"data";s:0:"";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";}i:127;a:13:{s:2:"id";s:3:"127";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_dishrag_1.png";s:4:"data";s:0:"";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";}i:126;a:13:{s:2:"id";s:3:"126";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_wacom_pen.png";s:4:"data";s:0:"";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";}i:125;a:13:{s:2:"id";s:3:"125";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_occulus_vr.png";s:4:"data";s:0:"";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";}i:124;a:13:{s:2:"id";s:3:"124";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_antenna.png";s:4:"data";s:0:"";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";}i:123;a:13:{s:2:"id";s:3:"123";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_solarpanel.png";s:4:"data";s:0:"";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";}i:122;a:13:{s:2:"id";s:3:"122";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_wacom.png";s:4:"data";s:0:"";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";}i:121;a:13:{s:2:"id";s:3:"121";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_earth_2.png";s:4:"data";s:0:"";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";}i:120;a:13:{s:2:"id";s:3:"120";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_chair_1.png";s:4:"data";s:0:"";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";}i:119;a:13:{s:2:"id";s:3:"119";s:4:"type";s:1:"1";s:6:"handle";s:24:"object_windturbine_2.png";s:4:"data";s:0:"";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";}i:118;a:13:{s:2:"id";s:3:"118";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_windturbine.png";s:4:"data";s:0:"";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";}i:117;a:13:{s:2:"id";s:3:"117";s:4:"type";s:1:"1";s:6:"handle";s:16:"object_earth.png";s:4:"data";s:0:"";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";}i:116;a:13:{s:2:"id";s:3:"116";s:4:"type";s:1:"2";s:6:"handle";s:19:"mountain_view_2.jpg";s:4:"data";s:0:"";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";}i:115;a:13:{s:2:"id";s:3:"115";s:4:"type";s:1:"2";s:6:"handle";s:16:"desert_trees.jpg";s:4:"data";s:0:"";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";}i:114;a:13:{s:2:"id";s:3:"114";s:4:"type";s:1:"2";s:6:"handle";s:20:"explore_moutains.jpg";s:4:"data";s:0:"";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";}i:113;a:13:{s:2:"id";s:3:"113";s:4:"type";s:1:"2";s:6:"handle";s:19:"night_skyline_2.jpg";s:4:"data";s:0:"";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";}i:112;a:13:{s:2:"id";s:3:"112";s:4:"type";s:1:"2";s:6:"handle";s:15:"cliff_ocean.jpg";s:4:"data";s:0:"";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";}i:111;a:13:{s:2:"id";s:3:"111";s:4:"type";s:1:"2";s:6:"handle";s:14:"city_smoke.jpg";s:4:"data";s:0:"";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";}i:110;a:13:{s:2:"id";s:3:"110";s:4:"type";s:1:"2";s:6:"handle";s:16:"surfer_beach.jpg";s:4:"data";s:0:"";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";}i:109;a:13:{s:2:"id";s:3:"109";s:4:"type";s:1:"2";s:6:"handle";s:13:"sky_night.jpg";s:4:"data";s:0:"";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";}i:108;a:13:{s:2:"id";s:3:"108";s:4:"type";s:1:"2";s:6:"handle";s:15:"palm_sunset.jpg";s:4:"data";s:0:"";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";}i:107;a:13:{s:2:"id";s:3:"107";s:4:"type";s:1:"2";s:6:"handle";s:18:"concert_people.jpg";s:4:"data";s:0:"";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";}i:106;a:13:{s:2:"id";s:3:"106";s:4:"type";s:1:"2";s:6:"handle";s:15:"forest_road.jpg";s:4:"data";s:0:"";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";}i:105;a:13:{s:2:"id";s:3:"105";s:4:"type";s:1:"2";s:6:"handle";s:15:"beach_ocean.jpg";s:4:"data";s:0:"";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";}i:104;a:13:{s:2:"id";s:3:"104";s:4:"type";s:1:"2";s:6:"handle";s:18:"mountain_night.jpg";s:4:"data";s:0:"";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";}i:103;a:13:{s:2:"id";s:3:"103";s:4:"type";s:1:"2";s:6:"handle";s:19:"ocean_mountains.jpg";s:4:"data";s:0:"";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";}i:102;a:13:{s:2:"id";s:3:"102";s:4:"type";s:1:"2";s:6:"handle";s:10:"forest.jpg";s:4:"data";s:0:"";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";}i:101;a:13:{s:2:"id";s:3:"101";s:4:"type";s:1:"2";s:6:"handle";s:16:"ocean_stones.jpg";s:4:"data";s:0:"";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";}i:100;a:13:{s:2:"id";s:3:"100";s:4:"type";s:1:"2";s:6:"handle";s:16:"country_road.jpg";s:4:"data";s:0:"";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";}i:99;a:13:{s:2:"id";s:2:"99";s:4:"type";s:1:"2";s:6:"handle";s:9:"beach.jpg";s:4:"data";s:0:"";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";}i:98;a:13:{s:2:"id";s:2:"98";s:4:"type";s:1:"2";s:6:"handle";s:16:"city_skyline.jpg";s:4:"data";s:0:"";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";}i:97;a:13:{s:2:"id";s:2:"97";s:4:"type";s:1:"2";s:6:"handle";s:17:"night_skyline.jpg";s:4:"data";s:0:"";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";}i:96;a:13:{s:2:"id";s:2:"96";s:4:"type";s:1:"2";s:6:"handle";s:14:"city_river.jpg";s:4:"data";s:0:"";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";}i:95;a:13:{s:2:"id";s:2:"95";s:4:"type";s:1:"2";s:6:"handle";s:19:"mountain_view_3.jpg";s:4:"data";s:0:"";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";}i:94;a:13:{s:2:"id";s:2:"94";s:4:"type";s:1:"2";s:6:"handle";s:14:"misty_farm.jpg";s:4:"data";s:0:"";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";}i:93;a:13:{s:2:"id";s:2:"93";s:4:"type";s:1:"2";s:6:"handle";s:17:"mountain_path.jpg";s:4:"data";s:0:"";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";}i:92;a:13:{s:2:"id";s:2:"92";s:4:"type";s:1:"2";s:6:"handle";s:19:"night_skyline_3.jpg";s:4:"data";s:0:"";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";}i:91;a:13:{s:2:"id";s:2:"91";s:4:"type";s:1:"2";s:6:"handle";s:17:"mountain_view.jpg";s:4:"data";s:0:"";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";}i:90;a:13:{s:2:"id";s:2:"90";s:4:"type";s:1:"2";s:6:"handle";s:19:"rocky_landscape.jpg";s:4:"data";s:0:"";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";}i:89;a:13:{s:2:"id";s:2:"89";s:4:"type";s:1:"2";s:6:"handle";s:19:"mountain_view_4.jpg";s:4:"data";s:0:"";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";}i:88;a:13:{s:2:"id";s:2:"88";s:4:"type";s:1:"1";s:6:"handle";s:24:"object_eiffeltower_2.png";s:4:"data";s:0:"";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";}i:87;a:13:{s:2:"id";s:2:"87";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_notebook_1.png";s:4:"data";s:0:"";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";}i:86;a:13:{s:2:"id";s:2:"86";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_macbook_1.png";s:4:"data";s:0:"";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";}i:85;a:13:{s:2:"id";s:2:"85";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_canon_2.png";s:4:"data";s:0:"";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";}i:84;a:13:{s:2:"id";s:2:"84";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_iphone_3.png";s:4:"data";s:0:"";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";}i:83;a:13:{s:2:"id";s:2:"83";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_candy_2.png";s:4:"data";s:0:"";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";}i:82;a:13:{s:2:"id";s:2:"82";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_macmouse_1.png";s:4:"data";s:0:"";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";}i:81;a:13:{s:2:"id";s:2:"81";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_iphone_1.png";s:4:"data";s:0:"";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";}i:80;a:13:{s:2:"id";s:2:"80";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_deco_1.png";s:4:"data";s:0:"";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";}i:79;a:13:{s:2:"id";s:2:"79";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_applewatch_1.png";s:4:"data";s:0:"";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";}i:78;a:13:{s:2:"id";s:2:"78";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_swissknife_1.png";s:4:"data";s:0:"";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";}i:77;a:13:{s:2:"id";s:2:"77";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_applewatch_2.png";s:4:"data";s:0:"";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";}i:76;a:13:{s:2:"id";s:2:"76";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_candy_1.png";s:4:"data";s:0:"";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";}i:75;a:13:{s:2:"id";s:2:"75";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_ipad_1.png";s:4:"data";s:0:"";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";}i:74;a:13:{s:2:"id";s:2:"74";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_lamp_2.png";s:4:"data";s:0:"";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";}i:73;a:13:{s:2:"id";s:2:"73";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_canon_1.png";s:4:"data";s:0:"";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";}i:72;a:13:{s:2:"id";s:2:"72";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_blackberry_2.png";s:4:"data";s:0:"";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";}i:71;a:13:{s:2:"id";s:2:"71";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_iphone_2.png";s:4:"data";s:0:"";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";}i:70;a:13:{s:2:"id";s:2:"70";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_ipad_2.png";s:4:"data";s:0:"";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";}i:69;a:13:{s:2:"id";s:2:"69";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_printer_1.png";s:4:"data";s:0:"";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";}i:68;a:13:{s:2:"id";s:2:"68";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_pcmouse_1.png";s:4:"data";s:0:"";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";}i:67;a:13:{s:2:"id";s:2:"67";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_ipad_3.png";s:4:"data";s:0:"";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";}i:66;a:13:{s:2:"id";s:2:"66";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_lamp_1.png";s:4:"data";s:0:"";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";}i:65;a:13:{s:2:"id";s:2:"65";s:4:"type";s:1:"1";s:6:"handle";s:22:"object_macscreen_1.png";s:4:"data";s:0:"";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";}i:64;a:13:{s:2:"id";s:2:"64";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_blackberry_3.png";s:4:"data";s:0:"";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";}i:63;a:13:{s:2:"id";s:2:"63";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_applewatch_3.png";s:4:"data";s:0:"";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";}i:62;a:13:{s:2:"id";s:2:"62";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_blackberry_1.png";s:4:"data";s:0:"";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";}i:49;a:13:{s:2:"id";s:2:"49";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_bottle_1.png";s:4:"data";s:0:"";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";}i:48;a:13:{s:2:"id";s:2:"48";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_glasses_1.png";s:4:"data";s:0:"";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";}i:47;a:13:{s:2:"id";s:2:"47";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_magazine_1.png";s:4:"data";s:0:"";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";}i:46;a:13:{s:2:"id";s:2:"46";s:4:"type";s:1:"1";s:6:"handle";s:28:"object_leatherdocument_2.png";s:4:"data";s:0:"";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";}i:45;a:13:{s:2:"id";s:2:"45";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_purse_2.png";s:4:"data";s:0:"";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";}i:44;a:13:{s:2:"id";s:2:"44";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_typewriter_1.png";s:4:"data";s:0:"";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";}i:43;a:13:{s:2:"id";s:2:"43";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_book_5.png";s:4:"data";s:0:"";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";}i:42;a:13:{s:2:"id";s:2:"42";s:4:"type";s:1:"1";s:6:"handle";s:28:"object_leatherdocument_1.png";s:4:"data";s:0:"";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";}i:41;a:13:{s:2:"id";s:2:"41";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_book_4.png";s:4:"data";s:0:"";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";}i:40;a:13:{s:2:"id";s:2:"40";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_wallet_2.png";s:4:"data";s:0:"";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";}i:39;a:13:{s:2:"id";s:2:"39";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_quill_2.png";s:4:"data";s:0:"";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";}i:38;a:13:{s:2:"id";s:2:"38";s:4:"type";s:1:"1";s:6:"handle";s:24:"object_eiffeltower_1.png";s:4:"data";s:0:"";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";}i:37;a:13:{s:2:"id";s:2:"37";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_magazine_2.png";s:4:"data";s:0:"";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";}i:36;a:13:{s:2:"id";s:2:"36";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_book_1.png";s:4:"data";s:0:"";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";}i:35;a:13:{s:2:"id";s:2:"35";s:4:"type";s:1:"1";s:6:"handle";s:20:"object_glasses_2.png";s:4:"data";s:0:"";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";}i:34;a:13:{s:2:"id";s:2:"34";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_book_2.png";s:4:"data";s:0:"";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";}i:33;a:13:{s:2:"id";s:2:"33";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_gloves_1.png";s:4:"data";s:0:"";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";}i:32;a:13:{s:2:"id";s:2:"32";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_typewriter_2.png";s:4:"data";s:0:"";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";}i:31;a:13:{s:2:"id";s:2:"31";s:4:"type";s:1:"1";s:6:"handle";s:17:"object_book_3.png";s:4:"data";s:0:"";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";}i:30;a:13:{s:2:"id";s:2:"30";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_wallet_1.png";s:4:"data";s:0:"";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";}i:29;a:13:{s:2:"id";s:2:"29";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_purse_1.png";s:4:"data";s:0:"";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";}i:28;a:13:{s:2:"id";s:2:"28";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_quill_1.png";s:4:"data";s:0:"";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";}i:27;a:13:{s:2:"id";s:2:"27";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_artbox_2.png";s:4:"data";s:0:"";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";}i:26;a:13:{s:2:"id";s:2:"26";s:4:"type";s:1:"1";s:6:"handle";s:18:"object_cloth_1.png";s:4:"data";s:0:"";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";}i:25;a:13:{s:2:"id";s:2:"25";s:4:"type";s:1:"1";s:6:"handle";s:21:"object_brushpot_1.png";s:4:"data";s:0:"";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";}i:24;a:13:{s:2:"id";s:2:"24";s:4:"type";s:1:"1";s:6:"handle";s:24:"object_paintbucket_1.png";s:4:"data";s:0:"";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";}i:23;a:13:{s:2:"id";s:2:"23";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_paintbrush_2.png";s:4:"data";s:0:"";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";}i:22;a:13:{s:2:"id";s:2:"22";s:4:"type";s:1:"1";s:6:"handle";s:19:"object_artbox_1.png";s:4:"data";s:0:"";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";}i:21;a:13:{s:2:"id";s:2:"21";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_paintbrush_3.png";s:4:"data";s:0:"";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";}i:20;a:13:{s:2:"id";s:2:"20";s:4:"type";s:1:"1";s:6:"handle";s:23:"object_paintbrush_1.png";s:4:"data";s:0:"";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";}i:11;a:13:{s:2:"id";s:2:"11";s:4:"type";s:1:"1";s:6:"handle";s:21:"table_radio_right.png";s:4:"data";s:0:"";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";}i:10;a:13:{s:2:"id";s:2:"10";s:4:"type";s:1:"1";s:6:"handle";s:18:"keyboard_apple.png";s:4:"data";s:0:"";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";}i:9;a:13:{s:2:"id";s:1:"9";s:4:"type";s:1:"1";s:6:"handle";s:20:"macbook_top_gold.png";s:4:"data";s:0:"";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";}i:8;a:13:{s:2:"id";s:1:"8";s:4:"type";s:1:"1";s:6:"handle";s:21:"nexus6_front_blue.png";s:4:"data";s:0:"";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:"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 `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(274, 'revslider_checktables', '1', 'yes'),
(275, 'rs-templates-new', '', 'no'),
(276, 'rs_tables_created', '1', 'yes'),
(277, 'revslider_table_version', '1.0.6', 'yes'),
(278, 'revslider-global-settings', 'a:0:{}', 'yes'),
(279, 'recently_activated', 'a:0:{}', 'yes'),
(282, 'revslider_update_version', '5.2.5.5', 'yes'),
(289, 'widget_rev-slider-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(292, '_transient_timeout_plugin_slugs', '1590036192', 'no'),
(293, '_transient_plugin_slugs', 'a:4:{i:0;s:19:"akismet/akismet.php";i:1;s:33:"classic-editor/classic-editor.php";i:2;s:9:"hello.php";i:3;s:23:"revslider/revslider.php";}', 'no'),
(295, 'rs_cache_overlay', '5.4.8.3', 'yes');
INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296, 'rs-templates', 'a:2:{s:6:"slider";a:442:{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.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: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.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: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.0";s:8:"required";s:5:"5.0.5";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.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: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.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: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.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: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.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: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: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: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: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: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.1";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.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: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.0";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.0";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.0";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.0";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.0";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.0";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.0";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.0";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.0";s:8:"required";s:5:"5.3.1";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.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: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.0";s:8:"required";s:5:"5.3.1";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.0";s:8:"required";s:5:"5.3.1";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.0";s:8:"required";s:5:"5.3.1";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.0";s:8:"required";s:5:"5.3.1";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.0";s:8:"required";s:5:"5.3.1";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.0";s:8:"required";s:5:"5.3.1";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.0";s:8:"required";s:5:"5.3.1";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.0";s:8:"required";s:5:"5.3.1";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.0";s:8:"required";s:5:"5.3.1";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.1";s:8:"required";s:5:"5.3.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.0";s:8:"required";s:7:"5.3.1.5";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.0";s:8:"required";s:7:"5.3.1.5";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:330:"[{"path":"revslider-404-addon\\/revslider-404-addon.php","name":"404 Page Add-On","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\\/"}]";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.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: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.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: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.0";s:8:"required";s:5:"5.4.2";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.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: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.1";s:8:"required";s:5:"5.4.2";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.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: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.1";s:8:"required";s:5:"5.4.2";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.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: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.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: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.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: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.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: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.0";s:8:"required";s:5:"5.4.2";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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.5";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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.1";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.1";s:8:"required";s:7:"5.4.8.1";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.1";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: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.1";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: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.1";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: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.1";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: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.1";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: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.1";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: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.1";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: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.1";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: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:17:"Minimal Portfolio";s:5:"alias";s:25:"minimal-portfolio-website";s:3:"zip";s:0:"";s:3:"uid";s:25:"minimal-portfolio-package";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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.0";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.0";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.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: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.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: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.0";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.0";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.0";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.0";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.0";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.0";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.0";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.0";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.0";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.0";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.0";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.0";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.0";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.0";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.0";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.0";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:"4b0ddbe1928115f4b040f6ad4a01a583";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.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: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.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: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: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: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:2:{i:0;s:4:"hero";i: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:"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:2:{i:0;s:4:"hero";i: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:"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: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: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.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:"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.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:"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.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:"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.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:"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.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 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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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;}}s:6:"slides";a:448:{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";}}}}', 'no');
INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(301, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(306, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1589949775;s:7:"checked";a:5:{s:7:"kallyas";s:6:"4.17.1";s:14:"twentynineteen";s:3:"1.4";s:15:"twentyseventeen";s:3:"2.2";s:13:"twentysixteen";s:3:"2.0";s:12:"twentytwenty";s:3:"1.1";}s:8:"response";a:4:{s:14:"twentynineteen";a:6:{s:5:"theme";s:14:"twentynineteen";s:11:"new_version";s:3:"1.5";s:3:"url";s:44:"https://wordpress.org/themes/twentynineteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentynineteen.1.5.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.3";s:3:"url";s:45:"https://wordpress.org/themes/twentyseventeen/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentyseventeen.2.3.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:13:"twentysixteen";a:6:{s:5:"theme";s:13:"twentysixteen";s:11:"new_version";s:3:"2.1";s:3:"url";s:43:"https://wordpress.org/themes/twentysixteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentysixteen.2.1.zip";s:8:"requires";s:3:"4.4";s:12:"requires_php";s:5:"5.2.4";}s:12:"twentytwenty";a:6:{s:5:"theme";s:12:"twentytwenty";s:11:"new_version";s:3:"1.3";s:3:"url";s:42:"https://wordpress.org/themes/twentytwenty/";s:7:"package";s:58:"https://downloads.wordpress.org/theme/twentytwenty.1.3.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}}s:12:"translations";a:0:{}}', 'no'),
(308, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1589991194', 'no');
INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(309, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"News –  – WordPress.org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 13 May 2020 11:05:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=5.5-alpha-47821";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:57:"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"The Month in WordPress: April 2020";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 May 2020 09:31:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8571";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:364:"April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Angela Jin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:8195:"\n<p>April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, read on. </p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>WordPress 5.4.1 released</h2>\n\n\n\n<p>On April 24th,&nbsp; <a href="https://make.wordpress.org/core/2020/04/24/wordpress-5-4-1-rc1/">WordPress 5.4.1 Release Candidate 1</a> (RC1) was released for testing, quickly followed by the official <a href="https://wordpress.org/news/2020/04/wordpress-5-4-1/">release of WordPress 5.4.1</a> on April 29th. This security release features 17 bug fixes and seven security fixes, so we recommend updating your sites immediately. To download WordPress 5.4.1, visit your Dashboard, click on Updates, then Update Now, or download the latest version directly from WordPress.org. For more information, visit <a href="https://wordpress.org/news/2020/04/wordpress-5-4-1/">this post</a>, review the <a href="https://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority">full list of changes on Trac</a>, or check out the <a href="https://wordpress.org/support/wordpress-version/version-5-4-1/">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href="https://make.wordpress.org/core/"> the Core team blog</a>, and join the #core channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 7.9 and 8.0 released</h2>\n\n\n\n<p>It was another exciting month for Gutenberg, with the release of <a href="https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/">7.9</a> and <a href="https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/">8.0</a>! Version 7.9 brought new block design tools, three new patterns, and improved block markup. Gutenberg 8.0 continued to refine the new block patterns feature, with additional options for inline formatting, and extending the functionality of the Code Editor. In addition to these new features, both releases included new enhancements and APIs, along with a number of bug fixes, performance improvements, some experiments, and more! You can read all the details about the latest Gutenberg releases in the announcement posts for <a href="https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/">7.9</a> and <a href="https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/">8.0</a>.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href="https://make.wordpress.org/core/">the Core team blog</a>, contribute to <a href="https://github.com/WordPress/gutenberg/">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>BuddyPress 6.0.0</h2>\n\n\n\n<p><a href="https://buddypress.org/2020/04/buddypress-6-0-0-beta2/">BuddyPress 6.0.0-beta2</a> was released for testing in mid-April, leading to the <a href="https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/">BuddyPress 6.0.0 Release Candidate</a>, announced on April 29. This is an important step before&nbsp; the final release of BuddyPress 6.0.0, which is slated for Thursday, May 14. Changes and new features in this release include moving the profile photo and user cover image under the BP Members component, and a new BP Rest API. Additionally, this release will introduce the first round of BuddyPress Blocks! Last, but not least, BuddyPress 6.0.0 will require at least PHP 5.6 and WordPress 4.8.&nbsp;</p>\n\n\n\n<p>Want to get involved? <a href="https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/">Test the 6.0.0-RC here</a>! You can also help by <a href="https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/">translating BuddyPress into another language</a>, or let the team know of any issues you find, either in <a href="https://buddypress.org/support">the support forums</a> and/or in their <a href="https://buddypress.trac.wordpress.org/">development tracker</a>.&nbsp;</p>\n\n\n\n<h2>WordCamp US goes online, apply to speak!</h2>\n\n\n\n<p>WordCamp US will <a href="https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/">take place online due to the COVID-19 pandemic</a>. The event still runs from October 27-29, 2020, and will be free to anyone who wishes to attend. The team plans to offer&nbsp; what WCUS has historically brought to the community in person: sessions and workshops, Contributor Day, a hallway track, and of course, State of the Word.&nbsp;</p>\n\n\n\n<p>Interested in speaking at WCUS? The <a href="https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/">Call for Speakers</a> is still open! You can apply to speak on the <a href="https://2020.wcus-speakers.org/">speaker application site</a> until May 31, 2020 at 11:59 pm CDT (UTC-5).&nbsp;</p>\n\n\n\n<p>Additionally, the <a href="https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/">Call for Cities is also open</a>. If your community is interested in hosting WordCamp US in 2021 &amp; 2022, please <a href="https://wordcampcentral.survey.fm/wcus-2021-2022">fill out this application</a>.&nbsp;</p>\n\n\n\n<p>For the latest information about WordCamp US, sign up for updates on the <a href="https://2020.us.wordcamp.org/">website</a>, or follow <a href="https://www.facebook.com/WordCampUSA/">Facebook</a>, <a href="https://twitter.com/WordCampUS">Twitter</a>, or <a href="https://www.instagram.com/wordcampus/?hl=en">Instagram</a>.&nbsp;</p>\n\n\n\n<h2>WordCamp Europe 2020 goes virtual&nbsp;</h2>\n\n\n\n<p>Last month, WordCamp Europe decided to postpone its Porto event to 2021. This April, the WCEU organizing team announced that the <a href="https://2020.europe.wordcamp.org/2020/04/06/wordcamp-europe-2020-is-moving-online/">2020 WordCamp will be online</a>! WordCamp Europe 2020 Online will take place from June 4-6, 2020, and tickets will be free. There will be a <a href="https://make.wordpress.org/updates/2020/04/15/wordcamp-europe-2020-contributor-day-update/">virtual Contributor Day</a> on June 4, and then two half days of live-streamed talks and workshops. To participate, get your free ticket <a href="https://2020.europe.wordcamp.org/tickets/">here</a>.&nbsp;</p>\n\n\n\n<p>To get the latest news for WordCamp Europe 2020 Online, follow on <a href="https://www.facebook.com/WCEurope/">Facebook</a>, <a href="https://twitter.com/wceurope?lang=en">Twitter</a>, <a href="https://www.linkedin.com/company/wordcampeurope/">LinkedIn</a>, or on <a href="https://www.instagram.com/wceurope/?hl=en">Instagram</a>.&nbsp;</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/">The WordPress 5.5 release cycle has officially been kicked off with a Call for Tickets</a>.</li><li><a href="https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/">Read the proposal for a new GitHub Theme review process.</a>.</li><li><a href="https://wordpress.tv/event/wpblocktalk-april-2020/">Did you miss WPBlockTalk, or want to watch that really interesting session again? All talks are available on WordPress.tv!</a></li><li><a href="https://make.wordpress.org/core/2020/04/01/feature-plugin-proposal-wp-consent-api/">The Core team has introduced a proposal for a new Consent API as a feature plugin</a>.</li><li><a href="https://make.wordpress.org/updates/2020/04/30/quarterly-updates-q1-2020/">All WordPress contribution teams have reported on their recent work in the first quarterly update of 2020</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><em>submit it here</em></a><em>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"8571";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:60:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 5.4.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/news/2020/04/wordpress-5-4-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Apr 2020 19:56:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8553";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:363:"WordPress 5.4.1 is now available! This security and maintenance release features 17 bug fixes in addition to 7 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.4.1 is a short-cycle security and maintenance release. The next [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jake Spurlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:7029:"\n<p>WordPress 5.4.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 17 <a href="https://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priorityhttps://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority">bug fixes</a> in addition to 7 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.4.1 is a short-cycle security and maintenance release. The next major release will be version 5.5.</p>\n\n\n\n<p>You can download WordPress 5.4.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Seven security issues affect WordPress versions 5.4 and earlier. If you haven’t yet updated to 5.4, all WordPress versions since 3.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props to <a href="https://hackerone.com/hijibiji">Muaz Bin Abdus Sattar</a> and <a href="https://hackerone.com/dyennez">Jannes</a> who both independently reported an issue where password reset tokens were not properly invalidated.</li><li>Props to <a href="https://github.com/ka1n4t">ka1n4t</a> for finding an issue where certain private posts can be viewed unauthenticated.</li><li>Props to <a href="https://evanricafort.com/">Evan Ricafort</a> for discovering an XSS issue in the Customizer</li><li>Props to Ben Bidner from the WordPress Security Team who discovered an XSS issue in the search block.</li><li>Props to Nick Daugherty from <a href="https://wpvip.com">WordPress VIP</a> / WordPress Security Team who discovered an XSS issue in <code>wp-object-cache</code>.</li><li>Props to Ronnie Goodrich (<a href="https://hackerone.com/kahoots">Kahoots</a>) and <a href="http://pentestusa.com/">Jason Medeiros</a> who independently reported an XSS issue in file uploads.</li><li>Props to <a href="https://weston.ruter.net/">Weston Ruter</a> for fixing a stored XSS vulnerability in the WordPress customizer.</li><li>Additionally, an authenticated XSS issue in the block editor was discovered by Nguyen The Duc (<a href="https://twitter.com/ducnt_">ducnt</a>) in WordPress 5.4 RC1 and RC2. It was fixed in 5.4 RC5. We wanted to be sure to give credit and thank them for all of their work in making WordPress more secure.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href="https://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority">full list of changes</a> on Trac, or check out the <a href="https://wordpress.org/support/wordpress-version/version-5-4-1/">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.1 happen:</p>\n\n\n\n<p><a href="https://profiles.wordpress.org/xknown/">Alex Concha</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/aduth/">Andrew Duthie</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/afragen/">Andy Fragen</a>, <a href="https://profiles.wordpress.org/apeatling/">Andy Peatling</a>, <a href="https://profiles.wordpress.org/arnaudbroes/">arnaudbroes</a>, <a href="https://profiles.wordpress.org/chrisvanpatten/">Chris Van Patten</a>, <a href="https://profiles.wordpress.org/talldanwp/">Daniel Richards</a>, <a href="https://profiles.wordpress.org/dhrrob/">DhrRob</a>, <a href="https://profiles.wordpress.org/dono12/">Dono12</a>, <a href="https://profiles.wordpress.org/dudo/">dudo</a>, <a href="https://profiles.wordpress.org/ehtis/">Ehtisham Siddiqui</a>, <a href="https://profiles.wordpress.org/ellatrix/">Ella van Durpe</a>, <a href="https://profiles.wordpress.org/garrett-eclipse/">Garrett Hyder</a>, <a href="https://profiles.wordpress.org/ianbelanger/">Ian Belanger</a>, <a href="https://profiles.wordpress.org/ipstenu/">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/whyisjake/">Jake Spurlock</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/jorgefilipecosta/">Jorge Costa</a>, <a href="https://profiles.wordpress.org/kadamwhite/">K. Adam White</a>, <a href="https://profiles.wordpress.org/ryelle/">Kelly Choyce-Dwan</a>, <a href="https://profiles.wordpress.org/markrh/">MarkRH</a>, <a href="https://profiles.wordpress.org/mattyrob/">mattyrob</a>, <a href="https://profiles.wordpress.org/mcsf/">Miguel Fonseca</a>, <a href="https://profiles.wordpress.org/batmoo/">Mohammad Jangda</a>, <a href="https://profiles.wordpress.org/mukesh27/">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/nickdaugherty/">Nick Daugherty</a>, <a href="https://profiles.wordpress.org/noahtallen/">noahtallen</a>, <a href="https://profiles.wordpress.org/pbiron/">Paul Biron</a>, <a href="https://profiles.wordpress.org/westi/">Peter Westwood</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/pikamander2/">pikamander2</a>, <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, <a href="https://profiles.wordpress.org/youknowriad/">Riad Benguella</a>, <a href="https://profiles.wordpress.org/noisysocks/">Robert Anderson</a>, <a href="https://profiles.wordpress.org/otto42/">Samuel Wood (Otto)</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/sorenbronsted/">Søren Brønsted</a>, <a href="https://profiles.wordpress.org/sstoqnov/">Stanimir Stoyanov</a>, <a href="https://profiles.wordpress.org/isabel_brison/">tellthemachines</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs/">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/toro_unit/">Toro_Unit (Hiroshi Urabe)</a>, <a href="https://profiles.wordpress.org/treecutter/">treecutter</a>, and <a href="https://profiles.wordpress.org/yohannp/">yohannp</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"8553";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:76:"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"People of WordPress: Mario Peshev";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 08 Apr 2020 00:57:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"heropress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8536";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:158:"In the April edition of our "People of WordPress" series, you''ll find out how Mario Peshev went from self-taught developer to teaching basic digital literacy.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Yvette Sonneveld";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:12069:"\n<p><em>You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. Enthusiasts share many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Computer science in the nineties</strong></h2>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" src="https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?w=632&#038;ssl=1" alt="" class="wp-image-8539" srcset="https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?w=200&amp;ssl=1 200w, https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?resize=150%2C150&amp;ssl=1 150w" sizes="(max-width: 200px) 100vw, 200px" data-recalc-dims="1" /><figcaption>Mario Peshev</figcaption></figure></div>\n\n\n\n<p>Mario has been hooked on computers ever since he&nbsp;got his first one in 1996. He started with digging into MS-DOS and Windows 3.1 first and learned tons by trial and error. Following that adventure, Mario built his first HTML site in 1999. He found development so exciting that he spent day and night learning QBasic and started working at the local PC game club. Mario got involved with several other things related to website administration (translating security bulletins, setting up simple sites, etc) and soon found the technology field was full of activities he really enjoyed.</p>\n\n\n\n<h2><strong>The Corporate Lifestyle</strong></h2>\n\n\n\n<p>Mario started studying programming including an intensive high-level course for C#, Java development, and software engineering, and eventually got a job in a corporate environment. He soon became a team lead there, managing all the planning and paperwork for their projects.</p>\n\n\n\n<p>But he continued freelancing on the side. He grew his own network of technical experts through attending, volunteering at, and organizing conferences. He also ran a technical forum and regularly spoke at universities and enterprise companies.</p>\n\n\n\n<h2><strong>Remote Working and Business Opportunity</strong></h2>\n\n\n\n<p>The combination of a high workload and a daily three-hour-long commute made Mario’s life difficult. Many of his friends were still studying, traveling or unemployed. The blissful and calm lives they lived seemed like a fairy tale to him. And even while both his managers and his clients were abroad, he was unable to obtain permission to work remotely.&nbsp;</p>\n\n\n\n<p>So Mario decided to leave his job and start freelancing full time. But he found he faced a massive challenge.&nbsp;</p>\n\n\n\n<p>He discovered Java projects were pretty large and required an established team of people working together in an office. All job opportunities were on-site, and some even required relocation abroad. Certified Java programmers weren’t being hired on a remote basis.&nbsp;</p>\n\n\n\n<p>As Mario had some PHP experience from previous jobs, he used this to start his freelance career. For his projects, he used both plain PHP and PHP frameworks like CakePHP and CodeIgniter.&nbsp;</p>\n\n\n\n<p>For a while, Mario accepted work using commonly known platforms including Joomla, Drupal, and WordPress. In addition, he worked on PHP, Java, Python and some C# projects for a couple of years, after which he decided to switch to WordPress completely.</p>\n\n\n\n<h2><strong>Building products</strong></h2>\n\n\n\n<p>One of his projects involved a technically challenging charity backed by several international organizations. Unexpected shortages in the team put him in the technical lead position. As a result, Mario found himself planning the next phases, meeting with the client regularly, and renegotiating the terms. The team completed the project successfully, and after the launch, a TV campaign led millions of visitors to the website.</p>\n\n\n\n<p>As a result of the successful launch, this client invited Mario to participate in more WordPress projects, including building a custom framework.</p>\n\n\n\n<blockquote class="wp-block-quote"><p><em>“I wasn’t that acquainted with WordPress back then. For me, a conventional person trained in architectural design patterns and best practices, WordPress seemed like an eccentric young hipster somewhere on the line between insane and genius at the same time. I had to spend a couple of months learning WordPress from the inside out.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<p>As his interest in WordPress grew, Mario stopped delivering other custom platforms, and converted clients to WordPress.&nbsp;</p>\n\n\n\n<h2><strong>European Community</strong></h2>\n\n\n\n<figure class="wp-block-image size-large"><img loading="lazy" src="https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?fit=632%2C356&amp;ssl=1" alt="Mario presenting to an audience" class="wp-image-8546" srcset="https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=2560&amp;ssl=1 2560w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=1896&amp;ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" /><figcaption>Mario presenting at a WordCamp</figcaption></figure>\n\n\n\n<p>For Mario, one of the key selling points of WordPress was the international openness. He had previously been involved with other open source communities, some of which were US-focused. He felt they were more reliant on meeting people in person. With events only taking place in the US, this made building relationships much harder for people living in other countries.</p>\n\n\n\n<p>While the WordPress project started out in the US, the WordPress community quickly globalized. Dozens of WordCamps and hundreds of Meetup events take place around the globe every year.&nbsp; All of these events bring a wide variety of people sharing their enthusiasm for WordPress together.</p>\n\n\n\n<p>For Mario, the birth of WordCamp Europe was something magical. The fact that hundreds, and later on thousands, of people from all over the world gathered around the topic of WordPress speaks for itself. Mario has been involved with organizing WordCamp Europe twice (in 2014 and 2015).&nbsp;</p>\n\n\n\n<blockquote class="wp-block-quote"><p><em>“There’s nothing like meeting WordPress enthusiasts and professionals from more than 50 countries brainstorming and working together at a WordCamp. You simply have to be there to understand how powerful it all is.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Growing businesses and teams</strong></h2>\n\n\n\n<p>A key WordPress benefit is its popularity – an ever growing project currently powering <a href="https://w3techs.com/technologies/details/cm-wordpress">more than 35% of the Internet [2020].</a> It’s popular enough to be a de facto standard for websites, platforms, e-commerce and blogs.&nbsp;</p>\n\n\n\n<p>WordPress has a low barrier to entry. You can achieve a lot without being an expert, meaning most people can start gaining experience without having to spend years learning how to code. That also makes it easier to build businesses and teams.</p>\n\n\n\n<blockquote class="wp-block-quote"><p><em>“Being able to use a tool that is user-friendly, not overly complicated and easily extensible makes introducing it to team members faster and easier. It requires less time for adjustment, and as a result makes a team stronger and faster. The fact that this tool is cost-effective also allows more startups to enter the market. It requires&nbsp; less time and investments to launch an MVP. This boosts the entire ecosystem.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Helping Others</strong></h2>\n\n\n\n<p>Mario also introduced WordPress to children and young people. He taught them how to use WordPress as a tool for homework and class assignments. By using WordPress, they were able to learn the basics of designing themes, developing plugins, marketing statistics, social media, copywriting, and so much more. This approachable introduction to the software meant technical skills were not needed.</p>\n\n\n\n<p>He was also part of a team of volunteers who helped a group of young people living at a foster home struggling to provide for themselves. The team taught the basic digital literacy skills necessary in the modern workplace and potentially pay for their rent and basic needs. This included working with Microsoft Word, Excel and WordPress, as well as some basic design and marketing skills. </p>\n\n\n\n<blockquote class="wp-block-quote"><p><em>“When you look at that from another perspective, a platform that could save lives &#8211; literally &#8211; and change the world for better is worth contributing to, in any possible manner.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributing to the WordPress community</strong></h2>\n\n\n\n<p>From the core team to supporting and organizing WordCamps, Mario has long been an active contributor to the global WordPress project. He is passionate about the connections fostered by people who are involved in building both the WordPress software and the community around it.</p>\n\n\n\n<blockquote class="wp-block-quote"><p><em>“The WordPress community consists of people of all race and color, living all around the world, working as teachers, developers, bloggers, designers, business owners. Let’s work together to help each other. Let’s stick together and show&nbsp; the world WordPress can help make it a better place.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=''https://profiles.wordpress.org/wpfiddlybits/'' class=''mention''><span class=''mentions-prefix''>@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=''https://profiles.wordpress.org/yvettesonneveld/'' class=''mention''><span class=''mentions-prefix''>@</span>yvettesonneveld</a>), Abha Thakor (<a href=''https://profiles.wordpress.org/webcommsat/'' class=''mention''><span class=''mentions-prefix''>@</span>webcommsat</a>), Josepha Haden (<a href=''https://profiles.wordpress.org/chanthaboune/'' class=''mention''><span class=''mentions-prefix''>@</span>chanthaboune</a>) and Topher DeRosia (<a href=''https://profiles.wordpress.org/topher1kenobe/'' class=''mention''><span class=''mentions-prefix''>@</span>topher1kenobe</a>). Thank you to Mario Peshev (<a href=''https://profiles.wordpress.org/nofearinc/'' class=''mention''><span class=''mentions-prefix''>@</span>nofearinc</a>) for sharing his #ContributorStory.</p>\n\n\n\n<div class="wp-block-image"><figure class="alignleft size-large"><img loading="lazy" src="https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?w=632&#038;ssl=1" alt="HeroPress logo" class="wp-image-8409" data-recalc-dims="1" /></figure></div>\n\n\n\n<p><em>This post is based on </em><a href="https://heropress.com/essays/wordpress-gave-perfect-identity/"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href="https://profiles.wordpress.org/topher1kenobe/"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href="https://heropress.com/"><em>HeroPress.com</em></a><em>!</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"12";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"8536";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:57:"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"The Month in WordPress: March 2020";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2020/04/the-month-in-wordpress-march-2020/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Apr 2020 12:01:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8532";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:363:"The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly &#8211; a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:8588:"\n<p>The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly &#8211; a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, read on.&nbsp;</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>WordPress 5.4 “Adderley”</h2>\n\n\n\n<p>WordPress 5.4 “Adderley” <a href="https://wordpress.org/news/2020/03/adderley/">was released on March 31</a> and includes a robust list of new blocks, enhancements, and new features for both users and developers. The primary focus areas of this release included the block editor, privacy, accessibility, and developer improvements, with the full list of enhancements covered in <a href="https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/">the 5.4 field guide</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href="https://make.wordpress.org/core/">the Core team blog</a>, and join the #core channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Releases of Gutenberg 7.7 and 7.8</h2>\n\n\n\n<p>It’s been another busy month for Gutenberg, this time with the release of Gutenberg <a href="https://make.wordpress.org/core/2020/03/11/whats-new-in-gutenberg-11-march/">7.7</a> and <a href="https://make.wordpress.org/core/2020/03/26/whats-new-in-gutenberg-25-march/">7.8</a>. Gutenberg 7.7 introduced block patterns &#8211; predefined block layouts that are ready to use and tweak. This is an important step towards Full Site Editing, which is currently targeted for inclusion in WordPress 5.6. As a first iteration, you can pick and insert patterns from the Block Patterns UI, which has been added as a sidebar plugin.</p>\n\n\n\n<p>Gutenberg 7.7 also includes a refresh of the Block UI, which better responds to the ways users interact with the editor. For more information on the User UI and Block Patterns, read <a href="https://make.wordpress.org/themes/2020/03/18/block-based-themes-meeting-notes/">this summary of the most recent Block-Based Themes meeting</a>. Gutenberg 7.8, introduced on March 25, further enhanced this Block UI redesign. Both releases also included a suite of improvements, bug fixes, new APIs, documentation, and more!</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href="https://make.wordpress.org/core/">the Core team blog</a>, contribute to <a href="https://github.com/WordPress/gutenberg/">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordCamp cancellations and shift to online events</h2>\n\n\n\n<p>In early March, the Community team issued <a href="https://make.wordpress.org/community/2020/03/11/new-recommendations-for-event-organizers-in-light-of-covid-19/">new recommendations for event organizers</a> in light of growing concerns around COVID-19. Following this guidance, and with COVID-19 declared a pandemic, WordPress community organizers reluctantly but responsibly <a href="https://make.wordpress.org/community/2020/03/12/latest-updates-on-changes-to-wordcamps/">postponed or canceled their upcoming WordCamps</a> and meetups.</p>\n\n\n\n<p>As community events are an important part of the WordPress open-source project, the Community team made suggestions for <a href="https://make.wordpress.org/community/2020/03/20/taking-charity-hackathons-online/">taking charity hackathons online</a>, <a href="https://make.wordpress.org/community/2020/03/24/community-events-in-the-time-of-covid-19/">proposed interim adjustments</a> to existing community event guidelines, and provided <a href="https://make.wordpress.org/community/2020/03/13/online-conference-organizer-training/">training for online conference organizing</a> with Crowdcast. The team is currently working on building a <a href="https://make.wordpress.org/community/handbook/virtual-events/">Virtual Events Handbook</a> that will continue to support WordPress community organizers at this time.&nbsp;</p>\n\n\n\n<p>Want to get involved with the WordPress Community team, host your own virtual WordPress event, or help improve the documentation for all of this? Follow <a href="https://make.wordpress.org/community/">the Community team blog</a>, learn more about <a href="https://make.wordpress.org/community/handbook/virtual-events/">virtual events</a>, and join the #community-events channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Link your GitHub profile to WordPress.org</h2>\n\n\n\n<p>Last month, <a href="https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/">an experimental feature</a> was added to Trac, WordPress Core’s bug-tracking system, to improve collaboration between Trac and GitHub. This month, to help make tracking contributions to the WordPress project across multiple locations easier, there is <a href="https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/">a new option</a> to connect your GitHub account to your WordPress.org profile. This connection allows for more accurate acknowledgement and recognition of contributors. You can connect your GitHub account to your WordPress.org account by editing your WordPress.org profile.</p>\n\n\n\n<p>For more information and instructions on how to connect your accounts, <a href="https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/">read the announcement post</a>.</p>\n\n\n\n<h2>Modernizing WordPress coding standards</h2>\n\n\n\n<p>Defined coding standards is an important step in creating the consistent codebase needed to prepare for requiring PHP 7.x for WordPress Core. As such, <a href="https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/">coding standards have been proposed</a> for implementation in WordPress Coding Standards 3.0.0. This includes new proposed standards for namespace declarations, import use statements, fully qualified names in inline code, traits and interfaces, type declarations, declare statements/strict typing, the ::class constant, operators, and more.&nbsp;</p>\n\n\n\n<p>Want to get involved or view the full list of currently proposed new coding standards? Visit and add your feedback to the post on <a href="https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/">updating the Coding standards for modern PHP</a> and follow <a href="https://make.wordpress.org/core/">the Core team blog</a>.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>On March 16, <a href="https://make.wordpress.org/core/2020/03/18/auto-updates-feature-meeting-summary-march-17th-2020/">Version 0.3 of the auto-updates feature was released</a>, including fixes to a number of issues and the introduction of email notifications.&nbsp;</li><li>WordCamp US announced that <a href="https://2020.us.wordcamp.org/2020/03/26/wcus-is-happening/">the 2020 event will happen</a>, one way or another. But the team need your help to make sure that it’s another fantastic event. <a href="https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/">Consider applying to be a speaker</a>!</li><li>Speaking of WordCamp US, <a href="https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/">the Call for Cities for WCUS 2021/2022</a> is now open. If your community is interested in being a future WCUS host, <a href="https://wordcampcentral.survey.fm/wcus-2021-2022">apply today</a>!</li><li>With COVID-19 preventing in-person community events, the Diverse Speaker Training (#wpdiversity) Group encourages you to <a href="https://make.wordpress.org/community/2020/03/17/covid-19-and-the-diverse-speaker-training-wpdiversity-group/">host a virtual Diverse Speaker Workshop</a> to prepare speakers for when we are able to meet in person again. To get started, <a href="https://tiny.cc/wpdiversity">visit this page</a>.&nbsp;</li><li>An <a href="https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/">update for progress on 2020 goals</a> has been posted, sharing some more defined targets and schedule.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><em>submit it here</em></a><em>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"8532";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:58:"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"WordPress 5.4 “Adderley”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"https://wordpress.org/news/2020/03/adderley/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Mar 2020 19:04:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8455";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:255:"Version 5.4 "Adderley" of WordPress is available for download or update in your WordPress dashboard. This version brings you more ways to make content come alive with your best images and helps make your vision real by putting blocks in the perfect place.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:45:"https://s.w.org/images/core/5.4/textcolor.mp4";s:6:"length";s:6:"440616";s:4:"type";s:9:"video/mp4";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:52946:"\n<p class="has-text-color has-very-dark-gray-color">Here it is! Named “Adderley” in honor of Nat Adderley, the latest and greatest version of WordPress is available for&nbsp;<a href="https://wordpress.org/download/">download</a>&nbsp;or update in your dashboard.</p>\n\n\n\n<figure class="wp-block-image size-large"><img loading="lazy" src="https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=632%2C632&#038;ssl=1" alt="" class="wp-image-8484" srcset="https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=1536%2C1536&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=2048%2C2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?w=1896&amp;ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></figure>\n\n\n\n<div class="wp-block-cover has-background-dim" style="background-color:#0400e0"><div class="wp-block-cover__inner-container">\n<p style="font-size:32px" class="has-text-align-center"><strong>Say hello to more and better.</strong></p>\n\n\n\n<p class="has-text-align-center has-medium-font-size">More ways to make your pages come alive. With easier ways to get it all done and looking better than ever—and boosts in speed you can feel.</p>\n</div></div>\n\n\n\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="has-text-align-left"><strong>Welcome to WordPress 5.4</strong></h2>\n\n\n\n<p style="font-size:15px" class="has-text-align-left"><strong>Every major release adds more to the block editor.</strong></p>\n\n\n\n<p style="font-size:18px">More ways to make posts and pages come alive with your best images. More ways to bring your visitors in, and keep them engaged, with the richness of embedded media from the web’s top services.</p>\n\n\n\n<p style="font-size:18px">More ways to make your vision real, and put blocks in the perfect place—even if a particular kind of block is new to you. More efficient processes.</p>\n\n\n\n<p style="font-size:18px">And more speed everywhere, so as you build sections or galleries, or just type in a line of prose, you can feel how much faster your work flows.</p>\n\n\n\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" src="https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=632%2C316&#038;ssl=1" alt="" class="wp-image-8480" srcset="https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=300%2C150&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=768%2C384&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=2000&amp;ssl=1 2000w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=1896&amp;ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></figure></div>\n\n\n\n<h3>Two new blocks. And better blocks overall.</h3>\n\n\n\n<ul><li>Two brand-new blocks: Social Icons and Buttons make adding interactive features fast and easy.</li><li>New ways with color: Gradients in the Buttons and Cover block, toolbar access to color options in Rich Text blocks, and for the first time, color options in the Group and Columns blocks.</li><li>Guess a whole lot less! Version 5.4 streamlines the whole process for placing and replacing multimedia in every block. Now it works the same way in almost every block!</li><li>And if you’ve ever thought your image in the Media+Text block should link to something else—perhaps a picture of a brochure should download that brochure as a document? Well, now it can.</li></ul>\n\n\n\n<figure class="wp-block-video"><video controls src="https://s.w.org/images/core/5.4/textcolor.mp4"></video></figure>\n\n\n\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h3>Cleaner UI, clearer navigation—and easier tabbing!</h3>\n\n\n\n<ul><li>Clearer block navigation with block breadcrumbs. And easier selection once you get there.</li><li>For when you need to navigate with the keyboard, better tabbing and focus. Plus, you can tab over to the sidebar of nearly any block.</li><li>Speed! 14% faster loading of the editor, 51% faster time-to-type!</li><li>Tips are gone. In their place, a Welcome Guide window you can bring up when you need it—and only when you need it—again and again.</li><li>Know at a glance whether you’re in a block’s Edit or Navigation mode. Or, if you have restricted vision, your screen reader will tell you which mode you’re in.</li></ul>\n\n\n\n<p style="background-color:#f8f8f9" class="has-background">Of course, if you want to work with the very latest tools and features, <strong><a href="https://wordpress.org/plugins/gutenberg/">install the Gutenberg plugin</a></strong>. You’ll get to be the first to use new and exciting features in the block editor before anyone else has seen them!</p>\n\n\n\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" src="https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=632%2C316&#038;ssl=1" alt="" class="wp-image-8481" srcset="https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=2000&amp;ssl=1 2000w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=1896&amp;ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></figure></div>\n\n\n\n<h3>Your fundamental right: privacy</h3>\n\n\n\n<p>5.4 helps with a variety of privacy issues around the world. So when users and stakeholders ask about regulatory compliance, or how your team handles user data, the answers should be a lot easier to get right.</p>\n\n\n\n<p>Take a look:</p>\n\n\n\n<ul><li>Now personal data exports include users session information and users location data from the community events widget. Plus, a table of contents!</li><li>See progress as you process export and erasure requests through the privacy tools.</li><li>Plus, little enhancements throughout give the privacy tools a little cleaner look. Your eyes will thank you!</li></ul>\n\n\n\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<figure class="wp-block-image size-large"><img loading="lazy" src="https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=632%2C316&#038;ssl=1" alt="" class="wp-image-8482" srcset="https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=300%2C150&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=768%2C384&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=2000&amp;ssl=1 2000w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=1896&amp;ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></figure>\n\n\n\n<h2><strong>Just for developers</strong></h2>\n\n\n\n<h3>Add custom fields to menu items—natively</h3>\n\n\n\n<p>Two new actions let you add custom fields to menu items—without a plugin and without writing custom walkers.</p>\n\n\n\n<p>On the Menus admin screen, <code>wp_nav_menu_item_custom_fields</code> fires just before the move buttons of a nav menu item in the menu editor.</p>\n\n\n\n<p>In the Customizer, <code>wp_nav_menu_item_custom_fields_customize_template</code> fires at the end of the menu-items form-fields template.</p>\n\n\n\n<p>Check your code and see where these new actions can replace your custom code, and if you’re concerned about duplication, add a check for the WordPress version.</p>\n\n\n\n<h3>Blocks! Simpler styling, new APIs and embeds</h3>\n\n\n\n<ul><li>Radically simpler block styling. Negative margins and default padding are gone! Now you can style blocks the way you need them. And, a refactor got rid of four redundant wrapper divs.</li><li>If you build plugins, now you can register collections of your blocks by namespace across categories—a great way to get more brand visibility.</li><li>Let users do more with two new APIs: block variations and gradients.</li><li>In embeds, now the block editor supports TikTok—and CollegeHumor is gone.</li></ul>\n\n\n\n<p style="background-color:#f8f8f9" class="has-background">There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your sites, themes, plugins and more, check the <strong><a href="https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/">WordPress 5.4 Field Guide</a></strong>.</p>\n\n\n\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2><strong>The Squad</strong></h2>\n\n\n\n<p>This release was led by&nbsp;<a href="http://ma.tt/">Matt Mullenweg</a>,&nbsp;<a href="https://profiles.wordpress.org/francina">Francesca Marano</a>, and&nbsp;<a href="https://dream-encode.com/blog/">David Baumwald</a>. They were enthusiastically supported by a release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Jorge Filipe Costa (<strong><a href="https://profiles.wordpress.org/jorgefilipecosta/">@jorgefelipecosta</a></strong>)</li><li><strong>Editor Design</strong>: Mark Uraine (<a rel="noreferrer noopener" target="_blank" href="https://profiles.wordpress.org/mapk/"><strong>@mapk</strong></a>)</li><li><strong>Core Tech</strong>: Sergey Biryukov (<a href="https://profiles.wordpress.org/sergeybiryukov/"><strong>@sergeybiryukov</strong></a>)</li><li><strong>Design</strong>: Tammie Lister (<strong><a href="https://profiles.wordpress.org/karmatosed/">@karmatosed</a></strong>)</li><li><strong>Docs Coordinator</strong>:&nbsp;JB Audras (<a href="https://profiles.wordpress.org/audrasjb/"><strong>@audrasjb</strong></a>)</li><li><strong>Docs &amp; Comms Wrangler</strong>: Mary Baum (<strong><a href="https://profiles.wordpress.org/marybaum/">@marybaum</a></strong>)</li></ul>\n\n\n\n<p>The squad was joined throughout the release cycle by <strong>552 generous volunteer contributors</strong> who collectively worked on <strong><a href="https://core.trac.wordpress.org/milestone/5.4">361</a> tickets on Trac</strong> and <strong>1226 pull requests on GitHub</strong>.</p>\n\n\n\n<p>Put on a Nat Adderley playlist, click that update button (or&nbsp;<a href="https://wordpress.org/download/">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href="https://profiles.wordpress.org/0v3rth3d4wn/">0v3rth3d4wn</a>, <a href="https://profiles.wordpress.org/123host/">123host</a>, <a href="https://profiles.wordpress.org/1naveengiri/">1naveengiri</a>, <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/abhijitrakas/">Abhijit Rakas</a>, <a href="https://profiles.wordpress.org/abrightclearweb/">abrightclearweb</a>, <a href="https://profiles.wordpress.org/acosmin/">acosmin</a>, <a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/adamboro/">adamboro</a>, <a href="https://profiles.wordpress.org/addiestavlo/">Addie</a>, <a href="https://profiles.wordpress.org/adnanlimdi/">adnan.limdi</a>, <a href="https://profiles.wordpress.org/shaikhaezaz80/">Aezaz Shaikh</a>, <a href="https://profiles.wordpress.org/aftabmuni/">Aftab Ali Muni</a>, <a href="https://profiles.wordpress.org/akibjorklund/">Aki Bj&#246;rklund</a>, <a href="https://profiles.wordpress.org/smallprogrammers/">Akib</a>, <a href="https://profiles.wordpress.org/atachibana/">Akira Tachibana</a>, <a href="https://profiles.wordpress.org/akshayar/">akshayar</a>, <a href="https://profiles.wordpress.org/schlessera/">Alain Schlesser</a>, <a href="https://profiles.wordpress.org/aljullu/">Albert Juh&#233; Lluveras</a>, <a href="https://profiles.wordpress.org/xknown/">Alex Concha</a>, <a href="https://profiles.wordpress.org/viper007bond/">Alex Mills</a>, <a href="https://profiles.wordpress.org/alexholsgrove/">AlexHolsgrove</a>, <a href="https://profiles.wordpress.org/alexischenal/">alexischenal</a>, <a href="https://profiles.wordpress.org/alextran/">alextran</a>, <a href="https://profiles.wordpress.org/alishankhan/">alishankhan</a>, <a href="https://profiles.wordpress.org/allancole/">allancole</a>, <a href="https://profiles.wordpress.org/allendav/">Allen Snook</a>, <a href="https://profiles.wordpress.org/alpipego/">alpipego</a>, <a href="https://profiles.wordpress.org/amirs17/">Amir Seljubac</a>, <a href="https://profiles.wordpress.org/wpamitkumar/">Amit Dudhat</a>, <a href="https://profiles.wordpress.org/amolv/">Amol Vhankalas</a>, <a href="https://profiles.wordpress.org/agawish/">Amr Gawish</a>, <a href="https://profiles.wordpress.org/amykamala/">Amy Kamala</a>, <a href="https://profiles.wordpress.org/anantajitjg/">Anantajit JG</a>, <a href="https://profiles.wordpress.org/anlino/">Anders Nor&#233;n</a>, <a href="https://profiles.wordpress.org/nosolosw/">Andr&#233;s</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/dontdream/">Andrea Tarantini</a>, <a href="https://profiles.wordpress.org/andreaitm/">andreaitm</a>, <a href="https://profiles.wordpress.org/andraganescu/">Andrei Draganescu</a>, <a href="https://profiles.wordpress.org/aandrewdixon/">Andrew Dixon</a>, <a href="https://profiles.wordpress.org/aduth/">Andrew Duthie</a>, <a href="https://profiles.wordpress.org/nacin/">Andrew Nacin</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/andrewserong/">Andrew Serong</a>, <a href="https://profiles.wordpress.org/eatingrules/">Andrew Wilder</a>, <a href="https://profiles.wordpress.org/rarst/">Andrey Savchenko</a>, <a href="https://profiles.wordpress.org/afragen/">Andy Fragen</a>, <a href="https://profiles.wordpress.org/andizer/">Andy Meerwaldt</a>, <a href="https://profiles.wordpress.org/apeatling/">Andy Peatling</a>, <a href="https://profiles.wordpress.org/la-geek/">Angelika Reisiger</a>, <a href="https://profiles.wordpress.org/ankitmaru/">Ankit Panchal</a>, <a href="https://profiles.wordpress.org/antpb/">Anthony Burchell</a>, <a href="https://profiles.wordpress.org/paranoia1906/">Anthony Ledesma</a>, <a href="https://profiles.wordpress.org/apedog/">apedog</a>, <a href="https://profiles.wordpress.org/apermo/">Apermo</a>, <a href="https://profiles.wordpress.org/apieschel/">apieschel</a>, <a href="https://profiles.wordpress.org/aravindajith/">Aravind Ajith</a>, <a href="https://profiles.wordpress.org/archon810/">archon810</a>, <a href="https://profiles.wordpress.org/arenddeboer/">arenddeboer</a>, <a href="https://profiles.wordpress.org/aristath/">Ari Stathopoulos</a>, <a href="https://profiles.wordpress.org/arnaudbroes/">arnaudbroes</a>, <a href="https://profiles.wordpress.org/passoniate/">Arslan Ahmed</a>, <a href="https://profiles.wordpress.org/ashokrd2013/">ashokrd2013</a>, <a href="https://profiles.wordpress.org/ataurr/">Ataur R</a>, <a href="https://profiles.wordpress.org/ate-up-with-motor/">Ate Up With Motor</a>, <a href="https://profiles.wordpress.org/autotutorial/">autotutorial</a>, <a href="https://profiles.wordpress.org/ayeshrajans/">Ayesh Karunaratne</a>, <a href="https://profiles.wordpress.org/backups/">BackuPs</a>, <a href="https://profiles.wordpress.org/bahia0019/">bahia0019</a>, <a href="https://profiles.wordpress.org/b-07/">Bappi</a>, <a href="https://profiles.wordpress.org/bartczyz/">Bart Czyz</a>, <a href="https://profiles.wordpress.org/bengreeley/">ben.greeley</a>, <a href="https://profiles.wordpress.org/benedictsinger/">benedictsinger</a>, <a href="https://profiles.wordpress.org/bfintal/">Benjamin Intal</a>, <a href="https://profiles.wordpress.org/bibliofille/">bibliofille</a>, <a href="https://profiles.wordpress.org/bilgilabs/">bilgilabs</a>, <a href="https://profiles.wordpress.org/birgire/">Birgir Erlendsson</a>, <a href="https://profiles.wordpress.org/bph/">Birgit Pauli-Haack</a>, <a href="https://profiles.wordpress.org/skypressatx/">BMO</a>, <a href="https://profiles.wordpress.org/boga86/">Boga86</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a>, <a href="https://profiles.wordpress.org/bwmarkle/">Brad Markle</a>, <a href="https://profiles.wordpress.org/kraftbj/">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/brentswisher/">Brent Swisher</a>, <a href="https://profiles.wordpress.org/cvoell/">Cameron Voell</a>, <a href="https://profiles.wordpress.org/poena/">Carolina Nymark</a>, <a href="https://profiles.wordpress.org/ceyhun0/">ceyhun0</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/ketuchetan/">Chetan Satasiya</a>, <a href="https://profiles.wordpress.org/chinteshprajapati/">Chintesh Prajapati</a>, <a href="https://profiles.wordpress.org/chipsnyder/">Chip Snyder</a>, <a href="https://profiles.wordpress.org/cklosows/">Chris Klosowski</a>, <a href="https://profiles.wordpress.org/eclare/">Chris Trynkiewicz (Sukces Strony)</a>, <a href="https://profiles.wordpress.org/chrisvanpatten/">Chris Van Patten</a>, <a href="https://profiles.wordpress.org/pixelverbieger/">Christian Sabo</a>, <a href="https://profiles.wordpress.org/christianamohr/">Christiana Mohr</a>, <a href="https://profiles.wordpress.org/clayisland/">clayisland</a>, <a href="https://profiles.wordpress.org/copons/">Copons</a>, <a href="https://profiles.wordpress.org/coreymckrill/">Corey McKrill</a>, <a href="https://profiles.wordpress.org/crdunst/">crdunst</a>, <a href="https://profiles.wordpress.org/littlebigthing/">Csaba (LittleBigThings)</a>, <a href="https://profiles.wordpress.org/xendo/">Dademaru</a>, <a href="https://profiles.wordpress.org/retrofox/">Damián Suárez</a>, <a href="https://profiles.wordpress.org/danielbachhuber/">Daniel Bachhuber</a>, <a href="https://profiles.wordpress.org/danieltj/">Daniel James</a>, <a href="https://profiles.wordpress.org/diddledan/">Daniel Llewellyn</a>, <a href="https://profiles.wordpress.org/talldanwp/">Daniel Richards</a>, <a href="https://profiles.wordpress.org/mte90/">Daniele Scasciafratte</a>, <a href="https://profiles.wordpress.org/daniloercoli/">daniloercoli</a>, <a href="https://profiles.wordpress.org/nerrad/">Darren Ethier (nerrad)</a>, <a href="https://profiles.wordpress.org/darrenlambert/">darrenlambert</a>, <a href="https://profiles.wordpress.org/davidshq/">Dave Mackey</a>, <a href="https://profiles.wordpress.org/get_dave/">Dave Smith</a>, <a href="https://profiles.wordpress.org/daveslaughter/">daveslaughter</a>, <a href="https://profiles.wordpress.org/davewp196/">DaveWP196</a>, <a href="https://profiles.wordpress.org/dartiss/">David Artiss</a>, <a href="https://profiles.wordpress.org/davidbinda/">David Binovec</a>, <a href="https://profiles.wordpress.org/dlh/">David Herrera</a>, <a href="https://profiles.wordpress.org/dryanpress/">David Ryan</a>, <a href="https://profiles.wordpress.org/dshanske/">David Shanske</a>, <a href="https://profiles.wordpress.org/superdav42/">David Stone</a>, <a href="https://profiles.wordpress.org/dkarfa/">Debabrata Karfa</a>, <a href="https://profiles.wordpress.org/dekervit/">dekervit</a>, <a href="https://profiles.wordpress.org/delowardev/">Delowar Hossain</a>, <a href="https://profiles.wordpress.org/denisco/">Denis Yanchevskiy</a>, <a href="https://profiles.wordpress.org/dhavalkasvala/">Dhaval kasavala</a>, <a href="https://profiles.wordpress.org/dhurlburtusa/">dhurlburtusa</a>, <a href="https://profiles.wordpress.org/dilipbheda/">Dilip Bheda</a>, <a href="https://profiles.wordpress.org/dingo_d/">dingo-d</a>, <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a>, <a href="https://profiles.wordpress.org/dipeshkakadiya/">dipeshkakadiya</a>, <a href="https://profiles.wordpress.org/djp424/">djp424</a>, <a href="https://profiles.wordpress.org/dominic_ks/">dominic_ks</a>, <a href="https://profiles.wordpress.org/ocean90/">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/dono12/">Dono12</a>, <a href="https://profiles.wordpress.org/dotancohen/">Dotan Cohen</a>, <a href="https://profiles.wordpress.org/dphiffer/">dphiffer</a>, <a href="https://profiles.wordpress.org/dragosh635/">dragosh635</a>, <a href="https://profiles.wordpress.org/drewapicture/">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/dudo/">dudo</a>, <a href="https://profiles.wordpress.org/eclev91/">eclev91</a>, <a href="https://profiles.wordpress.org/seedsca/">ecotechie</a>, <a href="https://profiles.wordpress.org/eden159/">eden159</a>, <a href="https://profiles.wordpress.org/ediamin/">Edi Amin</a>, <a href="https://profiles.wordpress.org/disillusia/">edmundcwm</a>, <a href="https://profiles.wordpress.org/etoledom/">Eduardo Toledo</a>, <a href="https://profiles.wordpress.org/ehtis/">ehtis</a>, <a href="https://profiles.wordpress.org/ellatrix/">Ella van Durpe</a>, <a href="https://profiles.wordpress.org/elmastudio/">Ellen Bauer</a>, <a href="https://profiles.wordpress.org/aliveic/">Emil E</a>, <a href="https://profiles.wordpress.org/epiqueras/">Enrique Piqueras</a>, <a href="https://profiles.wordpress.org/nrqsnchz/">Enrique Sánchez</a>, <a href="https://profiles.wordpress.org/equin0x80/">equin0x80</a>, <a href="https://profiles.wordpress.org/erikkroes/">erikkroes</a>, <a href="https://profiles.wordpress.org/estelaris/">Estela Rueda</a>, <a href="https://profiles.wordpress.org/fabifott/">Fabian</a>, <a href="https://profiles.wordpress.org/fabiankaegy/">Fabian K&#228;gy</a>, <a href="https://profiles.wordpress.org/fahimmurshed/">Fahim Murshed</a>, <a href="https://profiles.wordpress.org/faisal03/">Faisal Alvi</a>, <a href="https://profiles.wordpress.org/felipeelia/">Felipe Elia</a>, <a href="https://profiles.wordpress.org/felipeloureirosantos/">Felipe Santos</a>, <a href="https://profiles.wordpress.org/flixos90/">Felix Arntz</a>, <a href="https://profiles.wordpress.org/fernandovbsouza/">Fernando Souza</a>, <a href="https://profiles.wordpress.org/fervillz/">fervillz</a>, <a href="https://profiles.wordpress.org/fgiannar/">fgiannar</a>, <a href="https://profiles.wordpress.org/flaviozavan/">flaviozavan</a>, <a href="https://profiles.wordpress.org/mista-flo/">Florian TIAR</a>, <a href="https://profiles.wordpress.org/fotisps/">Fotis Pastrakis</a>, <a href="https://profiles.wordpress.org/efarem/">Frank Martin</a>, <a href="https://profiles.wordpress.org/galbaras/">Gal Baras</a>, <a href="https://profiles.wordpress.org/garrett-eclipse/">Garrett Hyder</a>, <a href="https://profiles.wordpress.org/garyj/">Gary Jones</a>, <a href="https://profiles.wordpress.org/pento/">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/guddu1315/">Gaurang Dabhi</a>, <a href="https://profiles.wordpress.org/georgestephanis/">George Stephanis</a>, <a href="https://profiles.wordpress.org/geriux/">geriux</a>, <a href="https://profiles.wordpress.org/girishpanchal/">Girish Panchal</a>, <a href="https://profiles.wordpress.org/glebkema/">Gleb Kemarsky</a>, <a href="https://profiles.wordpress.org/hometowntrailers/">Glenn</a>, <a href="https://profiles.wordpress.org/gh640/">Goto Hayato</a>, <a href="https://profiles.wordpress.org/grafruessel/">grafruessel</a>, <a href="https://profiles.wordpress.org/gregrickaby/">Greg Rickaby</a>, <a href="https://profiles.wordpress.org/gziolo/">Grzegorz Ziółkowski</a>, <a href="https://profiles.wordpress.org/grzegorzjanoszka/">Grzegorz.Janoszka</a>, <a href="https://profiles.wordpress.org/bordoni/">Gustavo Bordoni</a>, <a href="https://profiles.wordpress.org/gwwar/">gwwar</a>, <a href="https://profiles.wordpress.org/hamedmoodi/">hamedmoodi</a>, <a href="https://profiles.wordpress.org/hampzter/">hAmpzter</a>, <a href="https://profiles.wordpress.org/happiryu/">happiryu</a>, <a href="https://profiles.wordpress.org/hareesh-pillai/">Hareesh Pillai</a>, <a href="https://profiles.wordpress.org/harry-milatz/">Harry Milatz</a>, <a href="https://profiles.wordpress.org/hazdiego/">Haz</a>, <a href="https://profiles.wordpress.org/helgatheviking/">helgatheviking</a>, <a href="https://profiles.wordpress.org/henryholtgeerts/">Henry Holtgeerts</a>, <a href="https://profiles.wordpress.org/imani3011/">Himani Lotia</a>, <a href="https://profiles.wordpress.org/krynes/">Hubert Kubiak</a>, <a href="https://profiles.wordpress.org/i3anaan/">i3anaan</a>, <a href="https://profiles.wordpress.org/ianbelanger/">Ian Belanger</a>, <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn</a>, <a href="https://profiles.wordpress.org/ianatkins/">ianatkins</a>, <a href="https://profiles.wordpress.org/ianmjones/">ianmjones</a>, <a href="https://profiles.wordpress.org/ideaboxcreations/">IdeaBox Creations</a>, <a href="https://profiles.wordpress.org/shaampk1/">Ihtisham Zahoor</a>, <a href="https://profiles.wordpress.org/intimez/">intimez</a>, <a href="https://profiles.wordpress.org/ipstenu/">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/isabel_brison/">Isabel Brison</a>, <a href="https://profiles.wordpress.org/ispreview/">ispreview</a>, <a href="https://profiles.wordpress.org/whyisjake/">Jake Spurlock</a>, <a href="https://profiles.wordpress.org/jbinda/">Jakub Binda</a>, <a href="https://profiles.wordpress.org/macmanx/">James Huff</a>, <a href="https://profiles.wordpress.org/jameskoster/">James Koster</a>, <a href="https://profiles.wordpress.org/jnylen0/">James Nylen</a>, <a href="https://profiles.wordpress.org/jameslnewell/">jameslnewell</a>, <a href="https://profiles.wordpress.org/jankimoradiya/">Janki Moradiya</a>, <a href="https://profiles.wordpress.org/jarretc/">Jarret</a>, <a href="https://profiles.wordpress.org/studiotwee/">Jasper van der Meer</a>, <a href="https://profiles.wordpress.org/jaydeep23290/">jaydeep23290</a>, <a href="https://profiles.wordpress.org/jdy68/">jdy68</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jean-Baptiste Audras</a>, <a href="https://profiles.wordpress.org/jean-david/">Jean-David Daviet</a>, <a href="https://profiles.wordpress.org/jblz/">Jeff Bowen</a>, <a href="https://profiles.wordpress.org/jffng/">Jeff Ong</a>, <a href="https://profiles.wordpress.org/jeffpaul/">Jeff Paul</a>, <a href="https://profiles.wordpress.org/phpbits/">Jeffrey Carandang</a>, <a href="https://profiles.wordpress.org/jeichorn/">jeichorn</a>, <a href="https://profiles.wordpress.org/jenilk/">Jenil Kanani</a>, <a href="https://profiles.wordpress.org/miss_jwo/">Jenny Wong</a>, <a href="https://profiles.wordpress.org/jepperask/">jepperask</a>, <a href="https://profiles.wordpress.org/jeremyclarke/">Jer Clarke</a>, <a href="https://profiles.wordpress.org/jeremyfelt/">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jeherve/">Jeremy Herve</a>, <a href="https://profiles.wordpress.org/jeroenrotty/">Jeroen Rotty</a>, <a href="https://profiles.wordpress.org/jeryj/">Jerry Jones</a>, <a href="https://profiles.wordpress.org/luminuu/">Jessica Lyschik</a>, <a href="https://profiles.wordpress.org/jipmoors/">Jip Moors</a>, <a href="https://profiles.wordpress.org/joedolson/">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joehoyle/">Joe Hoyle</a>, <a href="https://profiles.wordpress.org/joemcgill/">Joe McGill</a>, <a href="https://profiles.wordpress.org/joen/">Joen Asmussen</a>, <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby</a>, <a href="https://profiles.wordpress.org/johnwatkins0/">John Watkins</a>, <a href="https://profiles.wordpress.org/jon81/">Jon</a>, <a href="https://profiles.wordpress.org/itsjonq/">Jon Quach</a>, <a href="https://profiles.wordpress.org/jonsurrell/">Jon Surrell</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/jg-visual/">Jonathan Goldford</a>, <a href="https://profiles.wordpress.org/spacedmonkey/">Jonny Harris</a>, <a href="https://profiles.wordpress.org/jonoaldersonwp/">Jono Alderson</a>, <a href="https://profiles.wordpress.org/joonasvanhatapio/">Joonas Vanhatapio</a>, <a href="https://profiles.wordpress.org/joostdevalk/">Joost de Valk</a>, <a href="https://profiles.wordpress.org/koke/">Jorge Bernal</a>, <a href="https://profiles.wordpress.org/jorgefilipecosta/">Jorge Costa</a>, <a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden</a>, <a href="https://profiles.wordpress.org/joshuawold/">JoshuaWold</a>, <a href="https://profiles.wordpress.org/joyously/">Joy</a>, <a href="https://profiles.wordpress.org/jqz/">jqz</a>, <a href="https://profiles.wordpress.org/jsnajdr/">jsnajdr</a>, <a href="https://profiles.wordpress.org/juanfra/">Juanfra Aldasoro</a>, <a href="https://profiles.wordpress.org/derweili/">Julian Weiland</a>, <a href="https://profiles.wordpress.org/juliankimmig/">julian.kimmig</a>, <a href="https://profiles.wordpress.org/jrf/">Juliette Reinders Folmer</a>, <a href="https://profiles.wordpress.org/juliobox/">Julio Potier</a>, <a href="https://profiles.wordpress.org/nukaga/">Junko Nukaga</a>, <a href="https://profiles.wordpress.org/jurgen/">jurgen</a>, <a href="https://profiles.wordpress.org/justdaiv/">justdaiv</a>, <a href="https://profiles.wordpress.org/justinahinon/">Justin Ahinon</a>, <a href="https://profiles.wordpress.org/kadamwhite/">K. Adam White</a>, <a href="https://profiles.wordpress.org/kaggdesign/">kaggdesign</a>, <a href="https://profiles.wordpress.org/kalpshit/">KalpShit Akabari</a>, <a href="https://profiles.wordpress.org/leprincenoir/">Kantari Samy</a>, <a href="https://profiles.wordpress.org/kasparsd/">Kaspars</a>, <a href="https://profiles.wordpress.org/ryelle/">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/kennithnichol/">Kennith Nichol</a>, <a href="https://profiles.wordpress.org/khag7/">Kevin Hagerty</a>, <a href="https://profiles.wordpress.org/kharisblank/">Kharis Sulistiyono</a>, <a href="https://profiles.wordpress.org/khushbu19/">Khushbu Modi</a>, <a href="https://profiles.wordpress.org/killerbishop/">killerbishop</a>, <a href="https://profiles.wordpress.org/kinjaldalwadi/">kinjaldalwadi</a>, <a href="https://profiles.wordpress.org/kitchin/">kitchin</a>, <a href="https://profiles.wordpress.org/ixkaito/">Kite</a>, <a href="https://profiles.wordpress.org/kjellr/">Kjell Reigstad</a>, <a href="https://profiles.wordpress.org/kkarpieszuk/">kkarpieszuk</a>, <a href="https://profiles.wordpress.org/knutsp/">Knut Sparhell</a>, <a href="https://profiles.wordpress.org/kokkieh/">KokkieH</a>, <a href="https://profiles.wordpress.org/obenland/">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/xkon/">Konstantinos Xenos</a>, <a href="https://profiles.wordpress.org/klopez8/">Krystyna</a>, <a href="https://profiles.wordpress.org/kubiq/">kubiq</a>, <a href="https://profiles.wordpress.org/wpkuf/">kuflievskiy</a>, <a href="https://profiles.wordpress.org/sainthkh/">Kukhyeon Heo</a>, <a href="https://profiles.wordpress.org/kyliesabra/">kyliesabra</a>, <a href="https://profiles.wordpress.org/lakenh/">Laken Hafner</a>, <a href="https://profiles.wordpress.org/leandroalonso/">leandroalonso</a>, <a href="https://profiles.wordpress.org/leogermani/">leogermani</a>, <a href="https://profiles.wordpress.org/lgrev01/">lgrev01</a>, <a href="https://profiles.wordpress.org/linuxologos/">linuxologos</a>, <a href="https://profiles.wordpress.org/lisota/">lisota</a>, <a href="https://profiles.wordpress.org/lorenzof/">Lorenzo Fracassi</a>, <a href="https://profiles.wordpress.org/luisherranz/">luisherranz</a>, <a href="https://profiles.wordpress.org/luisrivera/">luisrivera</a>, <a href="https://profiles.wordpress.org/lukaswaudentio/">lukaswaudentio</a>, <a href="https://profiles.wordpress.org/ljasinskipl/">Lukasz Jasinski</a>, <a href="https://profiles.wordpress.org/lukecavanagh/">Luke Cavanagh</a>, <a href="https://profiles.wordpress.org/wodarekly/">Lydia Wodarek</a>, <a href="https://profiles.wordpress.org/vinoth06/">M A Vinoth Kumar</a>, <a href="https://profiles.wordpress.org/maciejmackowiak/">maciejmackowiak</a>, <a href="https://profiles.wordpress.org/mahesh901122/">Mahesh Waghmare</a>, <a href="https://profiles.wordpress.org/manzoorwanijk/">Manzoor Wani</a>, <a href="https://profiles.wordpress.org/marcelo2605/">marcelo2605</a>, <a href="https://profiles.wordpress.org/marcio-zebedeu/">Marcio Zebedeu</a>, <a href="https://profiles.wordpress.org/marcoz/">MarcoZ</a>, <a href="https://profiles.wordpress.org/mkaz/">Marcus Kazmierczak</a>, <a href="https://profiles.wordpress.org/marekdedic/">Marek Dědič</a>, <a href="https://profiles.wordpress.org/clorith/">Marius Jensen</a>, <a href="https://profiles.wordpress.org/marius84/">Marius84</a>, <a href="https://profiles.wordpress.org/markjaquith/">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/mmarzeotti/">Mark Marzeotti</a>, <a href="https://profiles.wordpress.org/mapk/">Mark Uraine</a>, <a href="https://profiles.wordpress.org/markrh/">MarkRH</a>, <a href="https://profiles.wordpress.org/hinjiriyo/">Martin Stehle</a>, <a href="https://profiles.wordpress.org/m-e-h/">Marty Helmick</a>, <a href="https://profiles.wordpress.org/marybaum/">Mary Baum</a>, <a href="https://profiles.wordpress.org/matstars/">Mat Gargano</a>, <a href="https://profiles.wordpress.org/mat-lipe/">Mat Lipe</a>, <a href="https://profiles.wordpress.org/imath/">Mathieu Viet</a>, <a href="https://profiles.wordpress.org/matveb/">Matias Ventura</a>, <a href="https://profiles.wordpress.org/mattkeys/">Matt Keys</a>, <a href="https://profiles.wordpress.org/veraxus/">Matt van Andel</a>, <a href="https://profiles.wordpress.org/mattchowning/">mattchowning</a>, <a href="https://profiles.wordpress.org/mattnyeus/">mattcursor</a>, <a href="https://profiles.wordpress.org/snapfractalpop/">Matthew Kevins</a>, <a href="https://profiles.wordpress.org/mattyrob/">mattyrob</a>, <a href="https://profiles.wordpress.org/maxme/">maxme</a>, <a href="https://profiles.wordpress.org/mayanksonawat/">mayanksonawat</a>, <a href="https://profiles.wordpress.org/mbrailer/">mbrailer</a>, <a href="https://profiles.wordpress.org/mehidi258/">Mehidi Hassan</a>, <a href="https://profiles.wordpress.org/melchoyce/">Mel Choyce-Dwan</a>, <a href="https://profiles.wordpress.org/mensmaximus/">mensmaximus</a>, <a href="https://profiles.wordpress.org/michael-arestad/">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michaelecklund/">Michael Ecklund</a>, <a href="https://profiles.wordpress.org/donmhico/">Michael Panaga</a>, <a href="https://profiles.wordpress.org/marktimemedia/">Michelle Schulp</a>, <a href="https://profiles.wordpress.org/mickaelperrin/">mickaelperrin</a>, <a href="https://profiles.wordpress.org/miette49/">miette49</a>, <a href="https://profiles.wordpress.org/mcsf/">Miguel Fonseca</a>, <a href="https://profiles.wordpress.org/mmtr86/">Miguel Torres</a>, <a href="https://profiles.wordpress.org/mihdan/">mihdan</a>, <a href="https://profiles.wordpress.org/miinasikk/">Miina Sikk</a>, <a href="https://profiles.wordpress.org/simison/">Mikael Korpela</a>, <a href="https://profiles.wordpress.org/mauteri/">Mike Auteri</a>, <a href="https://profiles.wordpress.org/mikehansenme/">Mike Hansen</a>, <a href="https://profiles.wordpress.org/mikeschinkel/">Mike Schinkel [WPLib Box project lead]</a>, <a href="https://profiles.wordpress.org/mikeschroder/">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mikejdent/">mikejdent</a>, <a href="https://profiles.wordpress.org/msaari/">Mikko Saari</a>, <a href="https://profiles.wordpress.org/iihglobal/">Milan Patel</a>, <a href="https://profiles.wordpress.org/gdragon/">Milan Petrovic</a>, <a href="https://profiles.wordpress.org/mimitips/">mimi</a>, <a href="https://profiles.wordpress.org/mircoraffinetti/">mircoraffinetti</a>, <a href="https://profiles.wordpress.org/mjnewman/">mjnewman</a>, <a href="https://profiles.wordpress.org/mlbrgl/">mlbrgl</a>, <a href="https://profiles.wordpress.org/batmoo/">Mohammad Jangda</a>, <a href="https://profiles.wordpress.org/morganestes/">Morgan Estes</a>, <a href="https://profiles.wordpress.org/man4toman/">Morteza Geransayeh</a>, <a href="https://profiles.wordpress.org/mppfeiffer/">mppfeiffer</a>, <a href="https://profiles.wordpress.org/mryoga/">mryoga</a>, <a href="https://profiles.wordpress.org/musamamasood/">Muhammad Usama Masood</a>, <a href="https://profiles.wordpress.org/mujuonly/">mujuonly</a>, <a href="https://profiles.wordpress.org/mukesh27/">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/assassinateur/">Nadir Seghir</a>, <a href="https://profiles.wordpress.org/nagoke/">nagoke</a>, <a href="https://profiles.wordpress.org/nfmohit/">Nahid Ferdous Mohit</a>, <a href="https://profiles.wordpress.org/finchps/">Nate Finch</a>, <a href="https://profiles.wordpress.org/mukto90/">Nazmul Ahsan</a>, <a href="https://profiles.wordpress.org/nekomajin/">nekomajin</a>, <a href="https://profiles.wordpress.org/nextscripts/">NextScripts</a>, <a href="https://profiles.wordpress.org/nickdaugherty/">Nick Daugherty</a>, <a href="https://profiles.wordpress.org/celloexpressions/">Nick Halsey</a>, <a href="https://profiles.wordpress.org/nsundberg/">Nicklas Sundberg</a>, <a href="https://profiles.wordpress.org/nickylimjj/">Nicky Lim</a>, <a href="https://profiles.wordpress.org/vadimnicolai/">nicolad</a>, <a href="https://profiles.wordpress.org/rahe/">Nicolas Juen</a>, <a href="https://profiles.wordpress.org/nicole2292/">nicole2292</a>, <a href="https://profiles.wordpress.org/nielslange/">Niels Lange</a>, <a href="https://profiles.wordpress.org/nikhilgupte/">nikhilgupte</a>, <a href="https://profiles.wordpress.org/nilamacharya/">nilamacharya</a>, <a href="https://profiles.wordpress.org/noahtallen/">noahtallen</a>, <a href="https://profiles.wordpress.org/noyle/">noyle</a>, <a href="https://profiles.wordpress.org/nsubugak/">nsubugak</a>, <a href="https://profiles.wordpress.org/oakesjosh/">oakesjosh</a>, <a href="https://profiles.wordpress.org/oldenburg/">oldenburg</a>, <a href="https://profiles.wordpress.org/alshakero/">Omar Alshaker</a>, <a href="https://profiles.wordpress.org/ottok/">Otto Kek&#228;l&#228;inen</a>, <a href="https://profiles.wordpress.org/ov3rfly/">Ov3rfly</a>, <a href="https://profiles.wordpress.org/paaljoachim/">Paal Joachim Romdahl</a>, <a href="https://profiles.wordpress.org/iaaxpage/">page-carbajal</a>, <a href="https://profiles.wordpress.org/pagewidth/">pagewidth</a>, <a href="https://profiles.wordpress.org/paragoninitiativeenterprises/">Paragon Initiative Enterprises</a>, <a href="https://profiles.wordpress.org/swissspidy/">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/casiepa/">Pascal Casier</a>, <a href="https://profiles.wordpress.org/pbearne/">Paul Bearne</a>, <a href="https://profiles.wordpress.org/pbiron/">Paul Biron</a>, <a href="https://profiles.wordpress.org/rixeo/">Paul Kevin</a>, <a href="https://profiles.wordpress.org/paulschreiber/">Paul Schreiber</a>, <a href="https://profiles.wordpress.org/pcarvalho/">pcarvalho</a>, <a href="https://profiles.wordpress.org/pedromendonca/">Pedro Mendon&#231;a</a>, <a href="https://profiles.wordpress.org/perrywagle/">perrywagle</a>, <a href="https://profiles.wordpress.org/westi/">Peter Westwood</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/philipmjackson/">Philip Jackson</a>, <a href="https://profiles.wordpress.org/pierlo/">Pierre Gordon</a>, <a href="https://profiles.wordpress.org/pierrelannoy/">Pierre Lannoy</a>, <a href="https://profiles.wordpress.org/pikamander2/">pikamander2</a>, <a href="https://profiles.wordpress.org/prashantvatsh/">Prashant Singh</a>, <a href="https://profiles.wordpress.org/pratik-jain/">Pratik Jain</a>, <a href="https://profiles.wordpress.org/presskopp/">Presskopp</a>, <a href="https://profiles.wordpress.org/priyankabehera155/">Priyanka Behera</a>, <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, <a href="https://profiles.wordpress.org/raamdev/">Raam Dev</a>, <a href="https://profiles.wordpress.org/bamadesigner/">Rachel Cherry</a>, <a href="https://profiles.wordpress.org/larrach/">Rachel Peter</a>, <a href="https://profiles.wordpress.org/ragnarokatz/">ragnarokatz</a>, <a href="https://profiles.wordpress.org/ramiy/">Rami Yushuvaev</a>, <a href="https://profiles.wordpress.org/raoulunger/">raoulunger</a>, <a href="https://profiles.wordpress.org/razamalik/">razamalik</a>, <a href="https://profiles.wordpress.org/remcotolsma/">Remco Tolsma</a>, <a href="https://profiles.wordpress.org/rephotsirch/">rephotsirch</a>, <a href="https://profiles.wordpress.org/rheinardkorf/">rheinardkorf</a>, <a href="https://profiles.wordpress.org/youknowriad/">Riad Benguella</a>, <a href="https://profiles.wordpress.org/quicoto/">Ricard Torres</a>, <a href="https://profiles.wordpress.org/richtabor/">Rich Tabor</a>, <a href="https://profiles.wordpress.org/rimadoshi/">rimadoshi</a>, <a href="https://profiles.wordpress.org/rinkuyadav999/">Rinku Y</a>, <a href="https://profiles.wordpress.org/rcutmore/">Rob Cutmore</a>, <a href="https://profiles.wordpress.org/dhrrob/">Rob Migchels</a>, <a href="https://profiles.wordpress.org/rob006/">rob006</a>, <a href="https://profiles.wordpress.org/noisysocks/">Robert Anderson</a>, <a href="https://profiles.wordpress.org/rconde/">Roi Conde</a>, <a href="https://profiles.wordpress.org/murgroland/">Roland Murg</a>, <a href="https://profiles.wordpress.org/costasovo/">Rostislav Woln&#253;</a>, <a href="https://profiles.wordpress.org/roytanck/">Roy Tanck</a>, <a href="https://profiles.wordpress.org/kingkool68/">Russell Heimlich</a>, <a href="https://profiles.wordpress.org/rryyaanndd/">Ryan</a>, <a href="https://profiles.wordpress.org/bookdude13/">Ryan Fredlund</a>, <a href="https://profiles.wordpress.org/rmccue/">Ryan McCue</a>, <a href="https://profiles.wordpress.org/welcher/">Ryan Welcher</a>, <a href="https://profiles.wordpress.org/looswebstudio/">Ryo</a>, <a href="https://profiles.wordpress.org/sebastienserre/">S&#233;bastien SERRE</a>, <a href="https://profiles.wordpress.org/sorenbronsted/">S&#248;ren Br&#248;nsted</a>, <a href="https://profiles.wordpress.org/sablednah/">sablednah</a>, <a href="https://profiles.wordpress.org/viralsampat/">Sampat Viral</a>, <a href="https://profiles.wordpress.org/otto42/">Samuel Wood (Otto)</a>, <a href="https://profiles.wordpress.org/samuelfernandez/">SamuelFernandez</a>, <a href="https://profiles.wordpress.org/zanderz/">Sander</a>, <a href="https://profiles.wordpress.org/santilinwp/">santilinwp</a>, <a href="https://profiles.wordpress.org/sathyapulse/">Sathiyamoorthy V</a>, <a href="https://profiles.wordpress.org/tivus/">Schuhwerk</a>, <a href="https://profiles.wordpress.org/coffee2code/">Scott Reilly</a>, <a href="https://profiles.wordpress.org/wonderboymusic/">Scott Taylor</a>, <a href="https://profiles.wordpress.org/scruffian/">scruffian</a>, <a href="https://profiles.wordpress.org/scvleon/">scvleon</a>, <a href="https://profiles.wordpress.org/sebastianpisula/">Sebastian Pisula</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/sgr33n/">Sergio de Falco</a>, <a href="https://profiles.wordpress.org/sergiomdgomes/">sergiomdgomes</a>, <a href="https://profiles.wordpress.org/sgastard/">sgastard</a>, <a href="https://profiles.wordpress.org/sgoen/">sgoen</a>, <a href="https://profiles.wordpress.org/shahariaazam/">Shaharia Azam</a>, <a href="https://profiles.wordpress.org/cafenoirdesign/">Shannon Smith</a>, <a href="https://profiles.wordpress.org/shariqkhan2012/">shariqkhan2012</a>, <a href="https://profiles.wordpress.org/sncoker/">Shawntelle Coker</a>, <a href="https://profiles.wordpress.org/sheparddw/">sheparddw</a>, <a href="https://profiles.wordpress.org/shital-patel/">Shital Marakana</a>, <a href="https://profiles.wordpress.org/shizumi/">Shizumi Yoshiaki</a>, <a href="https://profiles.wordpress.org/simonjanin/">simonjanin</a>, <a href="https://profiles.wordpress.org/sinatrateam/">sinatrateam</a>, <a href="https://profiles.wordpress.org/sirreal/">sirreal</a>, <a href="https://profiles.wordpress.org/skorasaurus/">skorasaurus</a>, <a href="https://profiles.wordpress.org/smerriman/">smerriman</a>, <a href="https://profiles.wordpress.org/socalchristina/">socalchristina</a>, <a href="https://profiles.wordpress.org/soean/">Soren Wrede</a>, <a href="https://profiles.wordpress.org/spenserhale/">spenserhale</a>, <a href="https://profiles.wordpress.org/sproutchris/">sproutchris</a>, <a href="https://profiles.wordpress.org/squarecandy/">squarecandy</a>, <a href="https://profiles.wordpress.org/sstoqnov/">Stanimir Stoyanov</a>, <a href="https://profiles.wordpress.org/starvoters1/">starvoters1</a>, <a href="https://profiles.wordpress.org/steelwagstaff/">SteelWagstaff</a>, <a href="https://profiles.wordpress.org/steevithak/">steevithak</a>, <a href="https://profiles.wordpress.org/ryokuhi/">Stefano Minoia</a>, <a href="https://profiles.wordpress.org/hypest/">Stefanos Togoulidis</a>, <a href="https://profiles.wordpress.org/steffanhalv/">steffanhalv</a>, <a href="https://profiles.wordpress.org/sabernhardt/">Stephen Bernhardt</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/dufresnesteven/">Steve Dufresne</a>, <a href="https://profiles.wordpress.org/stevegrunwell/">Steve Grunwell</a>, <a href="https://profiles.wordpress.org/stevenlinx/">stevenlinx</a>, <a href="https://profiles.wordpress.org/stiofansisland/">Stiofan</a>, <a href="https://profiles.wordpress.org/matthias-reuter/">straightvisions GmbH</a>, <a href="https://profiles.wordpress.org/stroona/">stroona.com</a>, <a href="https://profiles.wordpress.org/subratamal/">Subrata Mal</a>, <a href="https://profiles.wordpress.org/subrataemfluence/">Subrata Sarkar</a>, <a href="https://profiles.wordpress.org/manikmist09/">Sultan Nasir Uddin</a>, <a href="https://profiles.wordpress.org/swapnild/">swapnild</a>, <a href="https://profiles.wordpress.org/cybr/">Sybre Waaijer</a>, <a href="https://profiles.wordpress.org/sergioestevao/">Sérgio Estêvão</a>, <a href="https://profiles.wordpress.org/miyauchi/">Takayuki Miyauchi</a>, <a href="https://profiles.wordpress.org/takeshifurusato/">Takeshi Furusato</a>, <a href="https://profiles.wordpress.org/karmatosed/">Tammie Lister</a>, <a href="https://profiles.wordpress.org/tanvirul/">Tanvirul Haque</a>, <a href="https://profiles.wordpress.org/tbschen/">TBschen</a>, <a href="https://profiles.wordpress.org/tdlewis77/">tdlewis77</a>, <a href="https://profiles.wordpress.org/tellyworth/">Tellyworth</a>, <a href="https://profiles.wordpress.org/thamaraiselvam/">Thamaraiselvam</a>, <a href="https://profiles.wordpress.org/thefarlilacfield/">thefarlilacfield</a>, <a href="https://profiles.wordpress.org/themezee/">ThemeZee</a>, <a href="https://profiles.wordpress.org/timhavinga/">Tim Havinga</a>, <a href="https://profiles.wordpress.org/hedgefield/">Tim Hengeveld</a>, <a href="https://profiles.wordpress.org/timon33/">timon33</a>, <a href="https://profiles.wordpress.org/spaceshipone/">Timoth&#233;e Brosille</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs/">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/tkama/">Tkama</a>, <a href="https://profiles.wordpress.org/tmanoilov/">tmanoilov</a>, <a href="https://profiles.wordpress.org/tmatsuur/">tmatsuur</a>, <a href="https://profiles.wordpress.org/tobifjellner/">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href="https://profiles.wordpress.org/tomgreer/">Tom Greer</a>, <a href="https://profiles.wordpress.org/tjnowell/">Tom J Nowell</a>, <a href="https://profiles.wordpress.org/tommix/">tommix</a>, <a href="https://profiles.wordpress.org/skithund/">Toni Viemer&#246;</a>, <a href="https://profiles.wordpress.org/toro_unit/">Toro_Unit (Hiroshi Urabe)</a>, <a href="https://profiles.wordpress.org/torres126/">torres126</a>, <a href="https://profiles.wordpress.org/zodiac1978/">Torsten Landsiedel</a>, <a href="https://profiles.wordpress.org/itowhid06/">Towhidul Islam</a>, <a href="https://profiles.wordpress.org/treecutter/">treecutter</a>, <a href="https://profiles.wordpress.org/tristangemus/">tristangemus</a>, <a href="https://profiles.wordpress.org/tristanleboss/">tristanleboss</a>, <a href="https://profiles.wordpress.org/tsuyoring/">tsuyoring</a>, <a href="https://profiles.wordpress.org/dinhtungdu/">Tung Du</a>, <a href="https://profiles.wordpress.org/desaiuditd/">Udit Desai</a>, <a href="https://profiles.wordpress.org/grapplerulrich/">Ulrich</a>, <a href="https://profiles.wordpress.org/upadalavipul/">upadalavipul</a>, <a href="https://profiles.wordpress.org/utsav72640/">Utsav tilava</a>, <a href="https://profiles.wordpress.org/vaishalipanchal/">Vaishali Panchal</a>, <a href="https://profiles.wordpress.org/valentinbora/">Valentin Bora</a>, <a href="https://profiles.wordpress.org/varunshanbhag/">Varun Shanbhag</a>, <a href="https://profiles.wordpress.org/veminom/">Veminom</a>, <a href="https://profiles.wordpress.org/vinita29/">Vinita Tandulkar</a>, <a href="https://profiles.wordpress.org/virgodesign/">virgodesign</a>, <a href="https://profiles.wordpress.org/vsamoletov/">Vlad. S.</a>, <a href="https://profiles.wordpress.org/vortfu/">vortfu</a>, <a href="https://profiles.wordpress.org/waleedt93/">waleedt93</a>, <a href="https://profiles.wordpress.org/webmandesign/">WebMan Design &#124; Oliver Juhas</a>, <a href="https://profiles.wordpress.org/websupporter/">websupporter</a>, <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a>, <a href="https://profiles.wordpress.org/earnjam/">William Earnhardt</a>, <a href="https://profiles.wordpress.org/williampatton/">William Patton</a>, <a href="https://profiles.wordpress.org/wpgurudev/">wpgurudev</a>, <a href="https://profiles.wordpress.org/alexandreb3/">WPMarmite</a>, <a href="https://profiles.wordpress.org/wptoolsdev/">wptoolsdev</a>, <a href="https://profiles.wordpress.org/xedinunknown-1/">xedinunknown-1</a>, <a href="https://profiles.wordpress.org/yale01/">yale01</a>, <a href="https://profiles.wordpress.org/collet/">Yannicki</a>, <a href="https://profiles.wordpress.org/yohannp/">yohannp</a>, <a href="https://profiles.wordpress.org/yordansoares/">Yordan Soares</a>, <a href="https://profiles.wordpress.org/fierevere/">Yui</a>, <a href="https://profiles.wordpress.org/zachflauaus/">zachflauaus</a>, <a href="https://profiles.wordpress.org/tollmanz/">Zack Tollman</a>, <a href="https://profiles.wordpress.org/zebulan/">Zebulan Stanphill</a>, <a href="https://profiles.wordpress.org/zaffarn/">Zee</a>, and <a href="https://profiles.wordpress.org/zsusag/">zsusag</a>.\n\n\n\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the&nbsp;<a href="https://wordpress.org/support/">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.4. Their efforts bring WordPress fully translated to&nbsp;46 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to learn more about volunteering with WordPress, check out&nbsp;<a href="https://make.wordpress.org/">Make WordPress</a>&nbsp;or the&nbsp;<a href="https://make.wordpress.org/core/">core development blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"8455";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:60:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress 5.4 RC5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/2020/03/wordpress-5-4-rc5/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 28 Mar 2020 00:47:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8451";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:379:"The fifth release candidate for WordPress 5.4 is live! WordPress 5.4 is currently scheduled to land on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! You can test the WordPress 5.4 release candidate in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option) [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"David Baumwald";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2181:"\n<p><br>The fifth release candidate for WordPress 5.4 is live!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to land on&nbsp;<strong><a href="https://make.wordpress.org/core/5-4/">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.4 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href="https://wordpress.org/wordpress-5.4-RC5.zip">download the release candidate here</a> (zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href="https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/">first release candidate post</a>.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. The priority in testing is compatibility. If you find issues, please be sure to post to the&nbsp;<a href="https://wordpress.org/support/forum/alphabeta/">support forums</a>&nbsp;so we can figure them out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href="https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/">WordPress 5.4 Field Guide</a>&nbsp;is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language besides English?&nbsp;<a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find&nbsp;<a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"8451";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:60:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress 5.4 RC4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/2020/03/wordpress-5-4-rc4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Mar 2020 22:00:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8444";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:388:"The fourth release candidate for WordPress 5.4 is live! WordPress 5.4 is currently scheduled to land on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! You can test the WordPress 5.4 release candidate in two ways: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge nightlies” option) [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Francesca Marano";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2395:"\n<p>The fourth release candidate for WordPress 5.4 is live!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to land on&nbsp;<strong><a href="https://make.wordpress.org/core/5-4/">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.4 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href="https://wordpress.org/wordpress-5.4-RC4.zip">download the release candidate here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href="https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/">first release candidate post</a>.</p>\n\n\n\n<p>RC4 commits the new <a href="https://core.trac.wordpress.org/ticket/49295">About page</a> and&nbsp;<a href="https://core.trac.wordpress.org/ticket/49688">updates the editor packages</a>.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. The priority in testing is compatibility. If you find issues, please be sure to post to the&nbsp;<a href="https://wordpress.org/support/forum/alphabeta/">support forums</a>&nbsp;so we can figure them out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href="https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/">WordPress 5.4 Field Guide</a>&nbsp;is also out! It&#8217;s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language besides English?&nbsp;<a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find&nbsp;<a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"8444";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:60:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress 5.4 RC3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/2020/03/wordpress-5-4-rc3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Mar 2020 21:24:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8432";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:384:"The third release candidate for WordPress 5.4 is now available! WordPress 5.4 is currently scheduled to be released on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! There are two ways to test the WordPress 5.4 release candidate: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"David Baumwald";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4104:"\n<p>The third release candidate for WordPress 5.4 is now available!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to be released on&nbsp;<strong><a href="https://make.wordpress.org/core/5-4/">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.4 release candidate:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href="https://wordpress.org/wordpress-5.4-RC3.zip">download the release candidate here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href="https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/">first release candidate post</a>.</p>\n\n\n\n<p>RC3 addresses improvements to the new About page and&nbsp;<a href="https://core.trac.wordpress.org/query?id=49657%2C49621%2C48164%2C49577%2C47053%2C48303%2C49374%2C49619&amp;milestone=5.4&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority">8 fixes</a>&nbsp;for the following bugs and regressions:</p>\n\n\n\n<ul><li><a href="https://core.trac.wordpress.org/ticket/49657"></a><a href="https://core.trac.wordpress.org/ticket/49657">49657</a> &#8211; <a href="https://core.trac.wordpress.org/ticket/49657">Block Editor: Update WordPress Packages WordPress 5.4 RC 3</a></li><li><a href="https://core.trac.wordpress.org/ticket/49621"></a><a href="https://core.trac.wordpress.org/ticket/49621">49621</a> &#8211; <a href="https://core.trac.wordpress.org/ticket/49621">Travis: Download Chromium for E2E Tests Only</a></li><li><a href="https://core.trac.wordpress.org/ticket/49164"></a><a href="https://core.trac.wordpress.org/ticket/48164">48164</a> &#8211; <a href="https://core.trac.wordpress.org/ticket/48164">media_sideload_image Should Store Original URL and Optionally Check for Dupes</a></li><li><a href="https://core.trac.wordpress.org/ticket/49577">49577 &#8211; Site Health Status Dashboard Provides Incorrect Items Count on Initial Load</a></li><li><a href="https://core.trac.wordpress.org/ticket/47053">47053 &#8211; Accessibility: Need to set proper &#8216;tabindex&#8217; in &#8216;Skip To Toolbar&#8217; HTML</a></li><li><a href="https://core.trac.wordpress.org/ticket/48303">48303 &#8211; Docblock Improvements for 5.4</a></li><li><a href="https://core.trac.wordpress.org/ticket/49374">49374 &#8211; Use get_post_states to Denote Special Pages on the Added Menu Item Accordions</a></li><li><a href="https://core.trac.wordpress.org/ticket/49619">49619 &#8211; Use &lt;hr /&gt; Instead of Margin on Freedoms Page</a></li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. If you find compatibility problems, please be sure to post to the&nbsp;<a href="https://wordpress.org/support/forum/alphabeta/">support forums</a>&nbsp;so we can figure those out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href="https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/">WordPress 5.4 Field Guide</a>&nbsp;has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find&nbsp;<a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"8432";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:60:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress 5.4 RC2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/2020/03/wordpress-5-4-rc2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Mar 2020 21:40:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8422";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:385:"The second release candidate for WordPress 5.4 is now available! WordPress 5.4 is currently scheduled to be released on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! There are two ways to test the WordPress 5.4 release candidate: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Francesca Marano";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3311:"\n<p>The second release candidate for WordPress 5.4 is now available!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to be released on&nbsp;<strong><a href="https://make.wordpress.org/core/5-4/">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.4 release candidate:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href="https://wordpress.org/wordpress-5.4-RC2.zip">download the release candidate here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href="https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/">first release candidate post</a>.</p>\n\n\n\n<p>RC2 addresses improvements to the new About page and <a href="https://core.trac.wordpress.org/query?id=49611%2C49318%2C49295%2C49585%2C49568%2C49549&amp;milestone=5.4&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority">5 fixes</a> for the following bugs and regressions:</p>\n\n\n\n<ul><li><a href="https://core.trac.wordpress.org/ticket/49611">49611</a> &#8211; Block Editor: Update WordPress Packages WordPress 5.4 RC 2</li><li><a href="https://core.trac.wordpress.org/ticket/49318">49318</a> &#8211; Bundled Themes: Twenty Twenty content font CSS selector is too important</li><li><a href="https://core.trac.wordpress.org/ticket/49585">49585</a> &#8211; REST API: Fix typo in disable-custom-gradients theme feature description</li><li><a href="https://core.trac.wordpress.org/ticket/49568">49568</a> &#8211; Block Editor: Fix visual regression in editor&#8217;s color picker</li><li><a href="https://core.trac.wordpress.org/ticket/49549">49549</a> &#8211; Bundled Themes: Calendar widget CSS fixes on various Bundled themes</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. If you find compatibility problems, please be sure to post to the&nbsp;<a href="https://wordpress.org/support/forum/alphabeta/">support forums</a>&nbsp;so we can figure those out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href="https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/">WordPress 5.4 Field Guide</a>&nbsp;has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find&nbsp;<a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"8422";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:79:"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:6:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"People of WordPress: Mary Job";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 06 Mar 2020 16:30:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"heropress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:10:"Interviews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8406";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:189:"In the March edition of our "People of WordPress" series, you''ll find out how Mary Job grew from a timid, curious cat into a public speaker and organizer of WordPress Meetups and WordCamps.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Yvette Sonneveld";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:9720:"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.&nbsp;</em></p>\n\n\n\n<h2>How it all began</h2>\n\n\n\n<figure class="wp-block-image size-large"><img loading="lazy" src="https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=632%2C844&#038;ssl=1" alt="Mary Job at WordCamp Kampala 2020" class="wp-image-8410" srcset="https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=767%2C1024&amp;ssl=1 767w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=768%2C1025&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?w=809&amp;ssl=1 809w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /><figcaption>Mary Job at WordCamp Kampala 2020</figcaption></figure>\n\n\n\n<p>Mary remembers when cybercafés started trending in Nigeria. She had just finished high school and was awaiting her results for admission to university. She spent all of her time (10 hours a day) and all of her pocket money buying bulk time online at cafes. All the way through university that was true, until in 2008 she graduated with a degree in philosophy and bought her own computer and modem.</p>\n\n\n\n<p>She started blogging in 2009. Initially, she tried out Blogger, Hubpages, and WordPress—but found WordPress too complicated.&nbsp;</p>\n\n\n\n<h2>Growing up as a timid but curious cat</h2>\n\n\n\n<p>Mary is one of four kids, and the only girl among her siblings. Throughout her childhood she felt shy, even though others didn’t always see her that way. </p>\n\n\n\n<p>When she first started her personal blog, it was mostly an opportunity for her to speak her mind where she was comfortable. Blogging gave her a medium to express her thoughts and with every new post she became a better writer.</p>\n\n\n\n<h2>Rediscovering WordPress</h2>\n\n\n\n<p>After completing a postgraduate diploma in mass communication, Mary started a Masters degree in Information Management. This required a three month internship. She decided to volunteer in Ghana in 2015 at the headquarters of the Salesians of Don Bosco in West Africa (SDBAFW<strong>)</strong> where her uncle was based.</p>\n\n\n\n<p>While she was there, her uncle asked Mary why she was not blogging on WordPress, which also happened to be the software the organisation used. She explained how difficult and complicated it was so he shared a group of beginner-level tutorial videos with her.</p>\n\n\n\n<p>After two weeks of watching those videos, she started to realize she could have a full-time career doing this. So she immediately joined a number of online training groups so she could learn everything.</p>\n\n\n\n<blockquote class="wp-block-quote"><p><em>I saw a lot of people earning an income from things I knew and did for the fun of it. I found myself asking why I had not turned my passion into a business.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>Not long after that, she was contacted by a website editor who was impressed by her blog. With the information available online for WordPress, she was able to learn everything she needed to improve and redesign a site for what turned into her first client.</p>\n\n\n\n<figure class="wp-block-image size-large"><img loading="lazy" src="https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?w=632&#038;ssl=1" alt="" class="wp-image-8412" srcset="https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?w=512&amp;ssl=1 512w, https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?resize=300%2C169&amp;ssl=1 300w" sizes="(max-width: 512px) 100vw, 512px" data-recalc-dims="1" /><figcaption>Mary&#8217;s home office in 2016</figcaption></figure>\n\n\n\n<blockquote class="wp-block-quote"><p><em>I visited the <a href="https://wordpress.org/showcase/">WordPress.org showcase</a> and was wowed with all the good things I could do with WordPress.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>In 2016 after a year of deep WordPress learning, she had fallen in love with the CMS and wanted to give back to the <a href="https://make.wordpress.org/">WordPress open source project</a>.&nbsp;</p>\n\n\n\n<p>She volunteered to help the Community team. And when she moved to Lagos later that year, she discovered there was an active WordPress Meetup community. This started her journey toward becoming a WordPress Meetup Co-organizer and a Global Community Team Deputy.</p>\n\n\n\n<p>Today the Nigerian WordPress community continues to grow, as has the <a href="https://www.meetup.com/Lagos-WordPress-Meetup-Group">Lagos WordPress Meetup</a> group. The first Nigerian WordCamp took place in Lagos in 2018 and a <a href="https://2020.lagos.wordcamp.org/">2020 event is being planned</a>. A local WordPress community also developed in Mary’s hometown in Ijebu.</p>\n\n\n\n<blockquote class="wp-block-quote"><p><em>I have made great friends and met co-organizers in the community who are dedicated to building and sharing their WordPress knowledge with the community like I am.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<h2>What did Mary gain from using and contributing to WordPress?</h2>\n\n\n\n<ul><li>She <strong>overcame her stage fright</strong> by getting up in front of an audience at her local Meetup to introduce speakers and to talk about the WordPress community.&nbsp;</li><li>She <strong>attended her first of many African WordCamps </strong>in Cape Town, South Africa. Coincidentally this was also her first time outside West Africa. Before that, she had not been in an aircraft for more than one hour.</li><li>She <strong>earned money</strong> from WordPress web design projects to sustain her during her learning period. Mary continues to use WordPress in her work and says she is still learning every day!</li><li>She got to <strong>jump off</strong> Signal Hill in Cape Town when visiting a WordCamp!&nbsp;</li></ul>\n\n\n\n<figure class="wp-block-image size-large"><img loading="lazy" src="https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?fit=632%2C422&amp;ssl=1" alt="" class="wp-image-8413" srcset="https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?w=1683&amp;ssl=1 1683w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=768%2C512&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?w=1264&amp;ssl=1 1264w" sizes="(max-width: 632px) 100vw, 632px" /><figcaption>Mary moderating a panel at WordCamp Lagos in 2019</figcaption></figure>\n\n\n\n<blockquote class="wp-block-quote"><p><em>Essentially, the community has taught me to be a better communicator, and a better person. I’ve made friends across the world that have become like a family to me.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>She now runs a village hub in Ijebu,&nbsp; where she teaches girls digital skills and WordPress as a way of giving back to her town.</p>\n\n\n\n<p>Since she started on this journey, Mary has gotten a fulltime job supporting a WordPress plugin. She’s also become a Community Team Rep and continues to build and foster communities.</p>\n\n\n\n<h2>Mary’s advice to others</h2>\n\n\n\n<blockquote class="wp-block-quote"><p><em>Always seek to understand the basics of whatever knowledge you seek. Never jump in too fast, wanting to spiral to the top while ignoring the learning curve. You will likely crash down effortlessly if you do so, and would have learned nothing.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href="https://profiles.wordpress.org/wpfiddlybits/">@wpfiddlybits</a>), Yvette Sonneveld (<a href="https://profiles.wordpress.org/yvettesonneveld/">@yvettesonneveld</a>), Abha Thakor (<a href="https://profiles.wordpress.org/webcommsat/">@webcommsat</a>), Josepha Haden (<a href="https://profiles.wordpress.org/chanthaboune/">@chanthaboune</a>), Topher DeRosia (<a href="https://profiles.wordpress.org/topher1kenobe/">@topher1kenobe</a>). Thank you to Mary Job (<a href="https://profiles.wordpress.org/mariaojob/">@maryojob</a>) for sharing her #ContributorStory.</p>\n\n\n\n<div class="wp-block-image"><figure class="alignleft size-large"><img loading="lazy" src="https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?w=632&#038;ssl=1" alt="" class="wp-image-8409" data-recalc-dims="1" /></figure></div>\n\n\n\n<p><em>This post is based on </em><a href="https://heropress.com/essays/wordpress-gave-perfect-identity/"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href="https://profiles.wordpress.org/topher1kenobe/"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href="https://heropress.com/"><em>HeroPress.com</em></a><em>!</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"8406";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n	hourly	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n	1	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"14607090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 20 May 2020 04:13:07 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:25:"strict-transport-security";s:11:"max-age=360";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Wed, 13 May 2020 11:05:48 GMT";s:4:"link";s:63:"<https://wordpress.org/news/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 2";}}s:5:"build";s:14:"20130910230210";}', 'no');
INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(310, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1589991194', 'no'),
(311, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1589947994', 'no'),
(312, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1589991197', 'no');
INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(313, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:86:"WPTavern: New Iceberg Plugin Brings a Distraction-Free Writing Experience to WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99062";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:217:"https://wptavern.com/new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8656:"<p>Ever on the hunt for a more beautiful, simplified writing experience inside WordPress, I jumped at the chance to beta test the new<a href="https://useiceberg.com/"> Iceberg</a> plugin. Rich Tabor and Jeffrey Caradang, the same team behind CoBlocks, have created a new markdown editor built on top of Gutenberg that provides the best writing experience for WordPress since core&rsquo;s retired <a href="https://wptavern.com/wordpress-zen-mode-5-compelling-reasons-to-turn-on-distraction-free-writing">Distraction Free Writing</a> mode.</p>\n\n\n\n<img />\n\n\n\n<p>Iceberg features a minimalist editor with four color themes, the ability to create a custom theme, and a set of typography controls. In switching to Iceberg, there is not much missing much from the default block editor that would be necessary for writing. Users can drag and drop media into Iceberg and the backslash command works to trigger the block inserter. It also includes a Table of Contents, word and character counts, reading time, keyboard shortcuts, and support for emoji.</p>\n\n\n\n<p>&ldquo;Iceberg was brought to fruition out of an experiment to make WordPress look and feel more like my favorite writing applications,&rdquo; Tabor said. &ldquo;My personal publishing flow was to write in an external application, paste it all into the block editor, followed by fixing/adjusting/resizing everything&ndash;honestly not fun. You see, writing with blocks is just &lsquo;ok&rsquo; &ndash; and doesn&rsquo;t feel natural.</p>\n\n\n\n<p>&ldquo;After chatting with others, I realized a lot of folks shared the same sentiment and that such a small number of folks I talked to actually composed articles within WordPress. And although I appreciate how far the block editor has come over the years as a site editor and page builder, I wanted to morph the experience to better support publishing.&rdquo;</p>\n\n\n\n<p>The Iceberg name is a nod towards Guten &ldquo;berg.&rdquo; Tabor said he wanted the project to seem more approachable, without being tied to WordPress or emphasizing blocks.</p>\n\n\n\n<p>Tabor said he was inspired by dedicated writing applications like Bear, Ulysses, Dropbox Paper, and Google Docs. What he loves most about Iceberg is that its design is centered around the writer&rsquo;s preferences. </p>\n\n\n\n<p>&ldquo;The editor themes that sit at the core of Iceberg&rsquo;s design language empower each writer to define their flavor of the editor,&rdquo; he said. &ldquo;Every color variable is auto-generated based on the editor theme and applied throughout the interface as necessary.&rdquo;</p>\n\n\n\n<p>Gutenberg was also a strong inspiration for the design principles that guided Tabor in creating Iceberg.</p>\n\n\n\n<p>&ldquo;Gutenberg itself is undergoing quite a transformation with what&rsquo;s being dubbed as &lsquo;G2&rsquo; &ndash; a new design system geared towards improved contrast, modern lines and an overall cleaner look,&rdquo; he said. &ldquo;I knew I wanted to push Iceberg in that direction, bringing a clean and modern look to the writing environment.&rdquo;</p>\n\n\n\n<p>Under the hood, Iceberg is simply an extension of the block editor that de-emphasizes blocks to better enable writers. Since the plugin manipulates the editor itself, users&rsquo; content remains intact even if it is deactivated. </p>\n\n\n\n<p>&ldquo;It&rsquo;s a clever combination of React components, styles, CSS custom variables and UX that is centered entirely around the art of writing,&rdquo; Tabor said. &ldquo;In short, if folks are familiar with Gutenberg development, they&rsquo;ll find Iceberg similarly structured.&rdquo;</p>\n\n\n\n<p>Tabor said he wants to keep the plugin simple while also exploring where he can push the writing experience further forward. Possible features coming to the roadmap include goal setting, readability analysis, an improved pre-publish checklist, and better post previews/live previewing.</p>\n\n\n\n<h2>Iceberg Gets Positive Reviews at Launch, Fills a Gap in the Block Editor&rsquo;s Support for Writers</h2>\n\n\n\n<p>Iceberg is launching as a commercial product, priced at $39 for a single site or<strong> </strong>$99 for unlimited sites. The product seems to have filled a gap in the market, covering Gutenberg&rsquo;s long-standing deficiency in supporting writers. Community feedback during the beta and on Twitter and Product Hunt has so far been overwhelmingly positive.</p>\n\n\n\n<p>&ldquo;Iceberg is like a noise-cancellation for the WordPress editor,&rdquo; Rajendra Zore <a href="https://twitter.com/rajendrazore/status/1262798934252023808">said</a>. </p>\n\n\n\n<p>Nick Hamze offered feedback in a Twitter <a href="https://twitter.com/NickHamze/status/1262749430844801030">thread</a>, saying he was excited to see a product that can &ldquo;take markdown back from developers.&rdquo; He views Iceberg as a positive development in the WordPress product space, and urged the community to support these kinds of innovations:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>The fun thing about Iceberg is it&rsquo;s an enhancement of the block editor not a replacement. No editor can be everything to everyone. Iceberg takes all the parts that are great for writers and emphasizes them while moving everything else into the background.</p><p>It&rsquo;s not a criticism of the block editor but a celebration of it. Even if you aren&rsquo;t a writer I think you should buy a copy. As a community we need to support people who are doing stuff like this. They&rsquo;re never going to stop making cool stuff but they might stop making it for WP.</p></blockquote>\n\n\n\n<p>After beta testing the plugin I found that it provides the kind of writing experience that I have been missing in the block editor. Iceberg removes the cumbersome feeling of forcing your writing into blocks. More than anything, I want to see something like this land in WordPress core someday.</p>\n\n\n\n<p>It&rsquo;s somewhat bittersweet to see a better writing experience arrive as a commercial plugin, instead of from core improvements. I desperately want WordPress to be home to the best tools for writers, because it is a publishing platform that is so powerful in nearly every other way. This is not to say that core developers cannot adopt something similar. That&rsquo;s the beauty of open source software &ndash; products inspiring new and improved solutions in a never-ending cycle.</p>\n\n\n\n<p>Gutenberg designers and engineers have been <a href="https://wptavern.com/gutenberg-contributors-considering-a-focus-mode-for-writing">working for the past two years</a> to bring the writing experience in the editor to a functional place that meets the needs of those who use WordPress primarily for writing. So far the block editor&rsquo;s <a href="https://wptavern.com/gutenberg-for-writers-how-to-configure-the-editor-for-fewer-distractions">Fullscreen mode</a> is incapable of producing the kind of zen writing experience that most writers crave when turning to third-party writing apps.</p>\n\n\n\n<p>Iceberg is GPL-licensed and is even <a href="https://github.com/useIceberg/iceberg-editor">available on GitHub</a> for download and collaboration. I asked Tabor what he planned to do if someone proposed that some version of Iceberg be added to core.</p>\n\n\n\n<p>&ldquo;Honestly, I think it would be great if WordPress adopted the same high level of support for writers as Iceberg does,&rdquo; he said. &ldquo;Sure it may not be completely ideal economically, but Iceberg is built on an editor built by thousands of hands. If Iceberg is deemed a clever enough solution to be a part of core, then that&rsquo;s ok. Although I&rsquo;m positive there&rsquo;s room to continue experimenting within the realm of empowering writers.&rdquo;</p>\n\n\n\n<p>As WordPress continues to move full steam ahead on the site building aspects of the editor, a truly distraction-free writing experience is not likely to become a high priority anytime soon. Tabor sees this as an opportunity for products that can transform the editor for different types of users who may not be focused on building websites.</p>\n\n\n\n<p>&ldquo;We&rsquo;re in such a transformative period of WordPress right now,&rdquo; Tabor said. &ldquo;The editing experience we&rsquo;re building with the block editor is much more focused on designing and publishing websites &ndash; not writing posts. Consequently, there&rsquo;s been much more focus on the<em> site building</em> experience, in lieu of the <em>writing</em> experience. That&rsquo;s not to say I don&rsquo;t love the direction WordPress is heading&ndash;I absolutely do. But rather that I feel there&rsquo;s room for a tool to improve the writing experience within the block editor.&rdquo;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 19 May 2020 23:16:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:100:"WPTavern: WooCommerce Payments Allows Shop Owners to Manage Payments Without Leaving WordPress Admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99776";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:245:"https://wptavern.com/woocommerce-payments-allows-shop-owners-to-manage-payments-without-leaving-wordpress-admin?utm_source=rss&utm_medium=rss&utm_campaign=woocommerce-payments-allows-shop-owners-to-manage-payments-without-leaving-wordpress-admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5670:"<img />\n\n\n\n<p class="has-drop-cap">Automattic-owned eCommerce platform WooCommerce <a href="https://woocommerce.com/posts/woocommerce-payments/">launched its new WooCommerce Payments</a> feature today. The company seeks to make it easier for plugin users to manage the entirety of their shop from a single location. For users based in the U.S. with WordPress.com-connected accounts, they can begin managing payments directly from their WordPress admin.</p>\n\n\n\n<p><a href="https://wordpress.org/plugins/woocommerce-payments/">WooCommerce Payments</a> is available as a free download via the WordPress plugin directory. Any costs associated with the plugin are on a per-transaction basis. Fees start at 2.9% + $0.30 per transaction for cards issued in the U.S. An additional 1% fee is tacked on for cards outside the U.S.</p>\n\n\n\n<p>Under the hood, payments are handled through <a href="https://docs.woocommerce.com/document/payments/powered-by-stripe/">Stripe Express</a>. The WooCommerce team developed the front-end so that it would match the look and feel of WooCommerce, making it function like a native part of the plugin. Stripe handles the processing from the backend.</p>\n\n\n\n<p>The team began work on the system in 2019 and launched an invitational beta in late February 2020. Since then, it has seen over 1,000 accounts connect to WooCommerce Payments.</p>\n\n\n\n<p>&ldquo;New users have been able to add it to their stores in onboarding,&rdquo; said Paul Maiorana, General Manager of WooCommerce. &ldquo;Current customers have heard about it through either our newsletter or virtual community meetups. Through this period, we&rsquo;ve learned what store owners like about WooCommerce Payments &mdash; managing their store and payments in one place; intuitive dashboard views; &lsquo;flow&rsquo; and &lsquo;ease.&rsquo; We&rsquo;ve also heard their questions, which are mostly related to features we&rsquo;ve got planned and are working hard to make available as soon as possible.&rdquo;</p>\n\n\n\n<p>WooCommerce Payments creates an integrated payments dashboard in the WordPress admin. It allows shop owners to manage charges, deposits, refunds, and disputes without leaving their store. By not having to toggle between the store and third-party payment processors, administrators should be able to enjoy a more seamless experience.</p>\n\n\n\n<p>The following are some screenshots from a demo install of the WooCommerce Payments plugin:</p>\n\n\n\n<ul><li class="blocks-gallery-item"><img />Transaction Details</li><li class="blocks-gallery-item"><img />Dispute Overview</li><li class="blocks-gallery-item"><img />Challenge Dispute</li><li class="blocks-gallery-item"><img />Deposits</li><li class="blocks-gallery-item"><img />Transactions</li></ul>\n\n\n\n<p>On the customer end, the experience should also be more convenient for shoppers. Instead of being redirected to a processor like PayPal, customers can make payments directly on the site. This may also help curb cart abandonment, which can often happen when shoppers are redirected.</p>\n\n\n\n<p>&ldquo;Now that we&rsquo;re announcing general availability in the U.S. and putting focused marketing effort behind it, we&rsquo;re hoping to draw more store owners to join us on the journey,&rdquo; said Maiorana.</p>\n\n\n\n<p>New account holders will need to wait for seven business days before receiving their first deposit from sales. Afterward, the payments system will bundle daily revenue into a single deposit and automatically transfer it to the users&rsquo; bank accounts. This also cuts out the process of logging into an account with a payment processor to manually deposit earnings.</p>\n\n\n\n<h2>On the Roadmap</h2>\n\n\n\n<p class="has-drop-cap">Currently, WooCommerce Payments is only available to U.S.-based shops. However, the team expects to begin rolling out support for more countries and local payment methods in 2020.</p>\n\n\n\n<p>&ldquo;We&rsquo;re launching in the U.S. to start to manage scope, but WooCommerce is a global platform and global support for WooCommerce Payments is a priority for us,&rdquo; said Maiorana. &ldquo;Payments is obviously a complex and highly-regulated space. We have a three-year roadmap for WooCommerce Payments that includes feature and geographical expansion. Our legal and business teams are investing the appropriate time and resources to lay a strong foundation for future growth.&rdquo;</p>\n\n\n\n<p>Upcoming releases of the WooCommerce Payments plugin are slated to receive support for subscriptions, saved cards, wallets, and instant deposits.</p>\n\n\n\n<p>The WooCommerce team also has no plans of stopping with online sales. It is already taking some steps toward moving into the physical world. &ldquo;WooCommerce&rsquo;s mission is to democratize commerce &mdash; not only eCommerce &mdash; so yes, we&rsquo;re thinking a lot about how to bring this great payment experience offline to point-of-sale devices too,&rdquo; said Maiorana.</p>\n\n\n\n<p>It would be interesting to see small store owners with physical locations &mdash; from a fruit stand to a collectibles shop to a mom-and-pop restaurant &mdash; be able to manage payments from a central location, all backed with WooCommerce and the WordPress platform.</p>\n\n\n\n<p>The new system does not currently support CBD merchants. <a href="https://wptavern.com/woocommerce-partners-with-square-to-expand-services-for-cbd-merchants">WooCommerce has a partnership with Square</a>, and shop owners who are selling CBD-derived products can still use that particular payment processor for the time being. This is likely tied to Stripe&rsquo;s policies on <a href="https://stripe.com/restricted-businesses">restricted businesses</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 19 May 2020 17:39:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WPTavern: BuddyPress 6.0.0 Released with New Group and Members Blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99784";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:183:"https://wptavern.com/buddypress-6-0-0-released-with-new-group-and-members-blocks?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-6-0-0-released-with-new-group-and-members-blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4395:"<p>BuddyPress has entered the world of blocks with the release of <a href="https://buddypress.org/2020/05/buddypress-6-0-0/">version 6.0</a>, the latest major update that has been in development since November 2019. The release, code-named &ldquo;iovine&rsquo;s&rdquo; for a favorite pizza restaurant in Paris,   introduces blocks for Groups and Members. It also marks the completion of the BP Rest API, adding the final remaining endpoints for Blogs, Blog avatar, Friends, Group Cover Image, Member Cover Image, and User Signups.</p>\n\n\n\n<p>The first set of blocks allow community site owners to insert a specific Member or Group from the editor into any WordPress post or page. More<a href="https://bpdevel.wordpress.com/2020/03/30/welcome-to-the-first-buddypress-blocks/#advanced-customizations"> advanced customizations</a> are available to developers who want to make blocks available to (or restricted from) specific custom post types. Developers can also override block output using new filters, disable blocks, and specify a custom stylesheet for a block.</p>\n\n\n\n<img />New BP Blocks in action\n\n\n\n<p>In a previous WP Tavern review of the 6.0 beta, Justin Tadlock noted that the block settings had each setting is placed within its own tabbed section, which increased the number of clicks required. This feedback was incorporated six weeks ago in a <a href="https://buddypress.trac.wordpress.org/ticket/8271">patch</a> from BuddyPress core developer Mathieu Viet, which places all settings into one panel until such a time as more panels become necessary.</p>\n\n\n\n<h2>Next Up for BuddyPress: Block Versions of Existing Widgets and Community-Requested Blocks </h2>\n\n\n\n<p>The BuddyPress community has a unique opportunity to shape the future of block development for the plugin. The next blocks are not yet set in stone but Viet said contributors will probably start by adding block versions of the existing widgets, followed by block requests based on community feedback.</p>\n\n\n\n<p>&ldquo;The <a href="https://poll.fm/10425422">poll</a> we made about BuddyPress blocks showed there were expectations about a block to share a post or a page into the Activity Stream, so l think we should include such a block,&rdquo; Viet said. &ldquo;But we&rsquo;re are very open to new ideas or contributions to the <a href="https://github.com/buddypress/bp-blocks">GitHub repository</a> we use to develop them.&rdquo;</p>\n\n\n\n<p>The poll results indicated that in addition to a block to share a post or a page via the Activity Stream, the community is also strongly interested a block to list the recently published posts from across a network, followed by a block to display Sitewide Notices posted by the site administrator.&nbsp;</p>\n\n\n\n<p>Viet said core contributors have not yet set a roadmap but are working in small steps and carefully following the Gutenberg project to see how they can incorporate it more into community features. A block-based activity posting form is one feature they are considering. </p>\n\n\n\n<p>Now is an important time for BuddyPress site owners to give input on the future of the project, whether through block recommendations or via the new <a href="https://mercime.survey.fm/2020-buddypress-survey">2020 BuddyPress Survey</a>. It includes 17 questions, which take approximately 7-10 minutes to complete. Most of the questions are centered around how you are using BuddyPress on production sites, but one interesting question asks about the prospect of breaking up the plugin&rsquo;s features to make it more modular:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>BuddyPress is a large plugin with optional components (3MB zipped). There&rsquo;s a proposal to reconstitute BuddyPress as core + members only and improved upon with new functionalities and API&rsquo;s among others for new BP plugins to hook into. The current optional components like groups, friends, private messaging, etc. can be migrated into separate plugins which can be activated as needed. What do you think?</p><p></p></blockquote>\n\n\n\n<p>Survey respondents have the opportunity to choose between keeping BuddyPress as is with core + members and optional components, or break it down to put the components into BP plugins. Feedback on this proposal and other important survey questions will help the BP core team know how to prioritize features for the next release and long-term roadmap.</p>\n\n\n\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 18 May 2020 22:06:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"WPTavern: WordPress Theme Review Team Changes Name, Now the Themes Team";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99570";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:185:"https://wptavern.com/wordpress-theme-review-team-changes-name-now-the-themes-team?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-theme-review-team-changes-name-now-the-themes-team";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6243:"<p class="has-drop-cap">Last week, the official Theme Review Team (TRT) <a href="https://make.wordpress.org/themes/2020/05/12/meeting-notes-tuesday-12-may-2020/">decided to change its name</a>. The re-branding was mostly about fixing a naming mistake for a team with multiple responsibilities outside of reviews. The hope is that it also shifts the public perception about what the team does.</p>\n\n\n\n<p>The idea isn&rsquo;t new. The team has tossed the concept of a name change around for a few years. It was always going to become the Themes Team unless another naming idea came around and stole the spotlight.</p>\n\n\n\n<p>The original concept of changing the name was about inviting others in. To most, the team had been little more than the gatekeepers to the theme directory. However, its members and the work they do for the community reach beyond that scope. Few know or recognize its role outside of reviewing themes, which makes it tougher to bring people on board.</p>\n\n\n\n<p>&ldquo;We realized that we are doing all these theme-related things &mdash; work on Twenty Twenty, coding standards, meta stuff, reviews, helping out with full-site editing in any capacity we can, etc. &mdash; that being just the Theme Review Team just didn&rsquo;t make any sense,&rdquo; said Denis &#381;oljom, the team&rsquo;s automation representative. &ldquo;So we discussed that idea with Josepha [Haden]. In principle, she had nothing against it, so we decided to just go ahead and do the name change.&rdquo;</p>\n\n\n\n<p>The team is in the process of renaming some things, such as its <a href="https://github.com/WPTRT/">GitHub organization</a>. It will take a little time to get everything in order.</p>\n\n\n\n<p>The Themes Team&rsquo;s primary mission is not changing in terms of reviewing themes. They will continue taking on that role of making sure themes meet coding and security standards, which is a vital and oftentimes thankless task.</p>\n\n\n\n<p>&ldquo;We are reviewing themes as usual, but we are more experimenting with full-site editing,&rdquo; said &#381;oljom. &ldquo;I&rsquo;m playing with Gutenberg outside of the editor context in my own projects, so that also gives me a perspective to see what things will change. We are still maintaining the <a href="https://github.com/WPTRT/WPThemeReview">WPThemeReview</a>. <a href="https://github.com/WordPress/theme-check">Theme Check</a> has seen tons of improvements by Carolina [Nymark], which should be merged on .ORG soon. Ari [Stathopoulos] is working on some Gutenberg-related projects. I have the <a href="https://wptavern.com/proposal-to-move-wordpress-theme-review-process-to-github">GitHub review flow</a> that I&rsquo;d like to explore soon.&rdquo;</p>\n\n\n\n<p>&#381;oljom recently dropped the <a href="https://github.com/WPTRT/theme-sniffer">Theme Sniffer</a> plugin, which was a useful tool for theme authors to check their theme against the WPThemeReview coding standards. He did not have the help from the larger theme developer community to continue working on it. Developers can still use the CLI to check their themes. The plugin was a nice stepping stone for theme authors who are less savvy at typing commands, but projects live and die based on participation.</p>\n\n\n\n<p>The team representatives want to bring new contributors to the team. &ldquo;Reviewing themes is an exhausting and complicated process,&rdquo; said &#381;oljom, &ldquo;and, unfortunately, most people give up very fast.&rdquo; The team also needs fresh blood so that it can rotate through reps. Few people have the necessary experience to fill this role, and the current reps will eventually burn out.</p>\n\n\n\n<p>&ldquo;We want to work on more interesting projects that will bring new people who are willing to help with them,&rdquo; said &#381;oljom. &ldquo;Especially around full-site editing that is coming to core soon. It&rsquo;s a big change, and the more contributors we have to help and test things the better.&rdquo;</p>\n\n\n\n<h2>The Evolving Team</h2>\n\n\n\n<p class="has-drop-cap">Ari Stathopoulos, the theme packages representative, pointed out the elephant in the room. The name of the team represented a public perception issue. In part, the team name did not make an appealing case for a newcomer to join the team. On the other side of the aisle, it meant the team was sometimes left out on the .ORG side of things, such as not being brought in on key decisions that affect themes.</p>\n\n\n\n<p>&ldquo;People don&rsquo;t know that we do all the things we do,&rdquo; said Stathopoulos. &ldquo;They believe that all this team does is reviews because that&rsquo;s what the name of the team was. The truth is that if something has to do with themes, we work on it. There are cases that we don&rsquo;t, but that&rsquo;s usually because of miscommunication. People don&rsquo;t think of consulting with &lsquo;reviewers&rsquo; before making changes that have an impact on themes. Hopefully, this re-branding of the team will eventually lead to better communication and understanding. It may take some time, but we&rsquo;ll get there.&rdquo;</p>\n\n\n\n<p>The Themes Team is beginning to take on even more responsibility. It has been holding <a href="https://wptavern.com/key-takeaways-from-the-first-future-of-themes-meeting">block-based themes meetings</a> every two weeks in an attempt to keep everyone updated with the rapid theme-related changes happening in the Gutenberg project. The Make Themes blog will also be <a href="https://make.wordpress.org/themes/2020/05/15/gutenberg-themes-week-of-may-11-2020/">receiving weekly updates</a> to help those who are unable to attend the meetings and offer another line of communication.</p>\n\n\n\n<p>Arguably, the Themes Team will become one of the most important teams over the next year or so. It must bring in new volunteers to help the community transition to a different theme development experience.</p>\n\n\n\n<p>&ldquo;There is a definite shift of focus, and future themes should be easier to review, leaving this team more time and energy to focus on actions that will have more impact for the community,&rdquo; said Stathopoulos. &ldquo;So changing the name was not only correcting an old mistake but also paving the way for future actions we want to take.&rdquo;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 18 May 2020 19:29:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"WPTavern: iA Writer Adds Expanded Support for IndieWeb Tools and WordPress Publishing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:215:"https://wptavern.com/ia-writer-adds-expanded-support-for-indieweb-tools-and-wordpress-publishing?utm_source=rss&utm_medium=rss&utm_campaign=ia-writer-adds-expanded-support-for-indieweb-tools-and-wordpress-publishing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2360:"<img />\n\n\n\n<p><a href="https://ia.net/">iA Writer</a> has been delighting users with its minimal writing experience for nearly a decade, racking up more than 3 million downloads. The most recent <a href="https://ia.net/writer/blog/new-pdf-preview-better-web-publishing-improved-editing">version 5.5</a> release for Mac and iOS moves the bar higher for competing writing apps with new support for previewing PDFs and improved support for publishing to self-hosted WordPress sites.</p>\n\n\n\n<p>In 2019, MacStories selected iA Writer as <a href="https://www.macstories.net/stories/macstories-selects-2019-recognizing-the-best-apps-of-the-year/">App of the Year</a>, describing it as &ldquo;a case study on how to build a desktop-class iOS/iPadOS app in 2019 that understands the traits of each platform while offering an opinionated, sophisticated design at the same time.&rdquo; MacStories&rsquo; writeup details many reasons why the app continues to find success in 2020.</p>\n\n\n\n<p>This week&rsquo;s update introduces support for Micropub, which allows users to publish to Micro.blog and other IndieWeb tools. It also expands the availability of the the IndieAuth system for publishing to WordPress. Users are no longer limited to using Jetpack to authenticate their self-hosted sites. </p>\n\n\n\n<p>iA Writer users can now use the more lightweight <a href="https://wordpress.org/plugins/indieauth/">IndieAuth plugin</a> to publish to their self-hosted sites. The plugin acts as an extension to OAuth, allowing the user&rsquo;s website to be their own OAuth server. This option is helpful for iA Writer users who were <a href="https://steven.brokaw.org/posts/ulysses-vs-ia-writer">reluctant to install Jetpack</a> just to hook up their accounts for publishing. </p>\n\n\n\n<p>Continued support for WordPress publishing comes as no surprise, not just because of its ubiquity on the web, but also because the <a href="https://ia.net/">iA company website</a> and blog rely on WordPress. </p>\n\n\n\n<p>iA Writer 5.5 also improves account management for connected services, allowing for the use and reordering of multiple accounts for WordPress, Medium, Ghost and Micropub. Check out the <a href="https://ia.net/writer/blog/new-pdf-preview-better-web-publishing-improved-editing">release</a> post for a more detailed look at the Mac and iOS-specific updates in this release.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 15 May 2020 21:46:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"WPTavern: Gutenberg 8.1 Includes Block Copying, Testimonials Pattern, and Patterns UI Update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99703";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:225:"https://wptavern.com/gutenberg-8-1-includes-block-copying-testimonials-pattern-and-patterns-ui-update?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-1-includes-block-copying-testimonials-pattern-and-patterns-ui-update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6337:"<p class="has-drop-cap">On Wednesday, the Gutenberg team <a href="https://make.wordpress.org/core/2020/05/13/whats-new-in-gutenberg-13-may/">released version 8.1.0</a> of the plugin. The update includes a new block-copying feature, block pattern search, testimonials pattern, and API changes. The new version does not add a lot of major user-facing changes but improves the experience overall.</p>\n\n\n\n<p>The update included two dozen bug fixes and nearly as many enhancements. This release feels more like a solid update that addresses many minor items and nit-picks, such as the <a href="https://github.com/WordPress/gutenberg/pull/22082">addition of black and white colors</a> for the default color palette.  The ability to <a href="https://github.com/WordPress/gutenberg/pull/21758">paste a document into the post title input</a>, which gets transformed into proper blocks, works great too.</p>\n\n\n\n<p>One nice improvement is the ability to <a href="https://github.com/WordPress/gutenberg/pull/21779">transform the HTML block to the Code block</a> and vice versa. File this one under <em>why has this not already been possible?</em></p>\n\n\n\n<p>If you are following along with the Gutenberg plugin, there are some definite improvements to look forward to in this release, particularly around the block patterns feature.</p>\n\n\n\n<h2>Copy Blocks with Ease</h2>\n\n\n\n<img />Copying a pullquote block.\n\n\n\n<p class="has-drop-cap">Admittedly, this is quickly becoming one of my favorite features of Gutenberg 8.1. The editor toolbar now has a copy button, which allows end-users to <a href="https://github.com/WordPress/gutenberg/pull/22214">copy one or more blocks</a> at the click of a button. It is tucked under the &ldquo;more rich text controls&rdquo; dropdown menu.</p>\n\n\n\n<p>To use the new copy feature, simply select the block or blocks you want to copy. Then, click the copy button. From that point, the block can be pasted back into the editor.</p>\n\n\n\n<p>For theme authors, plugin developers, or anyone who wants to share the code for a block, copying a block also produces the HTML that can be pasted into a text editor. No more switching to the code view of the editor and hunting down the HTML you want to copy. For example, the pullquote copied from the post in the above screenshot produced the following HTML when pasting into my text editor:</p>\n\n\n\n<pre class="wp-block-code"><code>&lt;!-- wp:pullquote {"align":"wide"} --&gt;\n&lt;figure class="wp-block-pullquote alignwide"&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span class="rtex-highlighter-0"&gt;What has the Duke of Devonshire? The only great instance that I have ever known of the enjoyment of wealth was, that of Jamaica Dawkins...&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/figure&gt;\n&lt;!-- /wp:pullquote --&gt;</code></pre>\n\n\n\n<p>This should make it easy for developers to copy the code of their custom block patterns.</p>\n\n\n\n<h2>Testimonials Pattern</h2>\n\n\n\n<img />New pattern for testimonials.\n\n\n\n<p class="has-drop-cap">The team added to its growing collection of block patterns with the addition of the <a href="https://github.com/WordPress/gutenberg/pull/20894">Testimonials pattern</a>. The new pattern brings the library to eight in total. It is unclear which patterns will launch when the feature lands in WordPress core. It is still under heavy development and is experimental.</p>\n\n\n\n<p>The Testimonials pattern is one of the more complex patterns the team has introduced. It is a mix of groups, columns, images, and paragraphs. At points, the blocks are six levels deep.</p>\n\n\n\n<p>Overall, it worked well among the various themes I tested it against with custom block styles. Visually, it is not inspiring, at least in comparison to what a good designer can do with a testimonials section, but it is a solid stepping stone on the way to more interesting layouts.</p>\n\n\n\n<h2>Inserter UI Adds Search and Titles</h2>\n\n\n\n<img />Search for block patterns via the inserter section.\n\n\n\n<p class="has-drop-cap">Crossing off two out of three big wish list items from my <a href="https://wptavern.com/gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor">Gutenberg 8.0</a> post, the team added search functionality and reintroduced the pattern titles below each pattern in the inserter. These are major improvements. The only item left on my list is for the team to introduce a categorization system for patterns.</p>\n\n\n\n<p>The search box switches from searching for blocks to patterns once clicking on the patterns tab. The one issue is the search label and placeholder reads &ldquo;Search for a block&rdquo; in both instances. Instead, it should read &ldquo;Search for a pattern&rdquo; when searching patterns.</p>\n\n\n\n<p>With my wish list nearly fulfilled for block patterns, I have one more item to add. I would like to see the team introduce slash commands to insert patterns. Typing <code>/testimonials</code> should provide users the option to insert the new Testimonials pattern without clicking the inserter button.</p>\n\n\n\n<h2>Developers: Block Patterns API Changes</h2>\n\n\n\n<p class="has-drop-cap">The Block Patterns API methods of <a href="https://github.com/WordPress/gutenberg/pull/21970">registering and unregistering patterns</a> have changed. In previous versions, developers used the <code>register_pattern()</code> and <code>unregister_pattern()</code> functions. These have been deprecated. Beginning with 8.1.0, developers should update their code to use the <code>register_block_pattern()</code> and <code>unregister_block_pattern()</code> functions.</p>\n\n\n\n<p>This API change is welcome. It is needed for clarity. However, this sort of API change, even on an experimental feature, is one of the many things that <a href="https://wptavern.com/where-gutenberg-went-wrong-theme-developer-edition">frustrates developers</a> who are attempting to keep up with the project. It is especially frustrating when the discussion was originally opened when the feature was <a href="https://github.com/WordPress/gutenberg/pull/21074">first merged</a>. Naming things is hard. It is one of the hardest things to do in programming, but good naming schemes can also be the difference between great software and poor software. There should be more careful thought and thorough explanations when these issues pop up in tickets.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 15 May 2020 20:04:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: Google Patches Critical Vulnerability in Site Kit Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99654";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:177:"https://wptavern.com/google-patches-critical-vulnerability-in-site-kit-plugin?utm_source=rss&utm_medium=rss&utm_campaign=google-patches-critical-vulnerability-in-site-kit-plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2865:"<p>In late April Wordfence discovered a critical vulnerability in <a href="https://wordpress.org/plugins/google-site-kit/">Google&rsquo;s Site Kit plugin for WordPress</a> that would make it possible for any user on the site to gain full access to the Google Search Console without verifying ownership. Google patched the vulnerability and released the fix in version 1.8.0 on May 7, 2020.</p>\n\n\n\n<p>Wordfence <a href="https://www.wordfence.com/blog/2020/05/vulnerability-in-google-wordpress-plugin-grants-attacker-search-console-access/">published</a> a timeline of the vulnerability, describing it as a proxySetupURL disclosure: </p>\n\n\n\n<blockquote class="wp-block-quote"><p>In order to establish the first connection with Site Kit and Google Search Console, the plugin generates a proxySetupURL that is used to redirect a site&rsquo;s administrator to Google OAuth and run the site owner verification process through a proxy. Due to the lack of capability checks on the admin_enqueue_scripts action, the proxySetupURL was displayed as part of the HTML source code of admin pages to any authenticated user accessing the /wp-admin dashboard.</p></blockquote>\n\n\n\n<p>The other aspect of the vulnerability is related to the site ownership verification request, which used a registered admin action that was missing capability checks. As a result, any authenticated WordPress user was capable of initiating the request. </p>\n\n\n\n<p>Wordfence identified several ways a malicious attacker might use this vulnerability to the detriment of the site&rsquo;s ranking and reputation, including manipulating search engine results, requesting removal of a competitor&rsquo;s URLs from the search engine, modifying sitemaps, viewing performance data, and more.</p>\n\n\n\n<p>The security fixes are not detailed in the plugin&rsquo;s <a href="https://github.com/google/site-kit-wp/releases/tag/1.8.0">changelog on GitHub</a>. It does, however, include a note at the top that states, &ldquo;This release includes security fixes. An update is strongly recommended.&rdquo; Google has not published a post to notify users on the <a href="https://sitekit.withgoogle.com/news/">news</a> section of the plugin&rsquo;s official website. Without Wordfence&rsquo;s public disclosure, users may not know about the importance of the update.</p>\n\n\n\n<p><a href="https://wordpress.org/plugins/google-site-kit/">Google&rsquo;s Site Kit plugin</a> has more than 400,000 active installs, according to WordPress.org. Details of the 1.8.0 update are not available to users in the admin, since the plugin&rsquo;s changelog is hosted on GitHub. There is no way for users to know that the update includes security fixes without clicking through to research. Due to the great deal of sensitive information to which attackers could gain access, users are advised to update the plugin as soon as possible. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 May 2020 22:39:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"BuddyPress: BuddyPress 6.0.0 “iovine’s”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=311679";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://buddypress.org/2020/05/buddypress-6-0-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9955:"<p class="has-text-align-center">This major release introduces the first two <strong>BuddyPress Blocks</strong>!!</p>\n\n\n\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link has-background no-border-radius" href="https://downloads.wordpress.org/plugin/buddypress.6.0.0.zip">Get BuddyPress 6.0.0</a></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p>We are very excited to announce the immediate availability of <strong>BuddyPress 6.0.0</strong> code-named &#8220;<strong>iovine&#8217;s</strong>&#8220;. You can get it clicking on the above button, downloading it from the <a href="https://wordpress.org/plugins/buddypress/">WordPress.org plugin directory</a> or checking it out from our <a href="https://buddypress.trac.wordpress.org/browser/branches/6.0">Subversion repository</a>.</p>\n\n\n\n<p><em>If you&#8217;re upgrading from a previous version of BuddyPress, it&#8217;s always a good idea to back-up your WordPress database and files ahead of time.  </em></p>\n\n\n\n<p>You can review all of the changes in this 6.0.0 release in the <a href="https://codex.buddypress.org/releases/version-6-0-0/">release notes</a>. Below are a few of the key features we know you are going to love!</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="has-text-align-center">BP Blocks</h2>\n\n\n\n<div class="wp-block-image"><img src="https://buddypress.org/wp-content/uploads/1/2020/05/bp-blocks.gif" alt="" class="wp-image-311685" /></div>\n\n\n\n<p>BuddyPress 6.0.0 comes with two awesome new blocks for your WordPress Editor: Members and Groups. Made available from the BuddyPress blocks category of your WordPress Block menu, these lovely blocks let you insert a rich content block featuring a specific Member or Group from your community site inside any WordPress Post or Page.</p>\n\n\n\n<p>If you&#8217;re an Advanced BuddyPresser and wish to fine-tune the BuddyPress blocks for your community site, learn more in&nbsp;<a href="https://bpdevel.wordpress.com/2020/03/30/welcome-to-the-first-buddypress-blocks/#advanced-customizations">this section of our development note</a>&nbsp;about these new blocks.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="has-text-align-center">The BP REST API is now complete!</h2>\n\n\n\n<div><span class="dashicons dashicons-rest-api"></span></div>\n\n\n\n<p>In 5.0.0, we introduced the first REST API endpoints and provided&nbsp;<a href="https://developer.buddypress.org/bp-rest-api/">reference documentation</a>&nbsp;for them. In 6.0.0, we are adding the 6 remaining endpoints you were waiting for: Blogs, Blog avatar, Friends, Group Cover Image, Member Cover Image, and User Signups. You can now build full-featured applications using the BuddyPress REST API!</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="has-text-align-center">BP Nouveau has been improved</h2>\n\n\n\n<div class="wp-block-image"><img src="https://buddypress.org/wp-content/uploads/1/2020/05/bp-nouveau-wide-aligns.png" alt="" class="wp-image-311692" /></div>\n\n\n\n<p>Does your theme support wide layouts? Awesome! The BP Nouveau template-pack now supports wide (and really, really wide) content areas! This is the first of the many improvements we are bringing to our default set of styling components. It never looked so beautiful in your theme.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="has-text-align-center">Under the hood</h2>\n\n\n\n<div><span class="dashicons dashicons-admin-generic"></span></div>\n\n\n\n<p>6.0.0 includes more than 80 changes to improve your BuddyPress experience as users, as contributors to our code and as contributors to our translations. The biggest change moves local avatar management to the Members component. Read more about it in&nbsp;<a href="https://bpdevel.wordpress.com/2020/03/01/the-profile-photo-cover-image-features-belong-to-members/">this development note</a>.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="has-text-align-center">We want to hear your voice</h2>\n\n\n\n<div><span class="dashicons dashicons-microphone"></span></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-buttons aligncenter">\n<div class="wp-block-button"><a class="wp-block-button__link has-text-color has-background no-border-radius" href="https://mercime.survey.fm/2020-buddypress-survey"><strong>Take the&nbsp;2020 BuddyPress Survey.</strong></a></div>\n</div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p>Knowing how you use BuddyPress and getting your point of view about future BuddyPress development is very important to us. Please, take some time to help us decide what&#8217;s best for the BuddyPress project.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="has-text-align-center">Many thanks to our 42 contributors to 6.0.0</h2>\n\n\n\n<div><span class="dashicons dashicons-buddicons-buddypress-logo"></span></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p>This BuddyPress release is only possible thanks to the contributions of the community. Special thanks to the following folks who contributed code, translations, and testing to the release: <a href="https://profiles.wordpress.org/oztaser">Adil Oztaser (oztaser)</a>, <a href="https://profiles.wordpress.org/wpamitkumar">Amit Dudhat (wpamitkumar)</a>, <a href="https://profiles.wordpress.org/dontdream">Andrea Tarantini (dontdream)</a>, <a href="https://profiles.wordpress.org/ankitmaru">Ankit Panchal (ankitmaru)</a>, <a href="https://profiles.wordpress.org/passoniate">Arslan Ahmed (passoniate)</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>, <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>, <a href="https://profiles.wordpress.org/bhargavbhandari90">Bunty (bhargavbhandari90)</a>, <a href="https://profiles.wordpress.org/dancaragea/">Dan Caragea (dancaragea)</a>, <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling (ocean90)</a>, <a href="https://profiles.wordpress.org/etatus">etatus</a>, <a href="https://profiles.wordpress.org/fayazgabol">Fayaz Gabol (fayazgabol)</a>, <a href="https://profiles.wordpress.org/hnla">Hugo Ashmore (hnla)</a>, <a href="https://profiles.wordpress.org/audrasjb">Jb Audras (audrasjb)</a>, <a href="https://profiles.wordpress.org/jenfraggle/">Jennifer Burnett (jenfraggle)</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, <a href="https://profiles.wordpress.org/greenshady">Justin Tadlock (greenshady)</a>, <a href="https://profiles.wordpress.org/kashifgabol">Kashif Gabol(kashifgabol)</a>, <a href="https://profiles.wordpress.org/laudag">laudag</a>, <a href="https://profiles.wordpress.org/marbaque/">Mario Badilla (marbaque)</a>, <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>, <a href="https://profiles.wordpress.org/mattjones2207">mattjones2207</a>, <a href="https://profiles.wordpress.org/mercime">mercime</a>, <a href="https://profiles.wordpress.org/mo3aser">mo3aser</a>, <a href="https://profiles.wordpress.org/modemlooper">modemlooper</a>, <a href="https://profiles.wordpress.org/man4toman">Morteza Geransayeh (man4toman)</a>, <a href="https://profiles.wordpress.org/mukesh27">Mukesh Panchal (mukesh27)</a>, <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>, <a href="https://profiles.wordpress.org/pooja1210">Pooja N Muchandikar (pooja1210)</a>, <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, <a href="https://profiles.wordpress.org/espellcaste/">Renato Alves (espellcaste)</a>, <a href="https://profiles.wordpress.org/santiazpi2">santiazpi2</a>, <a href="https://profiles.wordpress.org/shanebp">shanebp</a>, <a href="https://profiles.wordpress.org/sharaz">Sharaz Shahid (sharaz)</a>, <a href="https://github.com/sjregan">sjregan</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>, <a href="https://profiles.wordpress.org/karmatosed">Tammie Lister (karmatosed)</a>, <a href="https://profiles.wordpress.org/tobifjellner">Tor-Bjorn Fjellner (tobifjellner)</a>, <a href="https://profiles.wordpress.org/itowhid06">Towhidul Islam (itowhid06)</a>, <a href="https://profiles.wordpress.org/twmcmahan">twmcmahan</a>, <a href="https://profiles.wordpress.org/zishanj">Zishan (zishanj)</a>.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center"><img src="https://buddypress.org/wp-content/uploads/1/2020/05/iovines.jpg" alt="" class="wp-image-311706" /><div class="wp-block-media-text__content">\n<h2 class="has-text-align-center">BuddyPress <a href="https://iovines.com/"><em>iovine&#8217;s</em></a></h2>\n\n\n\n<p>If you come to Paris (France), you&#8217;ll probably want to visit the Louvre Museum. The greatest Pizza restaurant around is Nicola Iovine&#8217;s place. You&#8217;ll fall in love with how he cares to respect culinary traditions, share authentic flavors, select great quality products imported from Italy and use the real neapolitan pizza dough.</p>\n\n\n\n<p>Simply delicious, just like BuddyPress 6.0.0 <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f609.png" alt="😉" class="wp-smiley" /> </p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p class="has-small-font-size"><em>Photo credits: <a href="https://iovines.com/">iovine&#8217;s</a></em></p>\n</div></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="has-text-align-center">Feedback is always welcome &lt;3</h2>\n\n\n\n<div><span class="dashicons dashicons-megaphone"></span></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p>Receiving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please share&nbsp;your&nbsp;feedback about this version of BuddyPress in the comments area of this post. And of course, if you&#8217;ve found a bug: please tell us about it into our <a href="https://buddypress.org/support/">Support forums</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 May 2020 22:30:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mathieu Viet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: Envato Launches Template Kits Marketplace for Elementor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99632";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:175:"https://wptavern.com/envato-launches-template-kits-marketplace-for-elementor?utm_source=rss&utm_medium=rss&utm_campaign=envato-launches-template-kits-marketplace-for-elementor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6906:"<p class="has-drop-cap">Watch out <a href="https://wptavern.com/block-patterns-will-change-everything">block patterns</a>. There is an old player in town making the hard sell before you have even rolled out of bed. Envato just <a href="https://envato.com/template-kits/">dropped a massive library of template kits</a> for Elementor in your front yard.</p>\n\n\n\n<p>Not to worry, the company plans to open things up for the block editor in the future. The <a href="http://elementor.com/">Elementor page builder</a> just makes the most sense right now. It was the first to market. It is mature and has a backing of <a href="https://twitter.com/elemntor/status/1260168009378934785">5 million users</a>, many of whom will be accustomed to commercial upsells, and <a href="https://wptavern.com/elementor-raises-15-million-plans-to-invest-in-the-team-product-and-community">$15 million in recent funding</a>. Financially, it is the smart play. The company can also test the waters of this new category of products before opening it to other page builders and the block editor in a proven market.</p>\n\n\n\n<p>Envato, the company behind ThemeForest and other marketplaces for creators, <a href="https://envato.com/blog/template-kits-wordpress-envato/">launched over 200 template kits today</a> to its large audience of end-users and site builders. The kits cover a wide range of niches. Everything from book authors to medical practices to restaurants is covered.</p>\n\n\n\n<p>&ldquo;Launching template kits is our latest response to the growing demand for page builders and customers looking for design inspiration that is simple and easy to apply to their website,&rdquo; said Cameron Gough, General Manager of Envato&rsquo;s Content team.</p>\n\n\n\n<p>While this is not an official partnership between Envato and Elementor, at least not on paper, it further broadens the appeal of the Elementor page builder. It is sure to spur massive growth beyond its current 5 million users. If there is one thing Envato knows how to do and do well, it is selling products. When we questioned <a href="https://wptavern.com/will-page-builders-remain-competitive-in-the-block-era">whether page builders would be able to compete</a> in the long term with the block editor, the largest third-party theme marketplace is betting at least this one particular page builder can.</p>\n\n\n\n<p>The marketplace is completely open. &ldquo;We&rsquo;re encouraging new and existing authors in the Envato community to create their own template kits and upload them,&rdquo; said Gough. &ldquo;It&rsquo;s a great way to break into this market, especially at this early point.&rdquo;</p>\n\n\n\n<p>For site designers who have worked with Elementor, now is a great opportunity to submit a kit. You can set your own price &mdash; most kits range between $15-$30. The great thing is that designers are not responsible for building a full WordPress theme from scratch. Instead, they can essentially create multiple templates with a page builder, bundle them via the <a href="https://wordpress.org/plugins/template-kit-export/">Template Kit &ndash; Export</a> plugin, and cash in.</p>\n\n\n\n<p>The interesting aspect here is that people with an eye for design and the skillset to build those designs in Elementor can sell their creations without learning to code.</p>\n\n\n\n<h2>What Are Template Kits?</h2>\n\n\n\n<div>\n\n</div>Template kits walk-through.\n\n\n\n<p>&ldquo;A template kit is a collection of page and block templates or layouts, each with a similar visual style and typically focused on a particular niche,&rdquo; said Gough. &ldquo;See some of the examples in our launch collection like a restaurant, or a gym, or a web/design agency. You could liken it sort of the demo content layer that you can find in some premium themes.&rdquo;</p>\n\n\n\n<p>Currently, end-users must have a theme installed that integrates with the Elementor page builder for these template kits to work. After purchasing and downloading a kit, users can simply upload templates to their sites via the <a href="https://wordpress.org/plugins/template-kit-import/">Template Kit &ndash; Import</a> plugin.</p>\n\n\n\n<p>Kits are merely a starting point. Users will need to fill in their custom content. They also have the power to change the design through Elementor&rsquo;s built-in tools.</p>\n\n\n\n<p>Envato launched the <a href="https://themeforest.net/category/template-kits/elementor">template kits marketplace</a> on its ThemeForest website. The current 200+ kits are broken down into 22 categories, the most popular of which are Business Services, Food and Drink, and Technology Apps.</p>\n\n\n\n<ul><li class="blocks-gallery-item"><img /></li><li class="blocks-gallery-item"><img /></li><li class="blocks-gallery-item"><img /></li><li class="blocks-gallery-item"><img /></li><li class="blocks-gallery-item"><img /></li></ul>Example template kit screenshots.\n\n\n\n<p>Sales are already starting to roll in on launch day. There are no clear favorites at the moment with the top sellers hitting only two sales thus far. This should change in the coming days and weeks. The highest-priced kits tend to contain dozens of templates. Some kits, like <a href="https://themeforest.net/item/spring-watercolor-and-floral-template-kit/25853973">Spring Watercolor and Floral</a>, contain over 100 in the collection.</p>\n\n\n\n<p>&ldquo;We know many WordPress professionals that want a pre-packaged, fully functional website template may continue to favor our existing collection of WordPress themes,&rdquo; said Gough. &ldquo;But we increasingly see customers wanting to develop websites from a page builder foundation rather than a full WordPress theme. For these customers, template kits provide a leg up on design, and it&rsquo;s important we continue to support those changing needs.&rdquo;</p>\n\n\n\n<p>For the launch, there is at least one free template kit called <a href="https://themeforest.net/item/saasy-saas-app-landing-page-template-kit/26027930">SaaSy</a>. It is a SaaS and app landing page kit that includes 10 page templates and 26 block templates. It will be available for free until May 31.</p>\n\n\n\n<img />SaaSy Template Kit &ndash; <a href="https://themeforest.net/item/saasy-saas-app-landing-page-template-kit/full_screen_preview/26027930">Live Preview</a>\n\n\n\n<p>&ldquo;We know that the WordPress world continues to evolve and respond exceptionally well to the changing needs of the wider web design industry, and you only have to look at Gutenberg as one example of how the platform is evolving to meet the increasing demand for easier tools that provide a leg up on website design,&rdquo; said Gough.</p>\n\n\n\n<p>&ldquo;Couple this with the strength of page builders such as Elementor and others, plus a vibrant and active community of developers, hosting providers, and more, we think there&rsquo;s never been a better time to provide a new and easier way to bring WordPress websites to life.&rdquo;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 May 2020 20:03:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:114:"WPTavern: WordPress Contributor Andy Fragen Shares His Experience as a Trauma Surgeon During the COVID-19 Pandemic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99619";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:273:"https://wptavern.com/wordpress-contributor-andy-fragen-shares-his-experience-as-a-trauma-surgeon-during-the-covid-19-pandemic?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-contributor-andy-fragen-shares-his-experience-as-a-trauma-surgeon-during-the-covid-19-pandemic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3546:"<img />\n\n\n\n<p>Last weekend I had the opportunity to interview <a href="https://thefragens.com/">Andy Fragen</a>, a longtime member of the WordPress community and core contributor. He is also the author of the <a href="https://github.com/afragen/github-updater">GitHub Updater</a> plugin, which allows developers to enable automatic updates to their GitHub, Bitbucket, GitLab, or Gitea hosted WordPress plugins, themes, and language packs. In the video below, Fragen gives us a window into his world on the frontlines as an acute care surgeon.</p>\n\n\n\n<p>After working his shifts at the hospital, Fragen returns home and voluntarily keeps himself in semi-isolation from his wife and kids. He spends his time <a href="https://thefragens.com/plugins/">working on his plugins</a> and contributing to WordPress. In addition to improving GitHub Updater, he also recently became a maintainer for the core Site Health component and the WordPress Beta Tester plugin.</p>\n\n\n\n<p>&ldquo;I look at computer programming and stuff like that as puzzle solving,&rdquo; Fragen said. &ldquo;It&rsquo;s an interesting way to occupy time and figure out something to do. We have a little aphorism in surgery: the enemy of good is better. I don&rsquo;t necessarily stick to that in plugin development, because otherwise we&rsquo;d be at a standstill. Things would never get better and never improve.&rdquo;</p>\n\n\n\n<p>During normal times when there isn&rsquo;t a pandemic going on, Fragen enjoys attending local WordCamps in LA, Orange County, Riverside, San Diego, and Phoenix. When he first started getting involved with WordPress he decided if he was ever going to meet any of the people who make the software, he would have to get involved in some community events. He started sponsoring WordCamps so he could have the opportunity to meet the speakers and contributors, and then he was hooked. </p>\n\n\n\n<p>When he&rsquo;s not stitching people back together, Fragen can be sometimes be found leading the the core Site Health meeting. He tries to pop into the core development meeting when his schedule permits. </p>\n\n\n\n<p>Durning our interview Fragen offered some good tips on navigating the many claims and conspiracy theories that are swirling around with the pandemic. The rampant misinformation campaigns have so far not affected his outlook as a healthcare worker.</p>\n\n\n\n<p>&ldquo;For the most part, when we&rsquo;re working, we&rsquo;re working, and we don&rsquo;t necessarily pay attention to all the extraneous things that are going on around,&rdquo; he said. &ldquo;You&rsquo;re in the moment and doing what you need to do to get the work done and take care of the patient.&rdquo;</p>\n\n\n\n<p>It has been months since he has been able to hug his wife and kids, but Fragen is maintaining a sense of normal by continuing his hobbies in isolation. Despite the increased requirements for PPE and vigilance at work, he said his training has prepared him for this time.  </p>\n\n\n\n<p>&ldquo;It&rsquo;s amazing what you can get used to,&rdquo; Fragen said. &ldquo;A lot of these things affect people in different ways. For better or for worse, some of these things never bothered me. The training is hard enough. Because of that, you learn to adapt a little bit better, I guess. When there are things happening, as I like to say, &lsquo;If I&rsquo;m having a bad day, someone else is having a worse one.&rsquo; You are there to take care of them and to fix them as best they can be fixed, if they can be fixed.&rdquo;</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 May 2020 05:11:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"Post Status: On static WordPress, with Miriam Schwab of Strattic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=78861";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"https://poststatus.com/static-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1112:"<p>Miriam Schwab is co-founder and CEO of <a href="https://www.strattic.com/">Strattic</a>, a business making a big bet on the future of WordPress — and in particular for using it to create static websites.</p>\n\n\n\n<p>They recently <a href="https://techcrunch.com/2020/02/26/strattic-raises-6-5m-to-bring-static-wordpress-to-the-masses/">raised </a>$6.5 million dollars in an oversubscribed round. Strattic aims to enable the power and flexibility of a dynamic WordPress website like we all know, with the security and speed of a completely static website.</p>\n\n\n\n<p>In this interview, Cory Miller talks to Miriam about her journey to this moment, the Strattic product, raising money, and more.</p>\n\n\n\n\n\n\n\n<h3>Partner: <a href="https://poststatus.com/yoast">Yoast</a></h3>\n\n\n\n<p>This episode is brought to you by Yoast, the best WordPress SEO solution, hands down. You can upgrade to Yoast SEO premium, or take advantage of their great bundles that include outstanding training resources so you can fully take advantage of all the awesome tools <a href="https://poststatus.com/yoast">Yoast SEO</a> provides.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 13 May 2020 23:16:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WPTavern: Where Gutenberg Went Wrong: Theme Developer Edition";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99568";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:165:"https://wptavern.com/where-gutenberg-went-wrong-theme-developer-edition?utm_source=rss&utm_medium=rss&utm_campaign=where-gutenberg-went-wrong-theme-developer-edition";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9283:"<img />Themes with block editor styles on WordPress.org.\n\n\n\n<p class="has-drop-cap">With full-site editing just around the bend, it is a fair question to ask whether the WordPress ecosystem is prepared for such a transition, particularly on the theme development side of things.</p>\n\n\n\n<p>It is no secret that theme developers have struggled to keep up with the barrage of changes between Gutenberg plugin updates and, ultimately, major WordPress versions. It is also a fair question to ask who is steering the ship. Where are the site developers, theme authors, and other designers who spend every day crafting the front end of the web? Where are the forward-thinking solutions that make sure the project maintains backward compatibility?</p>\n\n\n\n<p>There have been some efforts to mend the broken divide between the Gutenberg project and theme developers such as the fortnightly <a href="https://wptavern.com/key-takeaways-from-the-first-future-of-themes-meeting">block-based themes meetings</a>. However, those meetings, by and large, are general updates on things the Gutenberg team has already developed or will ship soon. Those meetings are a good stepping stone toward better communication, but the project needs a project planner with both the vision of the future landscape and a sense of the day-to-day issues that theme authors contend with.</p>\n\n\n\n<p>The reality is that there are only 132 themes out of 7,455 that list <a href="https://wordpress.org/themes/tags/block-styles/">block editor styles</a> as a feature in the official repository. We are a year and a half into the lifespan of the block editor officially merging into WordPress, yet the face of the platform is made up mostly of themes that have shoehorned some basic block styles into mediocre designs. The themes that truly stand out with full block-editor support are few and far between. Many of those are also bidding heavily on Elementor or other page builders.</p>\n\n\n\n<p>Whether you like the block editor is of little consequence when there is no buy-in from theme authors. Every week, I check the theme directory for new themes, hoping to find a hidden gem. Every week, I am disappointed to see new themes dropping in 2020 with no support for the block editor. There is an entire segment of users who might enjoy the editor if only they had something more than <a href="https://wordpress.org/themes/twentytwenty/">Twenty Twenty</a> to play around with &mdash; it is a fine theme but is not everyone&rsquo;s <em>cup of tea</em>.</p>\n\n\n\n<img />ThemeForest&rsquo;s listing of block-styled themes.\n\n\n\n<p>ThemeForest sellers are besting free WordPress.org theme authors 18 to 1 in terms of support with over 2,300 themes listed as <a href="https://themeforest.net/attributes/gutenberg-optimized/yes">Gutenberg-optimized</a>. Granted, themes from the massive marketplace are known to have every feature they can in an attempt to one-up the competition. Also, many of them either have built-in page builders or support third-party solutions.</p>\n\n\n\n<p>Still, for the flagship feature of the platform, end-users should expect something more from the official theme directory.  A third-party marketplace should not be the only game in town.  At the moment, much of the offerings on WordPress.org feel lackluster at best. The handful that go the extra mile, such as the <a href="https://wptavern.com/rosa-2-restaurant-theme-provides-a-frustrating-and-satisfying-experience">Rosa 2</a> and <a href="https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-editor">Go</a> themes, have mature businesses funding the effort.</p>\n\n\n\n<ul><li class="blocks-gallery-item"><img /><a href="https://wptavern.com/rosa-2-restaurant-theme-provides-a-frustrating-and-satisfying-experience">Rosa 2 Theme</a></li><li class="blocks-gallery-item"><img /><a href="https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-editor">Go Theme</a></li></ul>\n\n\n\n<p>There is some broken trust between theme authors and WordPress at the moment. Some shout it loudly (as folks can attest from WP Tavern comments section). Others are more quietly trying to figure all this out.</p>\n\n\n\n<p>Even Carolina Nymark, one of the representatives for the official Themes Team, shared some concern. &ldquo;How do all of you theme authors keep up with the changes to Gutenberg?&rdquo; she <a href="https://twitter.com/carolinapoena/status/1255324873137762306">asked in a tweet</a>. When the team leads are not up to speed, it is not good for the project as a whole.</p>\n\n\n\n<p>&ldquo;I don&rsquo;t,&rdquo; <a href="https://twitter.com/andersnoren/status/1256535507426856960">replied Anders Nor&eacute;n</a>, the primary developer behind Twenty Twenty, to Nymark&rsquo;s question. &ldquo;I wait until something breaks (in the beta releases) and try to fix it then. Trying to support changes in the Gutenberg plugin while maintaining support for the block editor in Core is bad for your health.&rdquo;</p>\n\n\n\n<p>There is a major concern from theme authors about the future. It is hard to get excited about the current possibilities when there is uncertainty over what theme development will look like in 12 months. There is no clear and detailed roadmap about how things will work, and many theme designers feel like they are playing catchup from week to week. Instead, they should be able to more clearly look ahead and push early ideas into play.</p>\n\n\n\n<p>My ultimate fear is that the Themes Team will one day flip the switch and require all themes going into the directory to support the block editor like it had to do with the <a href="https://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options">customizer in 2015</a>. If theme authors do not organically make the transition such a day may come. The team will be stuck as the <em>bad guys</em> in the middle.</p>\n\n\n\n<h2>Where Do We Go from Here?</h2>\n\n\n\n<p class="has-drop-cap">It is easy to identify some of the major pain points for theme authors. Changes between updates will inevitably break something with the theme design.</p>\n\n\n\n<p>Breaking HTML changes.</p>\n\n\n\n<p>Breaking CSS changes.</p>\n\n\n\n<p>Missing class names.</p>\n\n\n\n<p>Different methods of handling alignment, depending on the block.</p>\n\n\n\n<p>Dealing with inline styles after years of being taught to avoid them.</p>\n\n\n\n<p>All of these issues are roadblocks for theme authors. And, when things get in the way of theme authors doing their jobs, they trickle down to end-users.</p>\n\n\n\n<p>This is not the WordPress of the last decade. The WordPress that promised to not break things with updates. The WordPress where a one-off theme by a non-professional designer still worked four months later.</p>\n\n\n\n<p>The Gutenberg project is still in its infancy. It can be fun to play with, but it can also be messy. I am as much of an evangelist for the block editor as anyone, but I can recognize when there is a clear and present issue of trust between theme authors and the developers of the project.</p>\n\n\n\n<p>Currently, theme authors who are attempting to cover all of their bases are designing for at least a couple of versions of WordPress, multiple versions of Gutenberg, and the classic editor plugin. It is a dizzying array of testing for one theme. Those with a dozen or more themes&hellip;well, it is not an ideal situation.</p>\n\n\n\n<p>A holistic approach needs to be taken toward theme and site design. Theme authors need to see the details of the roadmap and contribute to it, carving the features they see as relevant into stone for the coming years. They need to know that the buttons block design they sweated over for hours this past week will <a href="https://github.com/WordPress/gutenberg/pull/21923">continue working next week</a>.</p>\n\n\n\n<p>It all starts at the project management level.</p>\n\n\n\n<p>If a breaking HTML change needs to happen, theme authors need more than, &ldquo;X change needs to happen for Y feature to work.&rdquo; They need to see ownership of the mistake in the initial planning phase for X, backward-compatible code solutions, and a path toward fewer of the same mistakes happening.</p>\n\n\n\n<p>Theme designers still need some sort of <a href="https://wptavern.com/themes-of-the-future-a-design-framework-and-a-master-theme">design framework</a>. The current utility classes are like a poor man&rsquo;s version of <a href="https://tailwindcss.com/">Tailwind</a> that is being pieced together as the project adds new features without the foresight to look at the future landscape. Maybe the upcoming Global Styles feature can tackle that on a larger scale that provides compatibility across themes.</p>\n\n\n\n<p>Ultimately, there needs to be more communication between the Gutenberg team and theme authors who are building themes for the official WordPress theme directory. Perhaps there should even be a new team or sub-team formed focused solely on theming in the block era and working directly with Gutenberg developers to identify pain points. Whatever happens, someone needs to inspire the next generation of themes into being. Until then, most theme authors are stuck wondering what they will need to fix next.</p>\n\n\n\n<p><em>Up next: block/plugin development edition?</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 13 May 2020 20:19:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WPTavern: GitHub Adds Account Successors Feature";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99556";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:141:"https://wptavern.com/github-adds-account-successors-feature?utm_source=rss&utm_medium=rss&utm_campaign=github-adds-account-successors-feature";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2635:"<p>Yesterday, GitHub added a new setting to user-owned repositories called &ldquo;<a href="https://help.github.com/en/github/setting-up-and-managing-your-github-user-account/maintaining-ownership-continuity-of-your-user-accounts-repositories">Account Successors</a>.&rdquo; It allows users to designate repository access to another user to maintain ownership continuity in the event of any kind of personal disruption.</p>\n\n\n\n<p>&ldquo;Open source maintainers, you can now invite a trusted user to manage your open source projects in the event that you are unable to do so yourself,&rdquo; GitHub Senior Product Manager Ben Balter said in an announcement on Twitter. &ldquo;Help ensure the future of your work (and the work of others) by inviting an account successor today.&rdquo;</p>\n\n\n\n<p>The new feature can be found under the Settings &raquo; Account &raquo; Successor Settings menu in GitHub.  Successors will not be given the ability to log into accounts but will have the following permissions:  </p>\n\n\n\n<ul><li>Archive your public repositories.</li><li>Transfer your public repositories to their own user owned account.</li><li>Transfer your public repositories to an organization where they can create repositories.</li></ul>\n\n\n\n<p>Successors cannot be set on a per-project or per-organization basis yet, but Balter said that is something GitHub would like to build.</p>\n\n\n\n<p>This new setting complements <a href="https://help.github.com/en/github/site-policy/github-deceased-user-policy">GitHub&rsquo;s Deceased User Policy</a>, in which the company will work with the deceased person&rsquo;s next of kin, a pre-designated successor, or other authorized individual to determine the future of the account.</p>\n\n\n\n<p>GitHub began testing the Account Successors feature last week, taking suggestions from the greater community. Public <a href="https://twitter.com/benbalter/status/1258832842857029633">feedback from testers</a> has been positive so far. Users hope not to need the feature anytime soon, though some said it is a real worry they have regarding their projects on GitHub. Setting up a successor is now the easy part, where identifying a trusted individual may prove more difficult for some.</p>\n\n\n\n<p>Account Successors is a timely addition to the platform, as the pandemic continues to sweep the globe, although the feature can be useful for many other types of scenarios.  Given the high fevers that can accompany COVID-19 and the rapid decline often associated with the worst outcomes, identifying a successor while still feeling healthy is an important precaution to ensure the continuity of your project.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 May 2020 22:51:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WPTavern: Highlight, Underline, and Control Font Size with RichText Extension";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99566";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:195:"https://wptavern.com/highlight-underline-and-control-font-size-with-richtext-extension?utm_source=rss&utm_medium=rss&utm_campaign=highlight-underline-and-control-font-size-with-richtext-extension";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3560:"<p class="has-drop-cap">Last week, Tetsuaki Hamano contributed his first plugin to the official WordPress plugin repository. <a href="https://wordpress.org/plugins/richtext-extension/">RichText Extension</a> grants additional options for inline text in the block editor.</p>\n\n\n\n<p>RichText is a component in the editor that allows end-users to add and edit text. Typically, users may think of this component when dealing with paragraphs. However, it also applies to headings, lists, quotes, image captions, and any other area where textual content can be added.</p>\n\n\n\n<p>Many plugins add settings on the block level. This means when you apply a particular style, it applies to the entire block. Inline text refers to the individual characters and words within the block. By default, WordPress allows end-users to control inline text by adding links, creating italic or bold characters, changing the text color, and more. <a href="https://wptavern.com/gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor">Superscript and subscript inline options</a> have already landed in the Gutenberg plugin, which should ship with WordPress 5.5.</p>\n\n\n\n<p>RichText Extension extends the editor toolbar to add new options for highlighting, underlining, and changing the font size of inline text. It also adds an option to clear all formatting.</p>\n\n\n\n<p>Overall, the plugin is a solid outing for a first-time contributor to the plugin directory. With luck, we will get to see more of Hamano&rsquo;s work in the future.</p>\n\n\n\n<h2>Plugin Features</h2>\n\n\n\n<p class="has-drop-cap">The primary feature of RichText Extension is its highlighter option, which allows users to highlight text. The plugin adds a paintbrush icon to the toolbar. Once clicked, it opens four highlighting options. By default, users can add a red or yellow marker effect or background directly behind a piece of text. This feature can be useful for adding a bit of flair to make specific words or characters to stand out.</p>\n\n\n\n<img />Using the marker highlight in a pullquote.\n\n\n\n<p>The plugin also adds a font size option to the toolbar. I am unsure how useful changing the font size for inline text is for the average end-user. Typically, this is best left to the block level. However, there may be some edge cases that others will want to use it for.</p>\n\n\n\n<p>Along with the core editor&rsquo;s inline options in the toolbar&rsquo;s dropdown menu, RichText extension adds Clear Format and Underline options. The former allows users to clear all inline formatting. The latter underlines text.</p>\n\n\n\n<p>Each of the plugin&rsquo;s features can be configured via the plugin&rsquo;s settings screen. Users can change the highlight colors, their thickness, and transparency. The four available font sizes can be adjusted. It also allows users to enable or disable each feature.</p>\n\n\n\n<img />RichText Extension&rsquo;s settings screen.\n\n\n\n<p>It would be nice to see the plugin&rsquo;s highlighting and font-size features use the theme-defined color palette and font sizes, respectively. The plugin could further allow users to define custom colors and sizes outside of those added by the theme.</p>\n\n\n\n<p>More than anything, I would like to see a fully-featured plugin tackle every conceivable inline text option with the ability to enable or disable each.  This would give end-users ultimate flexibility over how they write their content.  Perhaps RichText Extension can be that plugin in the future.  Otherwise, another developer may step in and do the job.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 May 2020 19:51:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: WordPress Accessibility Team to Host 24-Hour Online Event October 2, 2020";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99528";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:209:"https://wptavern.com/wordpress-accessibility-team-to-host-24-hour-online-event-october-2-2020?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-accessibility-team-to-host-24-hour-online-event-october-2-2020";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2464:"<img />\n\n\n\n<p>The WordPress Accessibility Team is organizing a new online event called <a href="https://make.wordpress.org/accessibility/2020/05/07/announcing-the-first-wordpress-accessibility-day/">WP Accessibility Day</a> that will take place on October 2, 2020. The event will feature 24 hours of educational sessions that focus on the intersection between WordPress and web accessibility. </p>\n\n\n\n<p>Inspired by the Polyglots&rsquo; Global Translation Day, which greatly <a href="https://wptavern.com/polyglots-team-experiences-record-annual-growth-expands-wordpress-reach-to-millions-with-new-translations">expanded the team&rsquo;s base of contributors</a> and fueled a record number of translations, the Accessibility Team aims to raise awareness about its work. Organizers will be featuring a variety of topics, including theme and plugin accessibility, writing accessible content, accessibility testing, current standards, and more from a diverse group of global speakers.</p>\n\n\n\n<p>Accessibility consultant and WordPress contributor Joe Dolson proposed the event use a model similar to the <a href="https://inclusivedesign24.org/2019/">ID24</a> (Inclusive Design 24) conference, with one 30-40 minute talk per hour. This format merges aspects of virtual WordCamps and WordSesh, running a single-track of sessions over the span of 24 hours with live emcees to manage interviews and Q&amp;A segments.</p>\n\n\n\n<p>Even though many events are going virtual due to the pandemic, accessibility contributors have been evaluating the possibility of hosting an online-only event <a href="https://wptavern.com/wordpress-contributors-explore-the-possibility-of-a-global-accessibility-event">since mid-2019</a> and have been planning this one since December. The small size of the team and the travel expenses associated with larger WordCamps made it nearly impossible to scale the in-person collaboration happening at events.</p>\n\n\n\n<p><a href="https://wpaccessibilityday.org/">WP Accessibility Day</a> has its own website where those who are interested can sign up to be notified about the call for speakers, sponsors, and other news. Organizers and volunteers are meeting in the #accessibility-events channel on WordPress&rsquo;Slack.  They will be discussing the event, along with other accessibility topics, during an online panel on Thursday, May 21st, 2020, for <a href="https://globalaccessibilityawarenessday.org/">Global Accessibility Awareness Day</a>. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 11 May 2020 20:17:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: Simple Photoblogging with the Instapress WordPress Theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99532";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:177:"https://wptavern.com/simple-photoblogging-with-the-instapress-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=simple-photoblogging-with-the-instapress-wordpress-theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4059:"<p class="has-drop-cap">It is not often that I come across a free WordPress theme that instantly impresses me. Far too often, I spend half an hour or more just getting to know a theme, checking its options, and figuring out how long it will take to recreate something that looks remotely like the demo. However, every now and then I come across one of those diamonds in the rough that makes me a taker a deeper look.</p>\n\n\n\n<p><a href="https://wordpress.org/themes/instapress/">Instapress</a> is one of those themes. It is yet another reason I am in favor of a <a href="https://wptavern.com/curated-list-of-featured-themes-coming-to-the-theme-directory">curated featured themes list</a>. These types of unique themes tend to get lost in the crowd, and without the backing of a major company to market them, they usually go unnoticed by most WordPress users.</p>\n\n\n\n<p>What drew me to Instapress was its take on presenting posts on the front end. It is a photoblogging theme that is mostly good at showing individual photos but little else. It also has some of the old-school simplicity from the early WordPress theme era.</p>\n\n\n\n<p>Instapress is the first and only theme that Anton Lukin has submitted to the official WordPress theme directory. He runs the theme on his <a href="https://lukin.blog/">personal blog</a>, in which he shares photos from the places he travels.</p>\n\n\n\n<h2>Beautiful Simplicity</h2>\n\n\n\n<p class="has-drop-cap">The theme is truly a photoblogging-only theme. It is not ideal for long-form, textual content or many other types of sites. Fair warning: if your plan is to do anything other than post photos, you should look elsewhere.</p>\n\n\n\n<p>This narrow design is what makes the theme stand out. On the blog page and other archive-type pages, the theme presents the featured image with an interesting JSON-style output of the post metadata such as the date, title, and author.</p>\n\n\n\n<img />Posts page display from Instapress.\n\n\n\n<p>Instapress has a few customizer options. Along with a custom footer description, end-users can decide whether to show the post author and any custom meta in post summaries on blog and archive pages. Custom meta in this sense means all public custom fields, which may not be desirable for everyone, depending on what metadata is assigned to the post. However, it can be useful for photobloggers who include location data, such as latitude and longitude for their posts.</p>\n\n\n\n<p>As shown in the following screenshot, Lukin includes the coordinates on his post (<code>latlng</code>):</p>\n\n\n\n<img />Custom metadata from <a href="https://lukin.blog/baikal/">Baikal post</a>.\n\n\n\n<p>Themes rarely get much simpler than Instapress. It is intentionally lightweight. The stylesheet comes in under 20 kb, which is what any photoblogger should look for in a theme. The theme should not be the bottleneck for page speed on image-heavy websites.</p>\n\n\n\n<h2>Areas to Improve</h2>\n\n\n\n<p class="has-drop-cap">While being a fan of the theme, some small things could drastically improve its appeal to end-users. I would not want the theme to add too many extra options. Its simplicity is part of its charm. However, a couple of home/archive views that offer a wider photo layout or grid would add a nice touch without bloating the theme.</p>\n\n\n\n<p>Typically, I would deduct massive points for a theme that has no block editor styles, particularly in 2020. It is such a huge user base to leave out. But, the biggest loss for this theme is not taking advantage of the built-in, image-related blocks. They provide theme authors with a ton of design freedom. Throw in a few custom styles and you can do something special for photoblogs. Even just supporting wide and full-width alignment goes a long way in providing users better options for photos.</p>\n\n\n\n<p>The other missing piece of the puzzle for this theme is that it has no site title output. End-users can shoehorn it into the nav menu or customizable footer description, but it would be nice to see it as part of the theme header, even if disabled by default.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 11 May 2020 19:52:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:132:"WPTavern: WordCamp Spain 2020 Q&amp;A: Matt Mullenweg Discusses Virtual Events, Decoupled WordPress, and the Future of Page Builders";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99452";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:293:"https://wptavern.com/wordcamp-spain-2020-qa-matt-mullenweg-discusses-virtual-events-decoupled-wordpress-and-the-future-of-page-builders?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-spain-2020-qa-matt-mullenweg-discusses-virtual-events-decoupled-wordpress-and-the-future-of-page-builders";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6424:"<p>Matt Mullenweg joined Mat&iacute;as Ventura at WordCamp Spain yesterday for a lively Q&amp;A session. The virtual event drew 5,000 registered users, and attendees came prepared with some thought-provoking questions about the future of WordPress. Here are a few highlights on some recent topics of interest.</p>\n\n\n\n<p>WordCamps around the globe have been going virtual, embracing the challenge of keeping communities connected through the screen. Mullenweg shared thoughts on how WordCamps have changed during the pandemic and what might be worthwhile to maintain after things go back to normal:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>WordCamps were always exclusionary. If you couldn&rsquo;t make it to be in a physical point at a physical time, you couldn&rsquo;t be there. Tickets were cheap but travel and other costs could be expensive. To our mission of democratizing publishing, if we could radically open up some of the value of WordCamps, not just the talks because the talks you could always watch later online, but some of that person-to-person connection and relationship-building that would happen at WordCamps &ndash; if we can recreate that online I feel like that could be something that would be amazing for the WordPress community.  I feel like we used our in-person events as a crutch, actually. Because they were so good, and I love them, we overweighted towards them. This time allows us to reflect and also try new things that we might not have been pushed to otherwise. I hope that we don&rsquo;t stop any of these new things. I hope there are more WordCamp events in every language.</p></blockquote>\n\n\n\n<p>Large regional events like WordCamp Europe and WordCamp US will be going virtual in the coming months and it will be interesting to see how they work to reproduce the intimate, in-person connections that are often forged at these events. </p>\n\n\n\n<p>One of the first questions was regarding <a href="https://wptavern.com/frontity-raises-e1m-with-automattic-and-k-fund">Automattic&rsquo;s recent investment in Frontity</a>.  Does Automattic&rsquo;s interest mean that React might be implemented in the public part of WordPress? Mullenweg highlighted a few of the positive and negative aspects of decoupled WordPress setups but also confirmed that a React frontend is not on the roadmap for core:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>I&rsquo;m excited to be able to support Frontity. Automattic tries to support as many of the WordPress ecosystem companies as possible. If there is a company doing something interesting in WordPress, we would love to invest and support it. In terms of a React theme in default WordPress, I think that to me that stays in plugin and theme territory for the foreseeable future. The downside of that approach is that you lose all the capabilities of the decades of WordPress plugins and themes and integrations and everything when you move to that more decoupled React frontend. I don&rsquo;t know if what you gain is that much better for a normal content website. In fact, so many single page applications in React when they get to version 2 or 3 usually work on server side rendering. We have server side rendering by default, and it&rsquo;s really fast and really good, especially when you layer in AMP or some other things that can speed it up. It can actually be probably the best possible thing for content driven sites, the best practice, versus application driven sites where something like React might be better. If you take a really optimized PHP-served AMP page, performance-wise versus the same thing going through React, it&rsquo;s hard for me to imagine the React page being faster. In fact, I think it would be much slower. That&rsquo;s how I think about the defaults. But for people who are building more advanced applications or have some sort of constraint on their website where they need the React frontend, I think the decoupled use case of WordPress is stronger than ever. I don&rsquo;t know why anyone would use a proprietary backend, like Contentful or something like that, when you have all the open source security, scalability, and robustness of WordPress available in a decoupled infrastructure as well.</p></blockquote>\n\n\n\n<p>Ventura noted that just because WordPress uses these technologies in the backend, doesn&rsquo;t mean it has to be used on the frontend as well. Based on these comments, it doesn&rsquo;t seem likely that WordPress will be adopting a React-based default theme anytime in the near future.</p>\n\n\n\n<p>The fate of page builders in the Gutenberg era is always a popular topic during Q&amp;A sessions and WordCamp Spain was no exception. The general concern is whether Gutenberg&rsquo;s full site editing capabilities will make these plugins obsolete, but Mullenweg seemed optimistic about WordPress leaving page builders a piece of the market:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>I&rsquo;m really excited for the future of page builders. Before every single page builder would have to do a fair amount of work to recreate their version of blocks. There was a lot of wasted effort with many talented and great developers all over the world essentially rebuilding the wheel or recreating the block over and over. Now that we have these rails in the core of this block infrastructure, it&rsquo;s been widely adopted and implemented with thousands of blocks being created and many more to come, they don&rsquo;t have to create that core fundamental infrastructure and can instead innovate on top of it, because there are so many cool things you can do in page builders that are out of scope of where we want to take Gutenberg.</p></blockquote>\n\n\n\n<p>Mullenweg also said he anticipates that page builders that are not built with Gutenberg in mind will likely be used less and less over time. However, it should be reassuring that there will still be a place in the WordPress ecosystem for products that build on top of the core standard.</p>\n\n\n\n<p>The Q&amp;A session included many more questions on topics of interest, including when multi-language is coming to core, the future of themes, the present and future of the WP REST API, and what new business options may be coming to the WordPress ecosystem. Check out the recorded session embedded below to find out what Matt and Mat&iacute;as would improve in WordPress if they had a magic wand. </p>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 May 2020 22:41:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"WPTavern: Drag and Drop Nav Menu Items in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99477";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:147:"https://wptavern.com/drag-and-drop-nav-menu-items-in-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=drag-and-drop-nav-menu-items-in-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2941:"<p class="has-drop-cap">Earlier this week, Sajjad Hossain Sagor released the first version of his <a href="https://wordpress.org/plugins/drag-drop-menu-items/">Drag &amp; Drop Menu Items</a> plugin in the WordPress plugin repository. The plugin is a one-off, single-use plugin that does exactly what its name describes &mdash; it allows end-users to drag menu items from the meta boxes on the nav menu screen to the menu they are currently editing.</p>\n\n\n\n<p>Sagor is a freelance web developer from Bangladesh. Drag &amp; Drop Menu Items is the latest of his 18 contributions to the free plugin directory.</p>\n\n\n\n<p>The plugin is simple in nature and does its one job well. To use it, users merely need to open the Appearance &gt; Menus screen in the WordPress admin. Menu items from the meta boxes under the &ldquo;Add menu items&rdquo; section can then be dragged into the menu under the &ldquo;Menu structure&rdquo; section.</p>\n\n\n\n<img />Dragging an item into a custom menu.\n\n\n\n<p>When dragging a menu item over, a drop-box appears between each of the existing items in the menu. It is worth noting that you cannot drag items into a sub-menu slot directly from the meta boxes. This is on par with the default functionality and could be a limitation of WordPress. However, sub-menu organization works as usual.</p>\n\n\n\n<p>The Drag &amp; Drop Menu Items plugin is limited to the Menus screen in the WordPress admin. It does not work in the customizer, which sports a different interface and method of adding menu items.</p>\n\n\n\n<p>The plugin code is minimal and does not appear to have any issues. The additional JavaScript, at less than 4 kb, should not add much weight to the page either.</p>\n\n\n\n<p>By default, WordPress requires two mouse clicks to add an item to a menu: one click to tick the checkbox and a button click to add the item. However, the default method also allows users to append multiple items at once.</p>\n\n\n\n<p>On the whole, the plugin is a good option for users who prefer the drag-and-drop method of adding items or those who prefer to have both methods at their disposal. It adds a nice touch that would make sense as an existing part of WordPress.</p>\n\n\n\n<h2>An Uncertain Future</h2>\n\n\n\n<img />Experimental Navigation screen from the Gutenberg plugin.\n\n\n\n<p class="has-drop-cap">Eventually, Drag &amp; Drop Menu Items may no longer function. The Gutenberg plugin team has already built an early experimental version of a <a href="https://github.com/WordPress/gutenberg/pull/21036">new Navigation screen</a> in the admin. The plan is to incorporate this new screen into core WordPress in the future.</p>\n\n\n\n<p>The new screen will work within the block system and likely use the work that has gone into the existing Navigation block. This will provide consistency in how menus are added across the site.</p>\n\n\n\n<p>For now, if you would like the ability to drag and drop menu items, this plugin is a solid solution.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 May 2020 19:15:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"WPTavern: Bringing Back Blogs in the Age of Social Media Censorship";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99380";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:179:"https://wptavern.com/bringing-back-blogs-in-the-age-of-social-media-censorship?utm_source=rss&utm_medium=rss&utm_campaign=bringing-back-blogs-in-the-age-of-social-media-censorship";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8292:"<p class="is-style-default">You&rsquo;ve probably never heard of Robert B. Strassler. That&rsquo;s OK, you&rsquo;re not alone.</p>\n\n\n\n<p>Early in his career, Strassler worked in oil fields, but he always had an interest in&nbsp;<em>the classics</em>&nbsp;(the formal designation for the studies of ancient Greek and Roman civilizations). Eventually, Strassler&rsquo;s hobby became an obsession. He went so far as to author his own translation of Thucydides, the Athenian historian of the Peloponnesian War.</p>\n\n\n\n<p>The problem was nobody wanted to read Strassler&rsquo;s book. This was in the 1990s.  It was more difficult to publish to the web and there was no social media. Strassler approached every Ivy League institution he could find. Nobody was interested in reading a manuscript about Thucydides penned by an oilman with no formal credentials. That was the situation until Strassler contacted Victor Davis Hanson, a classicist professor in Fresno, California. Hanson agreed to look at the manuscript and was astounded by Strassler&rsquo;s work: a brilliant, highly readable translation of Thucydides including maps, diagrams, and charts. Hanson helped the disconnected oilman get in touch with a literary agent. Strassler&rsquo;s landmark edition became the standard translation of Thucydides. Still read today, <a rel="noreferrer noopener" href="https://www.amazon.com/Landmark-Thucydides-Comprehensive-Guide-Peloponnesian/dp/0684827905/ref=sr_1_4?dchild=1&keywords=strassler&qid=1588787709&sr=8-4" target="_blank"><em>The Landmark Thucydides: A Comprehensive Guide to the Peloponnesian War</em></a> is as successful as any book on the classics can be&mdash;in the age of Twitter.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<p>Those of us who take the idea of democratic publishing seriously rejoice at how the field has opened to include anyone who has something to say and is willing to write it down. That&rsquo;s why we should be more alarmed when we see social media companies crowd the spaces once occupied by blogs and do-it-yourself content creators. We see a decline in diverse opinions as the web quickly becomes less free and more autocratic.</p>\n\n\n\n<p>How many Robert B. Strasslers are being stifled today by biased algorithms and arbitrary &ldquo;community guidelines&rdquo;?</p>\n\n\n\n<p>In March, as COVID-19 exploded into a worldwide panic, the web gatekeepers we&rsquo;ve come to rely on quickly massed around a singular interpretation of events and&nbsp;<a href="https://www.wsj.com/articles/controlling-the-virus-narrative-11584899715">stifled dissenting voices</a>&mdash;even mild ones.</p>\n\n\n\n<p>YouTube, the second largest search engine in the world, demonetized all videos that mentioned &ldquo;COVID-19,&rdquo; &ldquo;Coronavirus,&rdquo; or any term related to the pandemic, and herded viewers away from content creators and toward the Center for Disease Control (CDC) &mdash; the same&nbsp;<a href="https://www.usatoday.com/story/news/politics/2020/04/01/coronavirus-surgeon-general-says-cdc-asked-review-mask-guidance/5101884002/">CDC that first advised&nbsp;<em>against</em>&nbsp;wearing masks</a>. Even medical practitioners who deviated slightly from the prevailing vision&nbsp;<a href="https://www.turnto23.com/news/coronavirus/video-interview-with-dr-dan-erickson-and-dr-artin-massihi-taken-down-from-youtube">were removed from the platform</a>&nbsp;after gaining millions of views.</p>\n\n\n\n<p>Experienced journalists who questioned official decrees (surely, the role journalists are expected to perform) were targeted with hit pieces and character assassination by their own peers.</p>\n\n\n\n<p>As author/professor Cal Newport noted in an&nbsp;<a href="https://www.wired.com/story/opinion-expert-twitter-only-goes-so-far-bring-back-blogs/">op-ed for&nbsp;<em>Wired</em></a>, much of the dissenting viewpoints and on-the-ground data have become part of the mainstream conversation even after being suppressed by a small group of decision-makers: </p>\n\n\n\n<blockquote class="wp-block-quote"><p>We don&rsquo;t necessarily want to trust engineers at one company to make the decisions about what topics the public should and should not be able to read about.</p></blockquote>\n\n\n\n<p>How many times have you clicked on a link in a tweet and received a message as shown in the following screenshot?</p>\n\n\n\n<img />Twitter unsafe link warning.\n\n\n\n<p>Adults should be trusted to determine what kind of content is harmful (if such a thing exists) without the assistance of Twitter employees and their &ldquo;partners.&rdquo; And, are these warnings actually meant to protect people or simply to shield Twitter from corporate liability? I think we can guess what the answer is.</p>\n\n\n\n<p>It&rsquo;s not only those without official-sounding credentials who are being barred from sharing content. Creators who clearly have experience in their fields of study are also facing arbitrary censorship.</p>\n\n\n\n<p><a rel="noreferrer noopener" href="https://www.thegreatcoursesplus.com/" target="_blank">The Great Courses Plus</a>, a streaming service that produces college-level video courses taught by actual professors, was threatened with a ban from Google if they did not remove COVID-19-related content from their app. In an email to subscribers, the team wrote:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>Google informed us they would ban The Great Courses apps if we continued to make [Covid-19] in-app content available. We are working with Google to ensure that they understand our content is factual, expert-led, and thoroughly vetted, so that we can remedy this misunderstanding as soon as possible.</p></blockquote>\n\n\n\n<p>The videos in question included content from Dr. Roy Benaroch, Adjunct Assistant Professor of Pediatrics at the Emory University School of Medicine; Dr. David Kung, Professor of Mathematics at St. Mary&rsquo;s College of Maryland; and Dr. Kevin Ahern, Professor of Biochemistry and Biophysics at Oregon State University. How or why these scholars were found unworthy of Google&rsquo;s imprimatur is a mystery. As the public does not presume to give Google programming advice, perhaps Google could return the favor by not pretending to be experts on epidemiology, immunology, and virology.</p>\n\n\n\n<p>The only way to see these offending videos is on the <a href="https://www.thegreatcoursesdaily.com/" target="_blank" rel="noreferrer noopener">Great Courses website</a>, where Google&rsquo;s authority is not absolute. <em>It happens to be a WordPress-powered site.</em> For intellectuals and laymen who value free expression, having your own website is becoming the only way to make sure you can keep it.</p>\n\n\n\n<p><strong>The problem of pitting credentials against experience in a zero-sum conflict is fixable, and WordPress is a big part of the solution.</strong></p>\n\n\n\n<p>WordPress allows capable scientists, economists, and medical professionals in other fields to write at length about their ideas without fear of being blocked by arbitrary restrictions. Also, the five-minute install (which does take a little more than five minutes for many people) imposes enough of a barrier to entry to discourage cranks. </p>\n\n\n\n<p>We like to think of the internet as a true egalitarian system, where every voice is given equal consideration, but deep down we know that&rsquo;s not exactly how it works. Network effects tend to form hubs of concentrated influence around a handful of websites. This isn&rsquo;t always a bad thing. A recipe blog with poor taste and no pictures deserves fewer readers than a blog with great-tasting recipes and high-resolution images.</p>\n\n\n\n<p>There is still room enough in the network for certain nodes to grow in size and influence based on the quality of their content. A node with enough backlinks, good organic search rankings, and high-quality content will gain an audience, and be able to keep it, without fear of corporate reprisals or aggressive algorithm updates.</p>\n\n\n\n<p>If we really care about democratizing publishing, we won&rsquo;t always like what we read. There will be disagreements, but democracy requires a literate population eager for debate. We can challenge, discuss, and learn.</p>\n\n\n\n<p>There are a lot of Robert B. Strasslers out there in the network, waiting patiently to be heard.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 May 2020 15:41:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Chris Maiorana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:89:"WPTavern: WP Engine Launches Genesis Pro Add-On for Customers, More Features in the Works";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99440";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:221:"https://wptavern.com/wp-engine-launches-genesis-pro-add-on-for-customers-more-features-in-the-works?utm_source=rss&utm_medium=rss&utm_campaign=wp-engine-launches-genesis-pro-add-on-for-customers-more-features-in-the-works";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6549:"<p class="has-drop-cap">Managed web hosting company WP Engine launched the new <a href="https://studiopress.blog/announcing-genesis-pro/">Genesis Pro add-on</a> for customers of its hosting service today. The add-on brings additional block editor features for users who are using a Genesis-based WordPress theme.</p>\n\n\n\n<p>Genesis is a parent theme developed by StudioPress. WP Engine <a href="https://wptavern.com/wp-engine-acquires-studiopress">acquired the theme development company</a> in 2018. Later that year, the company took the first steps toward <a href="https://wptavern.com/genesis-framework-and-studiopress-themes-add-gutenberg-compatibility-more-gutenberg-features-coming-soon">adding compatibility with the block editor</a> for Genesis customers, becoming an early adopter of the new editing experience.</p>\n\n\n\n<p>&ldquo;Beyond just being &lsquo;compatible,&rsquo; Genesis will play a big role in being Gutenberg-First,&rdquo; Jason Cohen, CTO of WP Engine, said of future plans nearly two years ago. &ldquo;That means not only supporting the software and ideals of Gutenberg but using them for new features. In doing so, it&rsquo;s our intention to light the way for the countless agencies and developers who use WordPress to fuel incredible digital experiences that are made even easier with Gutenberg.&rdquo;</p>\n\n\n\n<p>Today&rsquo;s <a href="https://wpengine.com/genesis-pro">Genesis Pro</a> launch is another step on that journey. WP Engine is currently rolling out the add-on as part of its managed hosting service. The cost is $30/month ($360/year) for an unlimited number of sites.</p>\n\n\n\n<p>The current plan is to also make the Genesis Pro plugin available via the StudioPress website in the early summer. The company is not formally committing to that timeframe yet, but users not on WP Engine&rsquo;s hosting service should expect it this year. The price for Genesis Pro will be available for $360/year, which is at the same rate as the hosting add-on.</p>\n\n\n\n<p>The reason behind the early launch for web hosting clients seems to be twofold based on the announcement post. David Vogelpohl, VP of Web Strategy for WP Engine, said the company could launch the product faster and increment with the launch for its hosting customers. They are also able to make sure the payment system scales, which StudioPress now uses.</p>\n\n\n\n<p>&ldquo;Genesis Pro&rsquo;s capabilities are expressed in a single plugin today, but may be provided in multiple plugins, WP adjacent services, or other means in the future based on architectural decisions of any particular feature,&rdquo; said Vogelpohl.</p>\n\n\n\n<p>Watch a quick video on Genesis Pro:</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<div class="embed-vimeo"></div>\n</div>\n\n\n\n<h2>Genesis Pro Features</h2>\n\n\n\n<img />Example layout from the Genesis Pro add-on.\n\n\n\n<p class="has-drop-cap">The add-on includes a robust set of options that are primarily aimed at helping users build their webpages with custom blocks and designs. The following features are the foundation of the add-on:</p>\n\n\n\n<ul><li><strong>Block Library:</strong> Includes 17 custom blocks, such as a testimonial and pricing block.</li><li><strong>Page Layouts:</strong> Offers 22 full layouts for product, portfolio, team, and other pages.</li><li><strong>Content Sections:</strong> Adds 38 customizable content sections.</li><li><strong>Permissions System:</strong> Allows admins to set editing permissions on a per-block basis.</li><li><strong>Customization:</strong> Users can create and share custom sections and layouts with content creators.</li></ul>\n\n\n\n<p>Most of the options seem to be under a pop-up modal on the post-editing screen that should allow users to insert blocks directly into their post or page content. More blocks, sections, layouts, and other content-creation tools are currently in the works.</p>\n\n\n\n<img />Layout selector from the Genesis Pro add-on.\n\n\n\n<p>The add-on features are mostly standard fare in comparison to many of the block libraries and suites available throughout the WordPress ecosystem. Of course, these will have the StudioPress spin on them and likely be of high quality based if past work is any indication. With the launch out of the way and the foundation in place, it should be much easier for the team to churn out more customization options for end-users.</p>\n\n\n\n<p>The most unique feature is probably around the block permissions system, which few companies have truly tackled. For site administrators who work with multiple creators, setting up editing permissions for individual blocks can be useful. If the user experience for this system works well, it will be a huge selling point for some site owners.</p>\n\n\n\n<img />Block permissions settings for Genesis Pro.\n\n\n\n<h2>Genesis X</h2>\n\n\n\n<p class="has-drop-cap">Vogelpohl teased another project the team has been working on titled &ldquo;Genesis X,&rdquo; which is separate from the Genesis Pro project. It is an experimental plugin version of Genesis that will be available to StudioPress customers at no additional charge. The work thus far has centered on what Genesis will look like in a world where full-site editing is available through WordPress itself.</p>\n\n\n\n<p>&ldquo;The current version of Genesis X focuses on helping site creators easily manage global styles across their site, customize and manage blocks, as well as other capabilities to help users win with full-site editing in WordPress core,&rdquo; said Vogelpohl. &ldquo;Genesis X is being built core-adjacent and is not a replacement for the block editor. It is designed to work with the block editor.&rdquo;</p>\n\n\n\n<p>Vogelpohl said the first objective of the project is to provide analogs for features in Genesis that would not work in a parent theme structure within the full-site editing context. &ldquo;After achieving that parity in ways that make sense, we will be focused on the advanced block capabilities as well as other features currently on our roadmap,&rdquo; he said.</p>\n\n\n\n<p>The company is putting a lot of weight and resources behind the transition from pre-block WordPress and the upcoming features that WordPress will offer via the block system. Right now, they have a team of 15 employees working on solutions with Genesis.</p>\n\n\n\n<p>&ldquo;The overarching theme is that Genesis X is being architected not to just help the Genesis community adapt to full-site editing in core, but for any user of WordPress to adopt full-site editing in a way that sets them up for the best chance of success,&rdquo; said Vogelpohl.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 07 May 2020 20:52:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:74:"WPTavern: GitHub Introduces Codespaces IDE, Discussions, and Code Scanning";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99374";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:189:"https://wptavern.com/github-introduces-codespaces-ide-discussions-and-code-scanning?utm_source=rss&utm_medium=rss&utm_campaign=github-introduces-codespaces-ide-discussions-and-code-scanning";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4529:"<p><a href="https://githubsatellite.com/">GitHub Satellite</a>, the company&rsquo;s annual product and community event, went virtual this year for the first time but marched forward with the usual major product announcements.  GitHub is ramping up its offerings with <a href="https://github.blog/2020-05-06-new-from-satellite-2020-github-codespaces-github-discussions-securing-code-in-private-repositories-and-more/">four new products</a>: an IDE, a discussion platform, code scanning, and private instances. </p>\n\n\n\n<p><a href="https://github.com/features/codespaces/">Codespaces</a> is the platform&rsquo;s new built-in IDE that lets users code in the browser with minimal setup. The product is based on the VS Code editor and includes terminal access, support for code completion, and extensions: </p>\n\n\n\n<blockquote class="wp-block-quote"><p>Codespaces can be configured to load your code and dependencies, developer tools, extensions, and dotfiles. Switching between environments is simple&mdash;you can navigate away at any time, and when you switch back, your codespace is automatically reopened.</p></blockquote>\n\n\n\n<p>The IDE was created to facilitate contribution but it also enables better development on mobile devices. GitHub design lead Joel Califa shared a demo of how he uses Codespaces on his iPad:</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">People have been asking about using Codespaces on the iPad. Here''s what it looks like: <a href="https://t.co/5UQHtzMwZh">pic.twitter.com/5UQHtzMwZh</a></p>&mdash; Joel Califa (@notdetails) <a href="https://twitter.com/notdetails/status/1258120708212785154?ref_src=twsrc%5Etfw">May 6, 2020</a></blockquote>\n</div>\n\n\n\n<p>GitHub plans to implement a pay-as-you-go pricing model for Codespaces, but it will be free during the limited beta. This product should complement the recent launch of <a href="https://github.com/mobile/">GitHub&rsquo;s mobile apps for iOS and Android</a> in March, which allows users to manage projects, tasks, feedback, and pull requests.</p>\n\n\n\n<p>Discussions is a new feature that stands to have a more meaningful impact on open source communities. GitHub issues and pull requests have long been the home of most conversations, but oftentimes this type of collaboration would be better served with features more tailored to a knowledge base. Discussions offer a threaded format where questions can be marked as answered. Participation in discussions counts towards users&rsquo; contribution graphs. GitHub plans to put the feature into beta for public repositories soon.</p>\n\n\n\n<img />\n\n\n\n<p>GitHub also announced code scanning, powered by CodeQL, a semantic analysis engine trained to find vulnerabilities. When code scanning is enabled, every `git push` is inspected by CodeQL for potential vulnerabilities and the results are displayed in the pull request. Code scanning is free for open source software. </p>\n\n\n\n<p>Secret scanning, which has been enabled on public repositories since 2018, is now available for private repositories. It scans code for known secret formats and notifies developers upon finding something. At the beginning. of 2019, GitHub announced that it was giving free users access to <a href="https://wptavern.com/github-announces-free-unlimited-private-repositories">unlimited private repositories</a>.  Adding secret scanning to private repositories is the next natural step, as these have likely grown in number after being added to the free tier.</p>\n\n\n\n<p>While many of GitHub&rsquo;s new features are aimed at free users and open source communities, this week&rsquo;s announcements also include a new enterprise product called Private Instances:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>Today we introduced our plans for GitHub Private Instances, a new, fully-managed option for our enterprise customers. Private Instances provides enhanced security, compliance, and policy features including bring-your-own-key encryption, backup archiving, and compliance with regional data sovereignty requirements.&nbsp;</p></blockquote>\n\n\n\n<p>After Microsoft acquired GitHub for $7.5 billion in 2018, the company has aggressively worked to make its product more compelling in the highly competitive space of code sharing platforms, starting with the free tier. Pricing has not yet been finalized for any of the revenue-generating products announced this week, as GitHub may be testing the waters to gauge the community&rsquo;s reaction before launch.</p>\n\n\n\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 07 May 2020 14:42:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"WPTavern: Apply to Speak at the JavaScript for WordPress Conference";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99026";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:179:"https://wptavern.com/apply-to-speak-at-the-javascript-for-wordpress-conference?utm_source=rss&utm_medium=rss&utm_campaign=apply-to-speak-at-the-javascript-for-wordpress-conference";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2066:"<p>The third annual <a href="https://javascriptforwp.com/conference/">JavaScript for WordPress Conference</a> is gearing up for three days of online talks and workshops on July 8-10, 2020. The event is free to attend and organizer Zac Gordon is working to put together a diverse speaker lineup.</p>\n\n\n\n<p>Day 1 will be devoted to workshops that help beginners get up and running with JavaScript and React. Day 2 will focus on building Gutenberg blocks and block-based themes. Day 3 will include topics and projects that use WordPress as a Headless CMS.</p>\n\n\n\n<p>&ldquo;Last year we did 4 tracks all at once.&rdquo; Gordon said. &ldquo;That was a lot. So this year we&rsquo;re doing two days, one track each day. We decided on Blocks and Headless as our two tracks, because that seems to be where most of the JavaScript development is happening at the moment in the WordPress space.&rdquo;</p>\n\n\n\n<p>Previous editions of the conference have pulled in approximately 1,000 viewers, similar to the size of a large WordCamp. Gordon said the event is open for all JavaScript-related topics related to WordPress beyond Gutenberg and headless setups and they are trying to encourage new speakers.</p>\n\n\n\n<p>&ldquo;Each year we&rsquo;re trying to do more to have the conference reflect a range of speakers, and this year we&rsquo;re hoping that a few of the brilliant and industrious younger folks coding or building with WordPress might speak,&rdquo; he said.</p>\n\n\n\n<p><a href="https://javascriptforwp.com/conference/register/">Registration is free</a> on the event website and <a href="https://javascriptforwp.com/conference/apply-to-speak/">applications for speakers</a> will be open until June 1. </p>\n\n\n\n<p>&ldquo;I&rsquo;m not sure how many speakers we will do exactly, but we will have a few folks leading workshops day one and then maybe 5-8 speakers the two other days,&rdquo; Gordon said. &ldquo;It will be fewer speakers than last year, but hopefully still a lot of quality focused talks. The applications we&rsquo;ve seen come in so far are exciting.&rdquo;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 06 May 2020 21:43:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:88:"WPTavern: ACF Blocks Provides Assortment of Blocks Built from Advanced Custom Fields Pro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99376";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:221:"https://wptavern.com/acf-blocks-provides-assortment-of-blocks-built-from-advanced-custom-fields-pro?utm_source=rss&utm_medium=rss&utm_campaign=acf-blocks-provides-assortment-of-blocks-built-from-advanced-custom-fields-pro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8487:"<p class="has-drop-cap">Over the weekend, Munir Kamal released version 2.0 of his <a href="https://wordpress.org/plugins/acf-blocks/">ACF Blocks plugin</a>, a project that creates a suite of blocks for the editor. The plugin offers 18 custom blocks in its free version and 15 more in the <a href="https://www.acfblocks.com/pro/">pro upgrade</a>. It is built on top of <a href="https://www.advancedcustomfields.com/pro/">Advanced Custom Fields Pro</a> (ACF Pro).</p>\n\n\n\n<p>The latest update of the plugin added support for typography, including options for using various Google Fonts for in-block text. Kamal also included base styling options for design features like margin and padding for every block in the plugin.</p>\n\n\n\n<p>With ACF Pro as a hard dependency, it limits the audience of ACF Blocks. In large part, this plugin will be useful for agencies and freelancers who need to quickly build features for clients within their budget. For that purpose, the plugin does a solid job.</p>\n\n\n\n<p>The tight coupling with ACF Pro hurts the user experience for the plugin. However, the ideas behind ACF Blocks and its custom options make up for the shortcomings of relying on its dependent parent plugin. Decoupling the two is unlikely, but it would make for a smoother experience and open the plugin to a wider audience.</p>\n\n\n\n<p>Kamal took inspiration for the plugin from ACF and its pro version. He described the process of building blocks with the framework &ldquo;super easy,&rdquo; even for an intermediate-level developer. &ldquo;It has been such an amazing WordPress framework for years to create custom fields,&rdquo; he said. &ldquo;And when [Elliot Condon] announced the block creation feature in ACF, that quickly triggered me to build this collection of ready-to-use ACF Blocks.&rdquo;</p>\n\n\n\n<p>The biggest technical limitation is that Kamal cannot build nested blocks, which is a current limitation of ACF. &ldquo;I have already discussed it with [Condon], and he is already working on bringing that functionality hopefully soon,&rdquo; he said. &ldquo;Once that comes to ACF, we may create more amazing and powerful Gutenberg Blocks.&rdquo;</p>\n\n\n\n<p>Watch a short walkthrough of how the plugin works:</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>\n\n\n\n<h2>Useful Assortment of Blocks</h2>\n\n\n\n<p class="has-drop-cap">While primarily testing the free version of ACF Blocks, I found that it has several useful blocks that could immediately address common needs for end-users. With 18 free blocks available, users have plenty to work with before deciding whether they want to move along the upgrade path to the pro version.</p>\n\n\n\n<p>One of the best blocks in the collection is the Photo Collage block. It is ACF Blocks&rsquo; answer to the core Gallery block. The grid options for this block alone make this plugin worth checking out. The block offers between 2 and 15 grid layouts, depending on the grid option the user selects.</p>\n\n\n\n<img />Setting the grid for the Photo Collage block.\n\n\n\n<p>My second favorite of the assortment is the Testimonial block. Coupled with the typography options, which are available for all blocks, you can have a lot of fun designing a testimonial section.</p>\n\n\n\n<img />Tinkering with Google Fonts in the Testimonial block.\n\n\n\n<p>This is a small sampling of what the plugin can do. The Price List block can help restaurant sites set up their menu. The Pricing Box block, particularly when nested into the core Columns block, makes it easy to set up a pricing section with multiple product options. And, the Team block makes it simple to create profile sections on a company&rsquo;s team/about page.</p>\n\n\n\n<p>The following blocks are available in the free version (with several more in the pro version):</p>\n\n\n\n<ol><li>Scrollable Image Block</li><li>Tab Block</li><li>Toggle Block</li><li>Accordion Block</li><li>Image Slider Block</li><li>Social Sharing Block</li><li>Photo Collage Block</li><li>Posts Block</li><li>Testimonial Block</li><li>Team Block</li><li>Multi Buttons Block</li><li>Pricing Box Block</li><li>Price List Block</li><li>Start Rating Block</li><li>Progress Bar Block</li><li>Counter Number Block</li><li>Click to tweet Block</li><li>Business Hours Block</li></ol>\n\n\n\n<p>Kamal&rsquo;s favorite blocks from the overall suite are Image Hotspot, which allows users to set an image background with &ldquo;pointers&rdquo; to pop up content; Before After Image, which lets users compare two images using a sliding bar; and Photo Collage, the plugin&rsquo;s grid-based gallery block. The first two are available only in the pro version of the plugin. The plugin creator said he thinks all the blocks are useful but these were the most fun to build.</p>\n\n\n\n<h2>Room for Improvement</h2>\n\n\n\n<p class="has-drop-cap">ACF Blocks is a nice concept. It gets a lot of things right. However, there are minor issues that dampen the experience of working with its blocks. These issues are not insurmountable, and I expect Kamal will address them in upcoming versions based on familiarity with his past work and drive toward building great products for users.</p>\n\n\n\n<p>The most immediate issue and likely the simplest to fix is the plugin&rsquo;s styles for left and right margins on every block. The plugin resets these margins to <code>0</code> by default. Depending on the active theme on a site, this could shift the blocks to the edge of the screen instead of the content area on the front end. Some themes use left/right margins to align content. This is not an issue with only ACF Blocks. It is prevalent among plugins with front-end output.</p>\n\n\n\n<p>One quick solution for the margin issue is to wrap any of the plugin&rsquo;s blocks within the core Group block. This will put margins back under the theme&rsquo;s control.</p>\n\n\n\n<p>Editing block content happens in the block options panel instead of directly in the block. I am unsure if this is a limitation of using the ACF Pro framework or a design decision on Kamal&rsquo;s part. It feels odd to jump between editing content in the content area to editing content in the sidebar.</p>\n\n\n\n<p>One example of my confusion with block content was with the Photo Collage block. I clicked on the block, hoping to have the media library appear for uploading. Nothing happened. I clicked again because, well, maybe I did not get a good click in that first time. Nothing happened. I eventually found the image upload button under the block&rsquo;s option panel on the right.</p>\n\n\n\n<p>Setting block options can feel a little sluggish at times with the block output in the editor not reflecting changes immediately. This is primarily because ACF Blocks relies on the server-side rendering capabilities of ACF Pro. It is unlikely this can be addressed in the blocks plugin. Some users may find the delayed rendering to be tedious when editing multiple options.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p class="has-drop-cap">Kamal has put together a useful set of blocks that will help many end-users build sections of content they cannot create out of the box. Between the free and pro versions, there is a total of 33 blocks. The creator is committed to adding more blocks over time based on user feedback. In the immediate future, he plans to keep hacking away at bug fixes and improving the code.</p>\n\n\n\n<p>I still feel like how ACF Pro works is a hindrance to how good this plugin could be if built from scratch. With that said, the framework helped make Kamal&rsquo;s plugin a reality. ACF Blocks is a showcase in what is possible via ACF Pro, which should inspire other developers who are looking for solutions built on top of one of the most widely-used frameworks in the WordPress ecosystem.</p>\n\n\n\n<p>Kamal understands that some ACF Pro users may try their hands at creating similar blocks but feels like his team&rsquo;s knowledge and dedication to offering support are the most important parts of the equation. &ldquo;ACF Blocks saves time and effort for creating blocks yourself for the most common web design elements,&rdquo; he said.</p>\n\n\n\n<p class="is-style-highlight has-white-color has-blue-700-background-color has-text-color has-background text-white bg-blue-700">Note:  this plugin review and feedback were requested by the plugin author. Read our post about <a href="https://wptavern.com/product-reviews-in-the-wordpress-ecosystem-honesty-and-genuine-experiences">honest feedback based on genuine experiences</a> for more information on how reviews are handled.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 06 May 2020 20:36:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"WPTavern: Jetpack 8.5 Adds New Podcast Player Block";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99327";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:145:"https://wptavern.com/jetack-8-5-adds-new-podcast-player-block?utm_source=rss&utm_medium=rss&utm_campaign=jetack-8-5-adds-new-podcast-player-block";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3066:"<p><a href="https://jetpack.com/2020/05/05/jetpack-8-5-new-podcast-block/">Jetpack 8.5</a> was released today with a new podcast player block for sharing audio content. Configuring the block is as simple as entering the podcast RSS feed URL. This will automatically bring in the cover art and recent episodes. Block options allow for further customization of the display, including the number of episodes, colors, and the ability to show/hide cover art and episode descriptions. </p>\n\n\n\n<img />\n\n\n\n<p>Jetpack&rsquo;s new podcast player has arrived just in time, as podcasting has gotten a little boost in recent months due to the large numbers of people under stay-at-home orders. iHeartRadio, an American audio company with more than 350 podcasts, reports that <a href="https://www.iheartmedia.com/press/new-iheartpodcast-insights-show-increase-listening-more-americans-quarantine-during-covid-19">listenership for its podcasting network is up 6%</a> month-over-month, with California and New York jumping 13% and 8% respectively.  iHeartRadio&rsquo;s insights also showed that certain genres are more popular than others:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>During a time of economic uncertainty, Americans are listening to more business and finance podcasts &ndash; for which downloads and streams are up 78 percent week-over-week among the iHeartRadio Original podcasts. Listeners are also turning to music, entertainment and comedy during this time, where iHeartPodcasts have shown an increase in listening as well.</p></blockquote>\n\n\n\n<p>Selling ads and marketing a new podcast may be more of a struggle during this economic downturn, but those with extra time on their hands may have an easier time producing and publishing episodes. Jetpack&rsquo;s new block makes it easy to share your own episodes or podcasts you enjoy from other websites.</p>\n\n\n\n<p>The 8.5 release also includes significant improvements to the <a href="https://jetpack.com/2020/04/07/re-introducing-jetpack-search-for-wordpress-sites/">new Search feature</a>, which is powered by Elasticsearch, to provide better indexing and a simpler onboarding experience. </p>\n\n\n\n<p>Automattic developer Brandon Kraft published a post today that <a href="https://kraft.blog/2020/05/jetpacks-publicize-now-uses-twitter-cards/">details recent changes to the Publicize feature</a>. In the past, Publicize would attach an image from the post when sending out its automatic tweet to Twitter. This has now been changed for Jetpack and WordPress.com sites so that Publicize no longer attaches a picture but defaults to allowing Twitter to display its Twitter card instead. Developers can use a filter to return the plugin to its previous behavior, if necessary.</p>\n\n\n\n<p>Jetpack 8.5 also makes more widgets and embed tools AMP-compatible, expands options for the Revue block, and fixes layout issues with several other blocks. Check out the <a href="https://wordpress.org/plugins/jetpack/#developers">changelog on WordPress.org</a> for a full list of the enhancements and bug fixes.</p>\n\n\n\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 May 2020 23:09:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"WPTavern: Need to Smile Today? Stay WordPress Strong";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99333";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:147:"https://wptavern.com/need-to-smile-today-stay-wordpress-strong?utm_source=rss&utm_medium=rss&utm_campaign=need-to-smile-today-stay-wordpress-strong";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5173:"<div class="wp-block-embed__wrapper">\n\n</div><strong>Lyrics:</strong> Zack Katz, Jonathan Mann | <strong>Music:</strong> Jonathan Mann<br />Video licensed under&nbsp;<a href="https://creativecommons.org/licenses/by/3.0/us/">Creative Commons &ndash; Attribution</a>\n\n\n\n<p class="has-drop-cap">For the first time, at least 19 people from the WordPress community can literally call themselves WordPress rock stars without it sounding like an outdated marketing gimmick.</p>\n\n\n\n<p><a href="https://gravityview.co/">GravityView</a> dropped a community music video and website named <a href="https://wpstrong.org/">WordPress Strong</a> earlier today. It is fun. It is inspirational. It will leave a smile on your face. The video features a wide range of faces, voices, and musical talent from around the planet.</p>\n\n\n\n<p>Much of the world is looking for small ways to cope with the ongoing COVID-19 pandemic. Each day is about finding the things we should be thankful for while waiting for life to feel like normal. The WordPress community has been a beacon of hope for many. It has continued providing purpose to people despite their daily lives being upended. This project is one more way to show the strength of our community.</p>\n\n\n\n<p>&ldquo;People were scrambling to adjust to the new reality of living in a pandemic, and there was a rush of uncertainty,&rdquo; said Zack Katz, the creator of GravityView, on starting the project. &ldquo;In the middle of all that uncertainty, I felt lucky to be part of the WordPress community: doing what we do, working on an open and thriving platform, with a culture of people who are kind to each other and support each other.&rdquo;</p>\n\n\n\n<p>Many GravityView customers began using the plugin to enable COVID-19 responses, such as sites like <a href="https://supportredditch.net/">Support Redditch</a>, which coordinates relief efforts. &ldquo;I sensed a movement of coming together to help each other, and I wanted to get the word out: if you need help, ask the community,&rdquo; said Katz. &ldquo;We&rsquo;re here for you. We&rsquo;ll get through this together.&rdquo;</p>\n\n\n\n<p>A total of 19 volunteers contributed to the music video, including WordPress co-founder Matt Mullenweg. However, the true star of the group was Tracy Apps, the owner of <a href="http://tracyappsdesign.com/">tracy apps design</a>, who laid down the beat on the drums.</p>\n\n\n\n<p>&ldquo;It involved asking a lot of people!&rdquo; said Katz of finding willing subjects. &ldquo;I get why people are reluctant. I even waited until the last minute to record my video! Something special happens when people are invited to go beyond their comfort zone, especially when it comes to creative endeavors. It was moving to have the emails come in with their videos. People were willing to share a different part of themselves.&rdquo;</p>\n\n\n\n<p>The <a href="https://twitter.com/hashtag/WordPressStrong">#WordPressStrong</a> hashtag is open for anyone to contribute to on Twitter. The project is calling for volunteers to join in on the fun. If you can sing, play an instrument, or dance &mdash; or if you can&rsquo;t &mdash; you can be a part of this movement for our community to become stronger. If nothing else, it will give you something to do to pass the time. Tag yourself doing something and share it. I am certain it will brighten at least one person&rsquo;s day.</p>\n\n\n\n<h2>The WordPress Strong Project</h2>\n\n\n\n<p class="has-drop-cap">Katz began the project in March. He shared some initial lyric ideas with <a href="https://www.jonathanmann.net/">Jonathan Mann</a> who then wrote and recorded WordPress Strong. The GravityView team reached out to members of the WordPress community and asked them to lend their voices.</p>\n\n\n\n<p>&ldquo;I deeply respect [Mann] as a musician and how he exposes himself through his music,&rdquo; said Katz. &ldquo;His album <em>I Used to Love My Body</em> was my soundtrack for last year.&rdquo;</p>\n\n\n\n<p>Mann is the voice of the GravityView brand and has previously created a <a href="https://www.youtube.com/watch?v=nmUWfA56TqA">song for the product</a>. Katz and Mann also worked on the <a href="https://www.youtube.com/watch?v=cqdDo_W8CVE">WordPress Wiggle</a> song in 2017.</p>\n\n\n\n<p>&ldquo;When creating WordPress Strong, I shared a poem with [Mann] and expressed the tone that I wanted to convey,&rdquo; said Katz. &ldquo;The email had the subject line &lsquo;WordPress Hope Song.&rsquo; He wrote and recorded WordPress Strong, and I think you agree, it&rsquo;s a great WordPress Hope Song.&rdquo;</p>\n\n\n\n<p>The plan for the WordPress Strong website goes beyond releasing a song. Katz wants to expand the site to be a place where people from the community can ask and receive help during the pandemic. The team is currently working on a part of the site where community members can request assistance or offer help anonymously.</p>\n\n\n\n<p>&ldquo;I was hoping artists of all stripes would be interested in sharing their work on the WordPress Strong website,&rdquo; said Katz. &ldquo;Sharing creativity together empowers us to be vulnerable in our despair as well as our hope. I would like to help foster that.&rdquo;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 May 2020 20:36:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"Mark Jaquith: WordPress/Jetpack Driver for Laravel Valet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://markjaquith.wordpress.com/?p=7213";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"https://markjaquith.wordpress.com/2020/05/05/wordpress-jetpack-driver-for-laravel-valet/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1082:"<p>Recently I&#8217;ve found myself using <a href="https://laravel.com/docs/valet">Laravel Valet</a> for local PHP development on my Mac. I love how fast and low-maintenance it is.</p>\n\n\n\n<p>One thing that is a little tricky about Valet is that you can&#8217;t really write custom Nginx configs. That means that I couldn&#8217;t use my favorite technique of routing missing images to the production site, via Jetpack&#8217;s Site Accelerator (formerly &#8220;Photon&#8221;) CDN.</p>\n\n\n\n<p>Normally, when doing local development on a WordPress site, you need three things: the codebase, a copy of the database, and the <code>wp-content/uploads</code> directory. But if you just redirect missing image files to your production site, you don&#8217;t need to laboriously copy all those files and clutter up your local machine.</p>\n\n\n\n<p>I found myself really missing that technique today, so I wrote a driver for Laravel Valet that handles it!</p>\n\n\n\n<p>You can get it here: <a href="https://github.com/markjaquith/WordPress-Jetpack-Valet-Driver">WordPress Jetpack Valet Driver</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 May 2020 19:11:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:75:"WPTavern: Find My Blocks Plugin Shows All Blocks in Use on a WordPress Site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=98953";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:195:"https://wptavern.com/find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site?utm_source=rss&utm_medium=rss&utm_campaign=find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3144:"<p>How do you know what blocks are in use on a WordPress site?  I recently saw a tweet asking this question in regards to knowing whether it is safe to turn off a plugin. This seems like it could become a common question, especially for those who have hundreds or thousands of blog posts as well as those using WordPress as a CMS.</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">How hard would it be to create a plugin that let''s me know how many and which blocks I''m using site wide? Sometimes I wonder if I can deactivate a block plugin but I don''t know if I''m using a block it provides.</p>&mdash; Nick Hamze (@NickHamze) <a href="https://twitter.com/NickHamze/status/1253343502316064771?ref_src=twsrc%5Etfw">April 23, 2020</a></blockquote>\n</div>\n\n\n\n<p>When looking at content in the editor, it isn&rsquo;t immediately evident which blocks are in use. You can click on the block navigation at the top of the editor, but that will only show you the blocks in use on that particular page. If you have a lot of plugins installed and many pages of content to wade through, figuring out if it&rsquo;s safe to remove a plugin can be a time-consuming process.</p>\n\n\n\n<p>Fortunately, there is already a plugin that will give you a quick overview of where blocks are being used on your site. <a href="https://wordpress.org/plugins/find-my-blocks/">Find My Blocks</a> is the one that was suggested to Nick Hamze in response to the question in his tweet. I had not heard of it before, so I took it for a test drive today. </p>\n\n\n\n<p>Find My Blocks is basically a utility plugin that lists the blocks being used on your WordPress site, along with the posts/pages where they are in use. It includes core blocks and blocks from third-party plugins. The plugin&rsquo;s settings also give the option to sort the block menu display alphabetically or by most/least popular.</p>\n\n\n\n<div class="wp-block-image"><img /></div>\n\n\n\n<p>Frontend developer <a href="https://eddysims.com/">Eddy Sims</a> created Find My Blocks to solve one of his own problems and released it on WordPress.org in January. </p>\n\n\n\n<p>&ldquo;I was working on a site that required a few custom Gutenberg blocks,&rdquo; Sims said. &ldquo;After a week, updating became a hassle. I didn&rsquo;t know where the blocks were used. Find My Blocks is a plugin I created to hopefully help someone else with this issue.&rdquo; So far it has received several five-star reviews in the plugin directory. </p>\n\n\n\n<p>&ldquo;We&rsquo;ve been using this plugin to help us figure out where we&rsquo;ve used blocks on pages so we can deprecate them and replace them with shiny new blocks!&rdquo; WordPress developer Tammy Lee said. &ldquo;This plugin makes tracking down blocks really easy! I don&rsquo;t want to think about how much time it would have taken us, otherwise.&rdquo;</p>\n\n\n\n<p><a href="https://wordpress.org/plugins/find-my-blocks/">Find My Blocks</a> is a plugin you may want to add to your favorites on WordPress.org for the next time you inherit a site that you didn&rsquo;t build, or for cleaning out your own installed plugins.   </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 May 2020 22:54:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"WPTavern: The Future of WordPress: The Block Editor Is Here to Stay";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99271";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:177:"https://wptavern.com/the-future-of-wordpress-the-block-editor-is-here-to-stay?utm_source=rss&utm_medium=rss&utm_campaign=the-future-of-wordpress-the-block-editor-is-here-to-stay";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6577:"<p class="has-drop-cap">It is inevitable that when we publish a story on the Tavern that is remotely related to the block editor or the Gutenberg project, we receive negative comments. Despite sprinting along in its second year as part of core WordPress, there are still those who liken posts on the editor to <em>Soviet-style mind manipulation</em> and <em>propaganda</em> for certain unnamed companies.</p>\n\n\n\n<p>It is not all negative. Far more comments are from people who are ecstatic about the current editor and the upcoming features that will expand the block system to other areas of WordPress.</p>\n\n\n\n<p>However, I felt the need to address a recent request that we stop covering the block editor. While I cannot speak for our entire staff, there are two simple truths about why I write about blocks.</p>\n\n\n\n<h2>Truth #1: Blocks are Here to Stay</h2>\n\n\n\n<p class="has-drop-cap">The block system is not going anywhere. WordPress has moved beyond the point where we should consider the block editor as a separate entity. It is an integral part of WordPress and will eventually touch more and more areas outside of the editing screen.</p>\n\n\n\n<p>Frankly, it would be poor journalism to <em>not</em> cover stories related to blocks.</p>\n\n\n\n<p>Some of the most exciting things happening in the WordPress ecosystem is around what developers are doing with blocks. Whether it is a <a href="https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor">fun T-rex game</a>, a <a href="https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-editor">block-ready theme</a>, or a team of block developers being <a href="https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building">hired by a major company</a>, there is always something interesting happening in the world of blocks.</p>\n\n\n\n<p>Every day, more users are embracing the block editor. Even the percentage of holdouts still running WordPress 4.9, which was the last version without the block editor, is decreasing. Currently, only 12.8% of <a href="https://wordpress.org/about/stats/">WordPress installs</a> are on 4.9.  Nearly 73% are running WordPress 5.0 or newer.  Some of those users are running plugins like Classic Editor, which has maintained a steady growth rate in the neighborhood of 0.5% &ndash; 1.0% in recent months.  Currently, the plugin has over 5 millions installs, which is a drop in the ocean in comparison to total WordPress sites.</p>\n\n\n\n<p>At the moment, WordPress.com and self-hosted Jetpack users are creating content via blocks on 44.5 million WordPress sites. Yesterday, those users <a href="https://gutenstats.blog/">wrote 302,000 posts</a> in the block editor.</p>\n\n\n\n<p>Blocks are the future of the platform. What we need to do as a community is avoid putting our heads in the sand or railing against the powers-that-be. Instead, we should ask ourselves what we could do to continue improving the system. <em>How can we move forward? How can we present our ideas, even dislikes, in a constructive manner? How can we create better software?</em></p>\n\n\n\n<p>Criticism of the editor is fair. Make it constructive so we can dissect and address that criticism. That is an essential part of building great software.</p>\n\n\n\n<h2>Truth #2: Love of Blocks</h2>\n\n\n\n<p class="has-drop-cap">Believe it or not, I actually love blocks. While I may criticize some decisions about the editor, summoning an internal facepalm emoji at times, this is the most excited I have been about WordPress in years. But, it is not about me. I have enough familiarity with dozens of editors that I can live with even the most mediocre of experiences. And, if I am not satisfied, I can build my own.</p>\n\n\n\n<p>What it is about is seeing the face of an inexperienced WordPress user light up for the first time because they <em>get it</em>.</p>\n\n\n\n<p>For years, I helped an older family member run an outdoors site. I had no interest in hunting, fishing, or most other topics covered on the blog. However, he was passionate about what he was doing. I wanted to help fuel that passion in any way I could. <em>The problem?</em> He simply never learned how WordPress worked. He never had that lightbulb moment. His face never glowed when he finally figured out how to lay out his content in the editor.</p>\n\n\n\n<p>He had big ideas and no way to accomplish them.</p>\n\n\n\n<p>At the time, most page builders were little more than shortcode soup, which I knew would eventually mean I would be the one to clean up the mess. There were few options other than the classic editor. My older cousin stuck it out for longer than most. After a few years, he finally let the site go.</p>\n\n\n\n<p>Even some of what I would consider the most basic of things were too frustrating for him. It was also frustrating for me because I could not understand why he could never learn what I was teaching.</p>\n\n\n\n<p>However, the block editor changed things. He was thinking of starting a new site but was asking about non-WordPress platforms. I spun up a demo install and a basic block-ready theme for him not long ago. Suddenly, this guy who routinely broke links and accidentally made all of his blog post content bold &mdash; twice &mdash; was piecing together media-filled content with few issues. That initial passion that he had all those years ago seemed to come back. Maybe, just maybe, WordPress might now be the CMS for him.</p>\n\n\n\n<p>I am fully aware that this is not everyone&rsquo;s experience. However, what I have found working with new and less-than-tech-savvy users is that the block editor is a stepping stone toward them being able to create the sites they want more easily. Right now, those users have far more control over their content than ever before. In the future, they will have that control over their entire site.</p>\n\n\n\n<p>When I share a story about blocks, it is because I am excited about them. More so, I want to share that excitement with others who are on this journey. Whether they want something on the <a href="https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins">wacky and weird</a> side of things or want to <a href="https://wptavern.com/create-custom-patterns-with-the-block-pattern-builder-plugin">build custom patterns</a> for reuse in their posts, I want them to find those tools.</p>\n\n\n\n<p>If I am a bit optimistic about the future at times, I will not apologize for that. I look forward to the next block-related story that we have the opportunity to cover here at the Tavern.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 May 2020 20:52:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"WordPress.org blog: The Month in WordPress: April 2020";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8571";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8157:"<p>April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, read on. </p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>WordPress 5.4.1 released</h2>\n\n\n\n<p>On April 24th,&nbsp; <a href="https://make.wordpress.org/core/2020/04/24/wordpress-5-4-1-rc1/">WordPress 5.4.1 Release Candidate 1</a> (RC1) was released for testing, quickly followed by the official <a href="https://wordpress.org/news/2020/04/wordpress-5-4-1/">release of WordPress 5.4.1</a> on April 29th. This security release features 17 bug fixes and seven security fixes, so we recommend updating your sites immediately. To download WordPress 5.4.1, visit your Dashboard, click on Updates, then Update Now, or download the latest version directly from WordPress.org. For more information, visit <a href="https://wordpress.org/news/2020/04/wordpress-5-4-1/">this post</a>, review the <a href="https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority">full list of changes on Trac</a>, or check out the <a href="https://wordpress.org/support/wordpress-version/version-5-4-1/">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href="https://make.wordpress.org/core/"> the Core team blog</a>, and join the #core channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 7.9 and 8.0 released</h2>\n\n\n\n<p>It was another exciting month for Gutenberg, with the release of <a href="https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/">7.9</a> and <a href="https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/">8.0</a>! Version 7.9 brought new block design tools, three new patterns, and improved block markup. Gutenberg 8.0 continued to refine the new block patterns feature, with additional options for inline formatting, and extending the functionality of the Code Editor. In addition to these new features, both releases included new enhancements and APIs, along with a number of bug fixes, performance improvements, some experiments, and more! You can read all the details about the latest Gutenberg releases in the announcement posts for <a href="https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/">7.9</a> and <a href="https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/">8.0</a>.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href="https://make.wordpress.org/core/">the Core team blog</a>, contribute to <a href="https://github.com/WordPress/gutenberg/">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>BuddyPress 6.0.0</h2>\n\n\n\n<p><a href="https://buddypress.org/2020/04/buddypress-6-0-0-beta2/">BuddyPress 6.0.0-beta2</a> was released for testing in mid-April, leading to the <a href="https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/">BuddyPress 6.0.0 Release Candidate</a>, announced on April 29. This is an important step before&nbsp; the final release of BuddyPress 6.0.0, which is slated for Thursday, May 14. Changes and new features in this release include moving the profile photo and user cover image under the BP Members component, and a new BP Rest API. Additionally, this release will introduce the first round of BuddyPress Blocks! Last, but not least, BuddyPress 6.0.0 will require at least PHP 5.6 and WordPress 4.8.&nbsp;</p>\n\n\n\n<p>Want to get involved? <a href="https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/">Test the 6.0.0-RC here</a>! You can also help by <a href="https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/">translating BuddyPress into another language</a>, or let the team know of any issues you find, either in <a href="https://buddypress.org/support">the support forums</a> and/or in their <a href="https://buddypress.trac.wordpress.org/">development tracker</a>.&nbsp;</p>\n\n\n\n<h2>WordCamp US goes online, apply to speak!</h2>\n\n\n\n<p>WordCamp US will <a href="https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/">take place online due to the COVID-19 pandemic</a>. The event still runs from October 27-29, 2020, and will be free to anyone who wishes to attend. The team plans to offer&nbsp; what WCUS has historically brought to the community in person: sessions and workshops, Contributor Day, a hallway track, and of course, State of the Word.&nbsp;</p>\n\n\n\n<p>Interested in speaking at WCUS? The <a href="https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/">Call for Speakers</a> is still open! You can apply to speak on the <a href="https://2020.wcus-speakers.org/">speaker application site</a> until May 31, 2020 at 11:59 pm CDT (UTC-5).&nbsp;</p>\n\n\n\n<p>Additionally, the <a href="https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/">Call for Cities is also open</a>. If your community is interested in hosting WordCamp US in 2021 &amp; 2022, please <a href="https://wordcampcentral.survey.fm/wcus-2021-2022">fill out this application</a>.&nbsp;</p>\n\n\n\n<p>For the latest information about WordCamp US, sign up for updates on the <a href="https://2020.us.wordcamp.org/">website</a>, or follow <a href="https://www.facebook.com/WordCampUSA/">Facebook</a>, <a href="https://twitter.com/WordCampUS">Twitter</a>, or <a href="https://www.instagram.com/wordcampus/?hl=en">Instagram</a>.&nbsp;</p>\n\n\n\n<h2>WordCamp Europe 2020 goes virtual&nbsp;</h2>\n\n\n\n<p>Last month, WordCamp Europe decided to postpone its Porto event to 2021. This April, the WCEU organizing team announced that the <a href="https://2020.europe.wordcamp.org/2020/04/06/wordcamp-europe-2020-is-moving-online/">2020 WordCamp will be online</a>! WordCamp Europe 2020 Online will take place from June 4-6, 2020, and tickets will be free. There will be a <a href="https://make.wordpress.org/updates/2020/04/15/wordcamp-europe-2020-contributor-day-update/">virtual Contributor Day</a> on June 4, and then two half days of live-streamed talks and workshops. To participate, get your free ticket <a href="https://2020.europe.wordcamp.org/tickets/">here</a>.&nbsp;</p>\n\n\n\n<p>To get the latest news for WordCamp Europe 2020 Online, follow on <a href="https://www.facebook.com/WCEurope/">Facebook</a>, <a href="https://twitter.com/wceurope?lang=en">Twitter</a>, <a href="https://www.linkedin.com/company/wordcampeurope/">LinkedIn</a>, or on <a href="https://www.instagram.com/wceurope/?hl=en">Instagram</a>.&nbsp;</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/">The WordPress 5.5 release cycle has officially been kicked off with a Call for Tickets</a>.</li><li><a href="https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/">Read the proposal for a new GitHub Theme review process.</a>.</li><li><a href="https://wordpress.tv/event/wpblocktalk-april-2020/">Did you miss WPBlockTalk, or want to watch that really interesting session again? All talks are available on WordPress.tv!</a></li><li><a href="https://make.wordpress.org/core/2020/04/01/feature-plugin-proposal-wp-consent-api/">The Core team has introduced a proposal for a new Consent API as a feature plugin</a>.</li><li><a href="https://make.wordpress.org/updates/2020/04/30/quarterly-updates-q1-2020/">All WordPress contribution teams have reported on their recent work in the first quarterly update of 2020</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><em>submit it here</em></a><em>.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 May 2020 09:31:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Angela Jin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"BuddyPress: BuddyPress 6.0.0 Release Candidate 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=311439";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://buddypress.org/2020/05/buddypress-6-0-0-release-candidate-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2943:"<p>Hello,</p>\n\n\n\n<p>The second <a href="https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip">release candidate for BuddyPress 6.0.0</a> is now available for an ultimate round of testing!</p>\n\n\n\n<p>Since the <a href="https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/">first release candidate</a> and thanks to the <a href="https://make.wordpress.org/polyglots/">WordPress Polyglots Team</a> (Many thanks to <a href="https://profiles.wordpress.org/tobifjellner/">@tobifjellner</a> &amp; <a href="https://profiles.wordpress.org/ocean90/">@ocean90</a>), we&#8217;ve found an issue involving the translation of our new BuddyPress Blocks. The BP Blocks are using <a href="https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/">JavaScript i18n</a> functions and a specific task of our build process was preventing <a href="https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/">GlotPress</a> from identifying the strings needing to be translated.</p>\n\n\n\n<p>We believe <a href="https://buddypress.trac.wordpress.org/ticket/8290">we&#8217;ve fixed this issue</a> and this new release candidate will help us confirm it.</p>\n\n\n\n<p>BuddPress 6.0.0 is&nbsp;still slated for release&nbsp;on&nbsp;<strong>Thursday, May 14</strong>, and if you haven’t tried 6.0.0 yet,&nbsp;<strong>it&#8217;s probably your last chance to do so!</strong></p>\n\n\n\n<p>You can test the <a href="https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip">6.0.0-RC2</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href="https://wordpress.org/plugins/bp-beta-tester/">BP Beta Tester</a> plugin.</li><li><a href="https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but&nbsp;you can get a quick overview by reading the post about the&nbsp;<a href="https://buddypress.org/2020/03/buddypress-6-0-0-beta1/">6.0.0 Beta1</a>&nbsp;release.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Polyglots contributors, there&#8217;s some extra work.</h2>\n\n\n\n<p>This release candidate should introduce around 50 new strings to translate (the ones that were not included previously due to the issue), so thanks in advance for your comprehension and for your help <span class="dashicons dashicons-heart"></span>.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p>As usual, <strong>if you think you’ve found a bug</strong>, please let us know reporting it on&nbsp;<a href="https://buddypress.org/support">the support forums</a>&nbsp;and/or&nbsp;on&nbsp;<a href="https://buddypress.trac.wordpress.org/">our development tracker</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 03 May 2020 04:45:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mathieu Viet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:99:"WPTavern: FOSS Responders Group Brings Financial Help to Open Source Ecosystem Affected by COVID-19";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99213";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:243:"https://wptavern.com/foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19?utm_source=rss&utm_medium=rss&utm_campaign=foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2003:"<p>The pandemic has caused economic hardships and upheaval in nearly every industry. Open source communities and contributors have been affected in a myriad of ways &ndash; whether it&rsquo;s a loss of donations, the burden of nonrefundable travel expenses for canceled conferences, or severely diminished business and fundraising opportunities. </p>\n\n\n\n<p><a href="https://fossresponders.com/">FOSS Responders</a> is a working group of volunteers that aims to future-proof the open source infrastructure we rely on by helping sustain those who maintain the software. The group&rsquo;s website allows those in need to apply for emergency funds. FOSS Responders is <a href="https://opencollective.com/foss-responders">raising money on Open Collective</a> and 100% of donations go to open source technologists in need. So far the group has an estimated annual budget of $8,145.05. Open Collective is also waiving its platform fees on COVID-19 solidarity collectives until the end of June.</p>\n\n\n\n<p>On May 22, FOSS Responders plans to host a <a href="https://opencollective.com/foss-responders/events/virtual-funding-event-q2-2020-4edd1e3a">virtual funding event</a> to provide financial support for organizations affected by the profound economic disruptions caused by the pandemic. Organizers have a $5,000 goal for ticket revenue from general event ticket sales.</p>\n\n\n\n<p>In addition to providing emergency funds, the FOSS Responders group is aiming to address non-financial needs. Open source projects that relied heavily on events for fundraising need help amplifying their projects and recruiting volunteers. FOSS Responders is also creating a Resource Center for projects to find tips and tricks on how to manage fully virtual community interactions and events. Anyone with a skill or service to volunteer can get in touch on the <a href="https://fossresponders.com/">FOSS Responders website</a> and the team will work as matchmakers to connect experts with projects that need help.</p>\n\n\n\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 01 May 2020 23:04:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"WPTavern: Block Lab Team Joins WP Engine, Looks to the Future of Block Building";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=98935";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:201:"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building?utm_source=rss&utm_medium=rss&utm_campaign=block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5636:"<p class="has-drop-cap is-style-default">The three-person Block Lab team of Luke Carbis, Ryan Kienstra, and Rob Stinson is <a href="https://getblocklab.com/the-block-lab-team-are-joining-wp-engine/">joining WP Engine</a> to work on the company&rsquo;s block editor projects. WP Engine approached the team members after seeing how successful the <a href="https://getblocklab.com/">Block Lab project</a> had grown and made them an offer.  The team will be able to continue building projects with solid financial backing.</p>\n\n\n\n<p><a href="https://wordpress.org/plugins/block-lab/">Block Lab</a> is a plugin that was created to allow other developers to build blocks without needing to wade through the depths of complex JavaScript programming. It is a way to get your feet wet in the block development pool without diving in head first. The plugin has built a solid reputation based on user reviews. Out of 39 submissions, it has received 38 five-star ratings.</p>\n\n\n\n<p>&ldquo;From the start, Block Lab has been our answer to the question of &lsquo;how can I lower the barrier to entry for creating custom blocks,''&rdquo; said Stinson. He said the plugin has done two important things for developers. It has given them an easy-to-use admin interface to work from and a simplified templating experience that is aligned with traditional workflows. &ldquo;It&rsquo;s helped folk who haven&rsquo;t had the time to summit the JS-all-the-things mountain or simply provide those that are looking for a standardized system that does a lot of the heavy lifting for them.&rdquo;</p>\n\n\n\n<p>The Block Lab plugin is being phased out, but the team assures that the plugin&rsquo;s current users will not be left in the dust. The plan is to continue supporting the plugin through bug and compatibility fixes for the next year. Pro users will also receive the same support until their license expires. In the long term outlook, the team plans to build a migration path to the new tools they will be building under the WP Engine banner.</p>\n\n\n\n<p>Stinson said that the plugin should work well for a long time to come because it was built by Carbis and Kienstra, two of the best engineers he has worked with. However, he stresses that the work they will be doing with WP Engine will exceed anything they have done with Block Lab.</p>\n\n\n\n<p>&ldquo;We&rsquo;ll be working on technology there that is focused on the Block Editor though, and a part of that will be taking what we&rsquo;ve done with Block Lab and introducing the feature set to the WP Engine suite of products,&rdquo; he said. &ldquo;The alignment will be close and will offer existing Block Lab users an easy migration experience.&rdquo;</p>\n\n\n\n<p>While the Block Lab plugin will see an end, the features the team has worked on will live on in some form.</p>\n\n\n\n<h2>A New Beginning</h2>\n\n\n\n<p class="has-drop-cap">Before taking on roles with WP Engine, each member of the Block Lab team was paying the bills through agency and freelance work. Block Lab was merely a side project they were handling in their free time, but it was slowly growing both in scale and financially.</p>\n\n\n\n<p>&ldquo;Getting to a place where we could give it full-time focus was easily two to three years away though,&rdquo; said Stinson, &ldquo;and we have always been incredibly conscious of the things we wanted to be doing with it and how much the time factor was a limitation. With WP Engine, we&rsquo;re equipped to take the product vision we had for Block Lab and basically strap a rocket to it. Not only are we able to devote our full attention, but we also have the incredible support and resources of WP Engine behind us.&rdquo;</p>\n\n\n\n<p>Stinson is looking forward to the transition within the state of the current WordPress ecosystem. The team can walk into a fresh beginning with the full weight of a major company behind them. &ldquo;Between the classic way of building with WordPress and this new block-first frontier, being set up right now to build and contribute is incredible!&rdquo; he said.</p>\n\n\n\n<p>The team had an existing roadmap and backlog of features they wanted to develop. However, with Block Lab being only a side project, it meant those features would have taken much longer to build. They can now pursue them full time.</p>\n\n\n\n<p>&ldquo;We saw what Block Lab has currently as a necessary baseline for a plugin that equipped folks to create custom blocks, but what we have planned and are dreaming about goes so much further,&rdquo; said Stinson. &ldquo;Joining WP Engine unleashes us to chase down that work faster and with more focus. Another really exciting piece of this is that with our focus we are better positioned to offer insights and contribution to the larger block editor project through core and community contributions.&rdquo;</p>\n\n\n\n<p>The team now has the opportunity to be a pioneer in the years to come. They have proved they can build a useful tool on top of the block editor. The next step is seeing where they take it and whether they can get more developers to join them into a world of building blocks.</p>\n\n\n\n<p>&ldquo;The shift in thinking around how a website is structured towards one that is powered by &lsquo;blocks&rsquo; is a journey that the majority of the WP community is still on,&rdquo; said Stinson. &ldquo;A big part of my vision is having a larger portion of the community up to speed and onboard with this. With more people operating within that zone, more great work and tooling will be produced. By lowering the barrier to entry through Block Lab and what we have planned at WP Engine, it will help to get more people in that zone.&rdquo;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 01 May 2020 17:16:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WPTavern: WordCamp US 2020 Goes Online, Cancels In-Person Event";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99149";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:169:"https://wptavern.com/wordcamp-us-2020-goes-online-cancels-in-person-event?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-us-2020-goes-online-cancels-in-person-event";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3758:"<p>WordCamp US 2020 organizers have <a href="https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/">cancelled the in-person event</a> in favor of hosting it as an online-only conference. With more than a million confirmed coronavirus cases in the U.S. today, 63,000+ deaths, and <a href="https://www.cnn.com/2020/04/30/health/us-coronavirus-thursday/index.html">31 states set to partially reopen</a> this weekend, the pandemic&rsquo;s trajectory throughout the country has become increasingly uncertain. </p>\n\n\n\n<p>Many statewide stay-at-home orders are expiring tomorrow, despite <a href="https://www.nbcnews.com/health/health-news/guidelines-call-14-day-drop-cases-reopen-no-state-has-n1194191">no state having met the federal guidelines for reopening</a>. Some businesses are opting to reopen in a limited capacity, but the general populace is still wary of returning to their previous way of life. In the state of Missouri, where WordCamp US was to be hosted in 2020, there will be no limitations on social gatherings as of May 4, as long as individuals maintain social distancing. It&rsquo;s not yet possible to predict what will be happening in the area in October or how it might impact an event with international attendees. </p>\n\n\n\n<p>After organizers extended the WCUS speaker application deadline for another 1.5 months on April 17,  it seemed the general disinclination towards traveling and gathering in large groups had already taken hold. Booking hotels and travel arrangements five months in advance is still too much of a gamble for speakers and attendees. </p>\n\n\n\n<p>The WCUS organizing team emphasized the longterm health and safety of the WordPress community as their primary concern in today&rsquo;s <a href="https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/">announcement</a> about moving to an online-only event:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>The WCUS organizing team has been working with WordCamp Central and local health authorities to try to make sense of the current COVID-19 pandemic and what it means for our event in St. Louis this October. Throughout this, we have held the longterm health and safety of the WordPress community as the highest priority of our event. To move forward in a way that honors what is best for our community &ndash; both locally and globally &ndash; we have made the hard choice to convert WordCamp US 2020 to an online only event.&nbsp;</p></blockquote>\n\n\n\n<p>WCUS will still happen on the originally scheduled dates, October 27th &ndash; 29th. Organizers plan to run sessions, workshops, and a virtual Contributor Day, along with the annual State of the Word address from Matt Mullenweg. They are also putting together a hallway track, some form of swag, and creative ways for attendees to connect, which will be announced at a later date. </p>\n\n\n\n<p>WCUS is now free for anyone who wants to attend. Without the necessity to rent a venue, provide lunches, and other physical aspects of the event, sponsorships are easily able to cover the cost of streaming to an unlimited number of attendees. </p>\n\n\n\n<p>The <a href="https://2020.wcus-speakers.org/">call for speakers</a> is open until May 31, 2020 at 11:59 pm CDT. WCUS is still accepting sponsorships and will be publishing a set of unique sponsorship packages for the virtual event. Organizers plan to put out a call for volunteers in the near future.  </p>\n\n\n\n<p>WordCamp US follows other major regional WordCamps in Asia and Europe that have canceled in-person events due to the pandemic. Several other upcoming WordCamps, including events in Spain, Kent, Denver, and Minneapolis / Saint Paul,&nbsp;have also announced that they are transitioning to online-only events.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 30 Apr 2020 22:49:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:103:"WPTavern: Gutenberg 8.0 Merges Block and Pattern Inserter, Adds Inline Formats, and Updates Code Editor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99130";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:247:"https://wptavern.com/gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5033:"<p class="has-drop-cap">The team behind the Gutenberg plugin <a href="https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/">shipped version 8.0 yesterday</a>. The update adds some nice user-facing changes, including a merged block and pattern inserter, new inline formatting options, and visual changes to the code editor. Over two dozen bug fixes were included in the release, along with several enhancements.</p>\n\n\n\n<p>Designers on the project <a href="https://github.com/WordPress/gutenberg/pull/21515">updated the welcome box illustrations</a> to match the current UI. Because the welcome modal should already be dismissed for current users, only new users should see these changes.</p>\n\n\n\n<p>For theme authors, the post title and placeholder paragraph text for the block appender will <a href="https://github.com/WordPress/gutenberg/pull/21749">inherit body font styles</a>. Previously, they had specific styles attached to them in the editor. The current downside is that the post title is not an <code>&lt;h1&gt;</code> element so it cannot automatically inherit styles for that element. However, that will change once the post title becomes a true block in the editor.</p>\n\n\n\n<p>The editor also now <a href="https://github.com/WordPress/gutenberg/pull/21608">clears centered blocks</a> following a floated block. This is an opinionated design change, but it should not negatively affect most themes. However, theme authors should double-check their theme styles to be sure.</p>\n\n\n\n<h2>Updated Block and Pattern Inserter</h2>\n\n\n\n<img />Patterns available in the inserter.\n\n\n\n<p class="has-drop-cap">The development team <a href="https://github.com/WordPress/gutenberg/pull/20951">added patterns to the existing inserter</a>. Now, both blocks and patterns have an individual tab within a unified interface. This is yet another step in the evolution of the pattern system that should land in core WordPress this year.</p>\n\n\n\n<p>Right now, the experience is a two-steps-forward-one-step-back deal. The inserter&rsquo;s behavior has improved and it is great to see patterns merged into it. However, all blocks and patterns are within long lists that require scrolling to dig through. Block categories are no longer tabbed in version 8.0, which is a regression from previous versions. I am certain this will be resolved soon enough, but it is a little frustrating locating a block in the list at the moment.</p>\n\n\n\n<p>Merging patterns into the inserter is an ongoing process. There is still a lot of work to do before the final product is polished and included in core WordPress.</p>\n\n\n\n<p>The following are some key items that need to be addressed in upcoming versions of Gutenberg:</p>\n\n\n\n<ul><li>Patterns should be categorized the same as blocks.</li><li>The block search box should switch to a pattern search box when viewing patterns.</li><li>Pattern titles should be reintroduced in the interface (removed in 8.0).</li></ul>\n\n\n\n<p>Of course, there is a host of other minor and major issues the team will need to cover to nail down the user experience. For now, the interface for patterns continues to improve.</p>\n\n\n\n<h2>Subscript and Superscript Formats</h2>\n\n\n\n<img />Adding superscript text to the editor.\n\n\n\n<p class="has-drop-cap">Gutenberg developers added <a href="https://github.com/WordPress/gutenberg/pull/21819">two new inline formatting options</a> to the editor toolbar: subscript and superscript. These options allow users to add text such as X<sub>2</sub> and X<sup>2</sup>.  They work the same as bold, italic, inline code, and other options.</p>\n\n\n\n<p>The two formatting options represent their respective inline HTML tags, <code>&lt;sub&gt;</code> for subscript and <code>&lt;sup&gt;</code> for superscript. With the addition of the elements, the toolbar now covers most of the widely-used inline HTML tags. The only other tags that are low on my wish list are <code>&lt;abbr&gt;</code>, <code>&lt;del&gt;</code>, and <code>&lt;ins&gt;</code>, but I could live with those remaining firmly in plugin territory.</p>\n\n\n\n<h2>Improved Code Editor</h2>\n\n\n\n<img />Updated code-editing view.\n\n\n\n<p class="has-drop-cap">The code editor <a href="https://github.com/WordPress/gutenberg/pull/21643">received a much-needed overhaul</a> in the 8.0 update. Everything from the post title to the content is set in a monospace font, and the width of the code editing box spans the editing area. It should be a welcome change for those who need to switch to code view once in a while.</p>\n\n\n\n<p>The next step to polishing the code editor (and the HTML block) would be to add syntax highlighting. In the current version, the HTML output is plain text. Given the extra markup that the block editor produces, it can be a bit of a jumbled mess to wade through. Basic syntax highlighting would improve the experience several times over. There is a <a href="https://github.com/WordPress/gutenberg/issues/10423">GitHub ticket</a> for adding the feature, but it has not seen any movement in several months.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 30 Apr 2020 19:48:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"BuddyPress: BuddyPress 6.0.0 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=311340";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3360:"<p>Hello BuddyPress community members!</p>\n\n\n\n<p>The first <a href="https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip">release candidate for BuddyPress 6.0.0</a> is now available for a last round of testing!</p>\n\n\n\n<p>This is an important milestone as we progress toward the BuddyPress 6.0.0 final release date. “Release Candidate” means that we think the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins and Thousands of WordPress themes, it’s possible something was missed.</p>\n\n\n\n<div class="wp-block-image"><img src="https://buddypress.org/wp-content/uploads/1/2020/04/bp-6-0-0-slated-1024x576.jpg" alt="" class="wp-image-311341" /></div>\n\n\n\n<p>BuddPress 6.0.0 is&nbsp;slated for release&nbsp;on&nbsp;<strong>Thursday, May 14</strong>, but we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 6.0.0 yet,&nbsp;<strong>now is the time!</strong></p>\n\n\n\n<p>You can test the&nbsp;<a href="https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip">6.0.0-RC</a>&nbsp;pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the&nbsp;<a href="https://wordpress.org/plugins/bp-beta-tester/">BP Beta Tester</a>&nbsp;plugin.</li><li><a href="https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository:&nbsp;<code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository:&nbsp;<code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but&nbsp;you can get a quick overview by reading the post about the&nbsp;<a href="https://buddypress.org/2020/03/buddypress-6-0-0-beta1/">6.0.0 Beta1</a>&nbsp;release.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against BuddyPress 6.0.0. If you find compatibility problems, please be sure to post to this specific&nbsp;<a href="https://buddypress.org/support/topic/buddypress-6-0-0-release-candidate/">support topic</a>&nbsp;so we can figure those out before the final release. We strongly advise you to have a look at the <a href="https://bpdevel.wordpress.com/category/development-notes/6-0/">6.0.0 development notes</a> to figure out what to focus on during your testing.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Polyglots, we need you!</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp-plugins/buddypress/">Help us translate BuddyPress into many languages!</a> This release also marks the <a href="https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze">string freeze</a> point of the 6.0.0 release schedule. For your information, we are now using WP CLI to generate the buddypress.pot file and you&#8217;ll see we&#8217;ve paid attention to add translators comments to all the strings needing some.</p>\n\n\n\n<p><strong>If you think you’ve found a bug</strong>, please let us know reporting it on&nbsp;<a href="https://buddypress.org/support">the support forums</a>&nbsp;and/or&nbsp;on&nbsp;<a href="https://buddypress.trac.wordpress.org/">our development tracker</a>.</p>\n\n\n\n<p>Thanks in advance for giving the release candidate a test drive!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 30 Apr 2020 00:45:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mathieu Viet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WPTavern: WordPress 5.4.1 Addresses 7 Security Issues and Fixes Several Bugs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99123";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:197:"https://wptavern.com/wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5888:"<p class="has-drop-cap">WordPress 5.4.1, <a href="https://wordpress.org/news/2020/04/wordpress-5-4-1/">a security and maintenance release</a>, dropped today. The release addresses seven security issues, which were all responsibly disclosed to the WordPress security team. Core developers also included several fixes for code regressions in the previous version 5.4 release and ported bug fixes to the block editor from the Gutenberg plugin.</p>\n\n\n\n<p>End-users with automatic updates enabled should begin seeing their sites updated shortly. Other users should update as soon as possible to make sure they are running a version of WordPress with the latest security fixes.</p>\n\n\n\n<p>The WordPress support team has published the <a href="https://wordpress.org/support/wordpress-version/version-5-4-1/">full release documentation</a> for those who wish to view it.</p>\n\n\n\n<p>Security fixes were added to every major version of WordPress from 5.4 back to 3.7.  The following vulnerabilities were addressed:</p>\n\n\n\n<ul><li>Password reset tokens were not correctly invalidated.</li><li>Some private posts could be viewed without authentication.</li><li>Two cross-site scripting (XSS) vulnerabilities in the customizer.</li><li>XSS issue in the search block.</li><li>XSS issue in the WordPress object cache.</li><li>XSS issue with file uploads.</li><li>XSS issue in the block editor for WordPress 5.4 Release Candidates 1 and 2 (fixed in 5.4 RC5).</li></ul>\n\n\n\n<h2>Block Editor Updates</h2>\n\n\n\n<p class="has-drop-cap">Several fixes were high priority enough from the Gutenberg plugin to port to the WordPress 5.4.1 release. The biggest user-facing issues were a broken block duplication keyboard shortcut, misaligned buttons blocks, and odd scrolling behavior when attempting to edit text in a long block.</p>\n\n\n\n<p>The following is a full list of the issues the development team addressed:</p>\n\n\n\n<ul><li>Fixed the <code>Ctrl</code> + <code>Shift</code> + <code>D</code> keyboard shortcut for duplicating a block, which no longer throws an error.</li><li>Adds correct margins when aligning the buttons block left or right.</li><li>Prevents the editor from scrolling to the top when clicking to edit a large block, such as a long list.</li><li>No longer hides the toolbar for plugins that have text inputs in the toolbar.</li><li>Stops a JavaScript crash with the latest posts block when an image has missing dimensions.</li><li>Escapes the HTML class for the RSS and search blocks to prevent malformed markup.</li></ul>\n\n\n\n<p>To review the code changes to the block editor in-depth, see the <a href="https://github.com/WordPress/gutenberg/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3A%22Backport+to+WP+Core%22+is%3Aclosed">full ticket list</a>.</p>\n\n\n\n<h2>Other Core WordPress Changes</h2>\n\n\n\n<p class="has-drop-cap">Users who run their browsers in dark mode can rejoice if they also use the core WordPress favicon. The team <a href="https://core.trac.wordpress.org/ticket/49798">introduced an updated favicon</a> with a light background so that it no longer washes out. It is a minor fix but makes the famed WordPress logo look more professional.</p>\n\n\n\n<p>The heading level, which was previously set to <code>&lt;h3&gt;</code>, has been <a href="https://core.trac.wordpress.org/ticket/49838">bumped up one level</a> on the WordPress admin freedoms screen (<code>wp-admin/freedoms.php</code>). This change provides the proper heading level and should help screen-reading users better navigate the page.</p>\n\n\n\n<p>For users on the Edge or iOS Safari browsers who <a href="https://core.trac.wordpress.org/ticket/49753">could not select files in the media library</a>, it was due to a CSS issue that hid the input. This should no longer be an issue in the new update.</p>\n\n\n\n<p>WordPress 5.4.1 addressed some regressions from the previous version. One revolves around posting by email when no post title was added. In that scenario, the <a href="https://core.trac.wordpress.org/ticket/49853">email subject should have been used as the title</a>, but this was broken by a code change in WordPress 5.4. For developers, the <code>category_link</code> and <code>tag_link</code> filter hooks were <a href="https://core.trac.wordpress.org/ticket/49759">mistakenly deprecated</a> previously and are now once again good to use without throwing a notice.</p>\n\n\n\n<p>Plugin developers have a few bug fixes to look forward to. The <code>WP_Site_Health</code> object is now instantiated after the <code>plugins_loaded</code> and <code>after_setup_theme</code> hooks, which means they can perform necessary actions <a href="https://core.trac.wordpress.org/ticket/49824">before the site health is checked</a>. The deprecated <code>wp_get_user_request_data()</code> function is now <a href="https://core.trac.wordpress.org/ticket/49802">correctly loaded on the front end</a>, which was causing errors with plugins such as BuddyPress.</p>\n\n\n\n<p>In a larger design change, plugin authors who <a href="https://core.trac.wordpress.org/ticket/49772">add custom content to the privacy policy guide</a> can use more HTML elements. In WordPress 5.4, the guide design was updated to add a white background behind the suggested text. However, the new code only applied to paragraphs. Now, the design supports tables, lists, and other elements that are commonly used. Unordered lists also have bullet points to distinguish them from paragraphs.</p>\n\n\n\n<p>The development team fixed two issues with the REST API. The first <a href="https://core.trac.wordpress.org/ticket/49645">corrected an issue</a> with the <code>get_item</code> permissions check. The second fixed the <code>_fields</code> filtering. The core code now uses the <code>rest_is_field_included()</code> function to <a href="https://core.trac.wordpress.org/ticket/49648">determine which fields to include</a> to permit filtering by nested field properties.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Apr 2020 20:39:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress.org blog: WordPress 5.4.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=8553";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/news/2020/04/wordpress-5-4-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6919:"<p>WordPress 5.4.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 17 <a href="https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priorityhttps://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority">bug fixes</a> in addition to 7 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.4.1 is a short-cycle security and maintenance release. The next major release will be version 5.5.</p>\n\n\n\n<p>You can download WordPress 5.4.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Seven security issues affect WordPress versions 5.4 and earlier. If you haven’t yet updated to 5.4, all WordPress versions since 3.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props to <a href="https://hackerone.com/hijibiji">Muaz Bin Abdus Sattar</a> and <a href="https://hackerone.com/dyennez">Jannes</a> who both independently reported an issue where password reset tokens were not properly invalidated.</li><li>Props to <a href="https://github.com/ka1n4t">ka1n4t</a> for finding an issue where certain private posts can be viewed unauthenticated.</li><li>Props to <a href="https://evanricafort.com/">Evan Ricafort</a> for discovering an XSS issue in the Customizer</li><li>Props to Ben Bidner from the WordPress Security Team who discovered an XSS issue in the search block.</li><li>Props to Nick Daugherty from <a href="https://wpvip.com">WordPress VIP</a> / WordPress Security Team who discovered an XSS issue in <code>wp-object-cache</code>.</li><li>Props to Ronnie Goodrich (<a href="https://hackerone.com/kahoots">Kahoots</a>) and <a href="http://pentestusa.com/">Jason Medeiros</a> who independently reported an XSS issue in file uploads.</li><li>Props to <a href="https://weston.ruter.net/">Weston Ruter</a> for fixing a stored XSS vulnerability in the WordPress customizer.</li><li>Additionally, an authenticated XSS issue in the block editor was discovered by Nguyen The Duc (<a href="https://twitter.com/ducnt_">ducnt</a>) in WordPress 5.4 RC1 and RC2. It was fixed in 5.4 RC5. We wanted to be sure to give credit and thank them for all of their work in making WordPress more secure.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href="https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority">full list of changes</a> on Trac, or check out the <a href="https://wordpress.org/support/wordpress-version/version-5-4-1/">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.1 happen:</p>\n\n\n\n<p><a href="https://profiles.wordpress.org/xknown/">Alex Concha</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/aduth/">Andrew Duthie</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/afragen/">Andy Fragen</a>, <a href="https://profiles.wordpress.org/apeatling/">Andy Peatling</a>, <a href="https://profiles.wordpress.org/arnaudbroes/">arnaudbroes</a>, <a href="https://profiles.wordpress.org/chrisvanpatten/">Chris Van Patten</a>, <a href="https://profiles.wordpress.org/talldanwp/">Daniel Richards</a>, <a href="https://profiles.wordpress.org/dhrrob/">DhrRob</a>, <a href="https://profiles.wordpress.org/dono12/">Dono12</a>, <a href="https://profiles.wordpress.org/dudo/">dudo</a>, <a href="https://profiles.wordpress.org/ehtis/">Ehtisham Siddiqui</a>, <a href="https://profiles.wordpress.org/ellatrix/">Ella van Durpe</a>, <a href="https://profiles.wordpress.org/garrett-eclipse/">Garrett Hyder</a>, <a href="https://profiles.wordpress.org/ianbelanger/">Ian Belanger</a>, <a href="https://profiles.wordpress.org/ipstenu/">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/whyisjake/">Jake Spurlock</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/jorgefilipecosta/">Jorge Costa</a>, <a href="https://profiles.wordpress.org/kadamwhite/">K. Adam White</a>, <a href="https://profiles.wordpress.org/ryelle/">Kelly Choyce-Dwan</a>, <a href="https://profiles.wordpress.org/markrh/">MarkRH</a>, <a href="https://profiles.wordpress.org/mattyrob/">mattyrob</a>, <a href="https://profiles.wordpress.org/mcsf/">Miguel Fonseca</a>, <a href="https://profiles.wordpress.org/batmoo/">Mohammad Jangda</a>, <a href="https://profiles.wordpress.org/mukesh27/">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/nickdaugherty/">Nick Daugherty</a>, <a href="https://profiles.wordpress.org/noahtallen/">noahtallen</a>, <a href="https://profiles.wordpress.org/pbiron/">Paul Biron</a>, <a href="https://profiles.wordpress.org/westi/">Peter Westwood</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/pikamander2/">pikamander2</a>, <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, <a href="https://profiles.wordpress.org/youknowriad/">Riad Benguella</a>, <a href="https://profiles.wordpress.org/noisysocks/">Robert Anderson</a>, <a href="https://profiles.wordpress.org/otto42/">Samuel Wood (Otto)</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/sorenbronsted/">Søren Brønsted</a>, <a href="https://profiles.wordpress.org/sstoqnov/">Stanimir Stoyanov</a>, <a href="https://profiles.wordpress.org/isabel_brison/">tellthemachines</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs/">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/toro_unit/">Toro_Unit (Hiroshi Urabe)</a>, <a href="https://profiles.wordpress.org/treecutter/">treecutter</a>, and <a href="https://profiles.wordpress.org/yohannp/">yohannp</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Apr 2020 19:56:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jake Spurlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"Akismet: Version 4.1.5 of the Akismet WordPress Plugin is Now Available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://blog.akismet.com/?p=2068";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"https://blog.akismet.com/2020/04/29/version-4-1-5-of-the-akismet-wordpress-plugin-is-now-available/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1339:"Version 4.1.5 of <a href="http://wordpress.org/plugins/akismet/">the Akismet plugin for WordPress</a> is now available. It contains the following changes:\n\n<!-- /wp:paragraph --><!-- wp:list -->\n<ul>\n 	<li>Based on user feedback, we have dropped the in-admin notice explaining the availability of the &#8220;privacy notice&#8221; option in the AKismet settings screen. The option itself is available, but after displaying the notice for the last 2 years, it is now considered a known fact.</li>\n 	<li>Updated the &#8220;Requires at least&#8221; to WP 4.6, based on recommendations from <a href="https://wp-info.org/tools/checkplugini18n.php?slug=akismet" rel="nofollow">https://wp-info.org/tools/checkplugini18n.php?slug=akismet</a></li>\n 	<li>Moved older changelog entries to a separate file to keep the size of this readme reasonable, also based on recommendations from <a href="https://wp-info.org/tools/checkplugini18n.php?slug=akismet" rel="nofollow">https://wp-info.org/tools/checkplugini18n.php?slug=akismet</a></li>\n</ul>\n<!-- /wp:list --><!-- wp:paragraph -->\n\nTo upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href="http://wordpress.org/plugins/akismet/">the WordPress plugins directory</a>.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Apr 2020 13:12:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Stephane Daury";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:108:"WPTavern: Tectonic Shifts in Retail Industry are Creating Unprecedented Opportunities for Independent Stores";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=98957";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:261:"https://wptavern.com/tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores?utm_source=rss&utm_medium=rss&utm_campaign=tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:12689:"<p>Major retailers that are part of the critical infrastructure for distributing household essentials, healthcare items, and shelf-stable food, are raking in the cash during this pandemic. While consumer spending at bars, restaurants, and places of entertainment has dropped precipitously, spending at Amazon and Walmart has increased considerably in the past few weeks. The companies cannot hire workers fast enough to meet consumer demand.</p>\n\n\n\n<p>According to a report from <a href="https://first.facteus.com/">Facteus,</a> a firm that provides data from billions of transactions from over 1,000 financial services companies, Amazon and Walmart&rsquo;s year-over-year growth recently hit 80% and 18%, respectively in the past few weeks.</p>\n\n\n\n<div class="wp-block-image"><img /></div>\n\n\n\n<p>The pandemic has worked as a catalyst for pre-existing trends, &ldquo;accelerating the retail reckoning,&rdquo; as Derek Thompson predicts in his recent article on how <a href="https://www.theatlantic.com/ideas/archive/2020/04/how-pandemic-will-change-face-retail/610738/">The Pandemic Will Change American Retail Forever</a>. Brick and mortar storefronts are rapidly becoming obsolete in a world that is forcibly consigned to shopping from home.</p>\n\n\n\n<p>There are still many uncertainties about <em>SARS</em>&ndash;<em>CoV-2</em> and how humanity will safely find its way out of lockdown. Recovery from the virus may not confer long-term immunity and a vaccine may be more than a year away, likely pushing social distancing measures into 2021. Consumer behavior may be forever altered by this experience, as many people may continue to avoid in-person browsing at stores long after the worst is over. </p>\n\n\n\n<p class="is-style-highlight">While it might seem like the retail titans are still uncontested in their domination, there are tectonic shifts happening in the retail industry that are giving smaller, independent stores an unprecedented opportunity to gain new customers online. Merchants that can adapt and excel at getting products to a homebound population stand to be the most resilient during this pandemic.</p>\n\n\n\n<p>In order to keep up with demand, Amazon has had to delay shipments of non-essential items by up to a month in some cases, prioritizing household basics and medical supplies. Major grocery retailers are <a href="https://www.digitalcommerce360.com/article/coronavirus-impact-online-retail/">competing against one another to hire furloughed workers</a> in order to keep up with the demand for groceries with so many people eating at home. Independent stores that can be found online have the opportunity to step up and fill in the gaps where major retailers cannot meet the demand fast enough.</p>\n\n\n\n<p>People are more inclined to support small businesses right now in light of current circumstances. Amazon&rsquo;s severely strained relationship with buyers, sellers, affiliates, and employees is also contributing to consumers&rsquo; eagerness to support independent stores.</p>\n\n\n\n<p>On April 21, <a href="https://www.cnbc.com/2020/04/14/amazon-slashes-commission-rates-for-affiliate-program.html">Amazon slashed commission rates</a> nearly in half for most product categories, negatively impacting media companies and publishers that have not diversified their affiliate revenue sources.</p>\n\n\n\n<p>Amazon&rsquo;s essential workers are planning to join others from Instacart, Whole Foods, Walmart, Target, and FedEx in <a href="https://theintercept.com/2020/04/28/coronavirus-may-1-strike-sickout-amazon-target-whole-foods/">a strike on Friday</a>. They are protesting their employers&rsquo; record corporate profits which they say have come at the expense of workers&rsquo; health and safety. Many consumers have already grappled with a question of conscience in continuing to shop on Amazon after hearing reports of grueling labor conditions for years.</p>\n\n\n\n<p>Another major development in the retail industry has come to light as the result of a recent Wall Street Journal investigation, which revealed that <a href="https://www.wsj.com/articles/amazon-scooped-up-data-from-its-own-sellers-to-launch-competing-products-11587650015">Amazon is using data from its sellers to launch competing products</a>. Merchants selling successfully on Amazon are not safe from having their products copied and their businesses effectively cannibalized.</p>\n\n\n\n<p>Documents obtained by the WSJ, along with interviews from more than 20 former employees of Amazon&rsquo;s private-label business, described how the marketplace operator uses third-party sellers&rsquo; data to gain a competitive advantage: </p>\n\n\n\n<blockquote class="wp-block-quote"><p>In one instance, Amazon employees accessed documents and data about a bestselling car-trunk organizer sold by a third-party vendor. The information included total sales, how much the vendor paid Amazon for marketing and shipping, and how much Amazon made on each sale. Amazon&rsquo;s private-label arm later introduced its own car-trunk organizers.</p></blockquote>\n\n\n\n<p>The WSJ expos&eacute; details the great pressure that Amazon executives are under to deliver successful private-label products:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>Former executives said they were told frequently by management that Amazon brands should make up more than 10% of retail sales by 2022.&nbsp;Managers of different private-label product categories have been told to create $1 billion businesses for their segments, they said.</p></blockquote>\n\n\n\n<p>This practice of launching competing products with access to third-party sellers&rsquo; data has been happening for years but is an especially hostile tactic to employ in a time when Amazon&rsquo;s revenue is skyrocketing and small businesses are struggling to stay afloat. It is a sobering reminder of the value of hosting your own online store and the importance of owning your own data.</p>\n\n\n\n<p>There are some positive developments in the industry that should give small business owners confidence in maintaining independence from the dominant forces in online retail. </p>\n\n\n\n<p>Wired published an article this week titled <a href="https://www.wired.com/story/coronavirus-book-sales-indie/">The Coronavirus Pandemic Is Changing How People Buy Books</a> by Kate Knibbs. She describes how one indie bookseller&rsquo;s e-commerce startup has found unlikely success in positioning itself as &ldquo;an easy way to buy books online without further enriching Jeff Bezos:&rdquo;</p>\n\n\n\n<blockquote class="wp-block-quote"><p>Bookshop went from a well-intentioned startup facing an uphill battle to one of the most popular ways to buy books online in a matter of weeks.&nbsp;<em>The</em>&nbsp;<em>New York Times</em>, BuzzFeed, Vox, and&nbsp;<em>The New Republic</em>&nbsp;are all affiliate partners now. Its headcount has doubled in size. Hunter expects to hit $6 million in sales by May, eons ahead of its loftiest projections from January. If the company&rsquo;s performance holds steady, it could do $60 million in sales a year, although Hunter is assuming post-quarantine life will be different. &ldquo;I&rsquo;m sure that when things open back up, our sales will drop, maybe even cut in half,&rdquo; he says. &ldquo;But even then, we&rsquo;re still one of the top 10 bookstores in the US.&rdquo;</p></blockquote>\n\n\n\n<p>Yesterday, <a href="https://techcrunch.com/2020/04/28/shopify-launches-shop-a-new-mobile-shopping-app/">Shopify launched its new Shop app</a>, touting modularized, distributed marketplaces as the future of e-commerce. The app allows shoppers to browse local merchants and make purchases. It provides a new vehicle of exposure for the company&rsquo;s 1m+ merchants on its platform. Businesses do not have to pay to have access to the app, nor do they pay commissions on the sales it generates.</p>\n\n\n\n<p>Google is also making it easier for smaller stores to be found on the web by <a href="https://wptavern.com/google-shopping-is-now-open-to-free-product-listings">opening up the Shopping tab to free listings</a> and partnering with WooCommerce, Shopify, and BigCommerce. This essentially gives more free traffic to small businesses whose listings will break up the longstanding dominance of major online retailers in the Shopping tab. </p>\n\n\n\n<p>WordPress developers with e-commerce experience have the opportunity to build products and stores that will help traditional brick-and-mortar businesses&nbsp;start selling online quickly, so they can continue to find success in. the brave new world of online-first retail. WordPress has a plethora of plugin options for making e-commerce accessible to store owners, no matter how simple or complex the store&rsquo;s requirements.</p>\n\n\n\n<h2>Independent WooCommerce Stores Are Booming</h2>\n\n\n\n<p>One user in the WooCommerce community&rsquo;s Facebook group <a href="https://www.facebook.com/groups/advanced.woocommerce/permalink/3429259367088458/">asked</a> how the coronavirus is impacting members&rsquo; e-commerce stores. Responses were varied based on the types of products that the merchants were selling, but the vast majority of responses from store owners and developers were positive reports of increased sales: </p>\n\n\n\n<ul><li>&ldquo;I have a client selling cleaning products. He got several pallets of hand sanitizer in and sold out in a week. He was doing about $2000 in sales a day.&rdquo;</li><li>&ldquo;My client does fruit and veg online. Went from &pound;4k a month trickling along as a side part of his business, to &pound;150k last month and the heading for the same this month.&rdquo;</li><li>&ldquo;We are selling plumbing and home improvement tools and items sales have quadrupled.&rdquo;</li><li>&ldquo;Positive impact. Highest sales for me on my indoor activities niche (puzzles, board games).&rdquo;</li><li>&ldquo;Sales are up more than 1000% &ndash; natural supplements&rdquo;</li><li>&ldquo;Built a cake delivery service to sell slices of cake locally&hellip;&hellip; &pound;4K in a day and sold out. It&rsquo;s crazy.&rdquo;</li><li>&ldquo;800% increase on a niche plant site I host&rdquo;</li><li>&ldquo;Compared to same month last year, up approx 250% (garden products)&rdquo;</li><li>&ldquo;3000% increase during the last month compared to monthly average over the last year. Natural health products&rdquo;</li><li>&ldquo;Our canvas printing site is up 20%&rdquo;</li><li>&ldquo;We are selling more Glass Bongs than ever. People are staying home and getting stoned.&rdquo;</li></ul>\n\n\n\n<p>Saad Munir, the CEO of an e-commerce marketing agency, manages 28 stores for their clients with $30-$500k sales per month in various niches. </p>\n\n\n\n<p>&ldquo;Some of them are popular brands of their niche,&rdquo; Munir said. &ldquo;We have seen a drop in sales of up to 80% in non-essential and medium luxury products, and a 400% increase in essential products. However, now non-essential and daily-use products have also started getting good sales since everyone is home and sticking to their devices during this social distancing. We also have clients of furniture e-commerce stores. This means high-ticket items. They have even seen increased sales in bedsets, sofas, etc. So, for sure online sales are increasing. We also on-boarded several new clients and most of these stores are in WooCommerce.&rdquo;</p>\n\n\n\n<p>In the WooCommerce Help &amp; Share group, one member <a href="https://www.facebook.com/groups/woohelp/permalink/3028955177330917/">asked for help collating all his orders into one list</a> after his artisan cheese business increased exponentially overnight. Another member <a href="https://www.facebook.com/groups/woohelp/permalink/3024332674459834/">asked for help optimizing his client&rsquo;s store</a> after their pre-COVID-19 revenue went from less than &pound;1k/month to almost &pound;2k sales per day.</p>\n\n\n\n<p>If independent self-hosted stores are able to perform well during this crisis, they have the opportunity to earn customers&rsquo; loyalty for continued business long after social distancing requirements are no longer necessary. It&rsquo;s a unique opportunity that may not have been possible on such an accelerated timeline without this exact set of circumstances.</p>\n\n\n\n<p>These recent shifts in online retail are the first cracks in the ice towards a web that is more friendly for smaller, independent stores. The trend towards buying all of life&rsquo;s necessities online has evolved overnight to include a wider spectrum of consumer demographics than ever before. Diverse independent stores are crucial for meeting this demand without losing the unique and varied shopping landscape that the pandemic has forced to be temporarily closed.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Apr 2020 08:17:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"Post Status: Professional WordPress Plugin Development: Interview with the authors";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=78739";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"https://poststatus.com/professional-wordpress-plugin-development-interview-with-the-authors/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1671:"<p><em>Professional WordPress Plugin Development</em> was one of the most helpful books I''ve ever read. To see a new edition with two returning authors, nine years after the original, is very exciting.</p>\n\n\n\n<p>This edition of the book will be sure to offer a great resource for developer education for years to come. Brad Williams, Justin Tadlock, and John James Jacoby are each extremely talented developers and communicators. The work they can accomplish together is even greater.</p>\n\n\n\n<p>Cory talks to them about their histories, the book, the process, and much more. We hope you enjoy this episode of Post Status Draft.</p>\n\n\n\n\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>\n\n\n\n<p>You can <a href="https://amzn.to/3cWMJlB">pre-order <em>Professional WordPress Plugin Development</em> now on Amazon</a>. It is slated to be released June 10th.</p>\n\n\n\n<ul><li><a href="https://strangework.com/2020/01/06/announcing-professional-wordpress-plugin-development-2nd-edition/">Brad''s announcement</a></li><li><a href="http://justintadlock.com/archives/2020/01/06/writing-a-wordpress-book-again">Justin''s announcement</a></li><li><a href="https://jjj.blog/2020/01/coauthoring-a-wordpress-plugin-development-book/">John''s announcement</a></li></ul>\n\n\n\n<h3>Episode Partner: <a href="https://poststatus.com/gravity">Gravity Forms</a></h3>\n\n\n\n<p>Gravity Forms is the easiest-to-use and most trusted tool for creating advanced forms for your WordPress-powered website. I use Gravity Forms on every WordPress site I own, and I know I can always rely on its power, flexibility, and reliability.</p>\n\n\n\n<p><a href="https://poststatus.com/gravity">Try Gravity Forms today.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Apr 2020 04:27:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"WPTavern: David Vongries Takes Over as New Owner of the Kirki Customizer Framework";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99016";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:209:"https://wptavern.com/david-vongries-takes-over-as-new-owner-of-the-kirki-customizer-framework?utm_source=rss&utm_medium=rss&utm_campaign=david-vongries-takes-over-as-new-owner-of-the-kirki-customizer-framework";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8410:"<p class="has-drop-cap">Ari Stathopoulos sold <a href="https://kirki.org/">Kirki</a>, his 6-year-old customizer framework, last week. The plugin is a widely-used tool for theme authors and currently has over 400,000 installations. It is also bundled as a drop-in package within an unknown number of themes, likely numbering in the hundreds. David Vongries, the owner of the <a href="https://wp-pagebuilderframework.com/">Page Builder Framework theme</a>, has taken over the project.</p>\n\n\n\n<p>All of Kirki&rsquo;s customizer controls, including those that were previously commercial/premium, are now open under the <a href="https://github.com/kirki-framework">Kirki Framework</a> GitHub organization.</p>\n\n\n\n<p>Stathopoulos <a href="https://twitter.com/aristath/status/1247931690162544640">tweeted his decision</a> to seek a buyer on April 8. &ldquo;This is an announcement I never thought I&rsquo;d make,&rdquo; he wrote.  &ldquo;As much as it saddens me, I have decided to sell the Kirki #WordPress plugin.  With 500,000+ installations and included in hundreds of themes I no longer have the ability &ndash; as an individual developer &ndash; to maintain it. And even though I had big dreams and wanted to facilitate things for the WordPress editor as well, the plugin has grown beyond me&hellip;It is no longer possible for a single person to maintain such a beast.&rdquo;</p>\n\n\n\n<p>Between his fulltime day job, a representative role for the theme review team, and maintaining other open-source projects, Stathopoulos was pulling 16-hour days of work. Not to mention, he had the usual life elements he needed to make time for in his routine. The Kirki project was not something he could devote any extra time to. Stathopoulos said he knew that spending too much time behind the screen was detrimental to his mental and physical health. He needed to make changes for his personal well-being. Still, it was tough to let go of a project he had invested years into.</p>\n\n\n\n<p>&ldquo;Letting go of a project like that feels extremely weird!&rdquo; he said. &ldquo;It&rsquo;s a weird mix of sadness, stress, and relief. I feel sad because it&rsquo;s out of my control. I feel stressed because it&rsquo;s out of my control. And I feel relieved because it&rsquo;s out of my control.&rdquo;</p>\n\n\n\n<p>While he suspects the sadness and stress of letting go of his project will subside, he said he already feels relieved to no longer have the responsibility of managing such a huge project alone. &ldquo;I am no longer responsible for the hundreds of themes that use it; it&rsquo;s liberating,&rdquo; he said.</p>\n\n\n\n<h2>No Deal for the Highest Bidder</h2>\n\n\n\n<p class="has-drop-cap">Stathopoulos did not want to let this passion project go to anyone. He wanted someone with the vision to see the project evolve. He had several offers for Kirki. Over 400,000 installations can make for a lucrative opportunity for someone with the right marketing skills. It would have been easy for him to take the highest bid and jump ship, but that is not his style.</p>\n\n\n\n<p>&ldquo;Kirki is a weird case,&rdquo; he said. &ldquo;It may have 400,000 installations and used by hundreds of themes both free and premium, but the actual &lsquo;clients&rsquo; are the theme authors, not the end-users. That fact limits the potential for monetizing the plugin ethically. There were quite a few bids, some were high, some were low, but what surprised me is that a lot of them were not interested in helping the community in any way.&rdquo;</p>\n\n\n\n<p>Stathopoulos said the majority of the offers were from buyers with no interest in growing the plugin. Most of them seemed to be looking for a quick buck. He steered clear of them because he did not want to see end-users blasted with obtrusive ads, upsells, or spam.</p>\n\n\n\n<p>&ldquo;In the end, I didn&rsquo;t go with the highest bid, which was 2.5 times the price I gave it for,&rdquo; he said. &ldquo;Though I admit I was seriously tempted to &lsquo;take the money and run.&rsquo; I went with what I felt was an ethical choice, someone who actually uses the project on a daily basis, wants to evolve it, and I feel will honor the open-source spirit and the six years of sweat.&rdquo;</p>\n\n\n\n<p>Stathopoulos decided to sell to Vongries. The two had previously worked together on multiple occasions on the Kirki project and he felt it was the right move.</p>\n\n\n\n<p>&ldquo;Once I decided that he should get it, the process went pretty smooth, and there were no hiccups,&rdquo; said Stathopoulos. &ldquo;The hard part was deciding who should get it.&rdquo;</p>\n\n\n\n<p>Vongries was almost a natural choice as a new owner. He and his team had been using Kirki since its inception. &ldquo;I think it&rsquo;s an incredible framework and it makes working with the WordPress customizer so much easier,&rdquo; he said.</p>\n\n\n\n<p>He reached out to Stathopoulos immediately upon seeing it was for sale. The two had a conversation soon thereafter and shared similar visions for the plugin.</p>\n\n\n\n<p>&ldquo;I always looked at Kirki as something special and wanted to get involved,&rdquo; said Vongries. &ldquo;Until recently though, I wouldn&rsquo;t have had the resources to do so, but since the team around MapSteps has grown it just all happened at the right time. Being a Kirki user myself, I looked at this from both perspectives &mdash; from a developer standpoint and as someone that has been using the plugin for years.&rdquo;</p>\n\n\n\n<h2>The Future of Kirki</h2>\n\n\n\n<p class="has-drop-cap">Over the past 18 months, Stathopoulos has rewritten the plugin and split it into around 50 Composer packages. The plan was to make these packages installable as individual components for plugin and theme authors. Instead of bundling the entire Kirki library, developers can use the pieces they need. At this point, these components should be stable, but they have not been widely tested by theme authors, who are accustomed to working with the full framework.</p>\n\n\n\n<p>He was also excited about the potential move away from the customizer and working with full-site editing and global styles. Right now, it is unclear how the future of the Gutenberg project will impact the customizer. Many theme authors are now looking at it as a dying piece of the platform. Stathopoulos felt like there was still room to grow and transition into the new era.</p>\n\n\n\n<p>&ldquo;My vision for Kirki was to combine some things with full-site editing, and allow themes that were using Kirki to automatically get global styles when they land in WordPress core,&rdquo; he said. &ldquo;That would be truly amazing, and I&rsquo;m sure it will be possible to do once there is an API for global styles. If [Vongries] goes in that direction, there&rsquo;s definitely potential for monetization there, while at the same time he&rsquo;ll help people build better things. Can you imagine a painless transition to global styles for themes that use Kirki? That would be a great thing to see!&rdquo;</p>\n\n\n\n<p>However, the project is out of the former owner&rsquo;s hands now. It is Vongries&rsquo; vision that must lead the project moving forward.</p>\n\n\n\n<p>&ldquo;I respect Ari a lot and he has done an amazing job with Kirki,&rdquo; said Vongries. &ldquo;[Stathopoulos] said he would love to continue to contribute to the project, and he is more than welcome to do so.&rdquo;</p>\n\n\n\n<p>The immediate plan is to launch Kirki 4.0. It is nearly ready to roll out, awaiting some fine-tuning and final testing. Vongries and his team are also about to begin work on new extensions that bring more controls and functionality to the framework and, potentially, Gutenberg.</p>\n\n\n\n<p>&ldquo;We are going to explore how we can make the connection between the existing functionality in Kirki and the upcoming features in Gutenberg and Gutenberg in general,&rdquo; he said. &ldquo;At this point, we have some ideas about how we can adapt Kirki to the ever-changing WordPress platform. But for now, they are only ideas. We are certain that we will be able to provide a useful tool for developers, regardless of the direction WordPress and Gutenberg goes.&rdquo;</p>\n\n\n\n<p>The new team behind Kirki is still working on the long-term roadmap. It will be exciting to see where they take it. For now, it is still the go-to customizer framework for many theme authors. And, it is in the hands of someone who has been using the project for years.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 28 Apr 2020 18:39:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WPTavern: WordCamp Europe 2020 Online Registration Now Open: Tickets are Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=98976";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:197:"https://wptavern.com/wordcamp-europe-2020-online-registration-now-open-tickets-are-free?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2020-online-registration-now-open-tickets-are-free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2514:"<p><a href="https://2020.europe.wordcamp.org/">WordCamp Europe 2020</a> is just 37 days away. Organizers announced in April that the event, which was supposed to be hosted in Porto, is moving to be 100% online this year due to the COVID-19 pandemic. WCEU will kick off with a virtual Contributor Day on June 4, followed by two half days of talks and workshops broadcasted via livestream.</p>\n\n\n\n<p>WordCamp Europe is one of the largest regional WordCamps on the planet and has been hosted in many magnificent venues and inspiring cities over the years. The event routinely sells out of tickets and sponsor packages, as companies and attendees rally around this unique opportunity to connect across boundaries, uniting Europe through a shared love of WordPress. </p>\n\n\n\n<p>For the first time in the event&rsquo;s eight-year history, the European WordPress community will have to forego the in-person networking time that many have come to value as both a personal and professional highlight of the year. WCEU Organizers have worked for the better part of a decade to make it one of the most polished and efficient WordCamps. Now the team is forced to pivot and use their expertise to host a top-notch virtual event.</p>\n\n\n\n<p>Past local organizing teams have been successful at creating an intimate atmosphere that facilitates rewarding connections with a focus on hospitality. These in-person connections add context to remote interactions and conversations long after the event concludes. Reaching this same high level of interpersonal connectivity between attendees is going to be a challenge for this online edition, but WCEU organizers have a long track record of adapting to different environments.  Dozens of other WordPress meetups, WordCamps, and educational events are currently facing the same challenges and are <a href="https://make.wordpress.org/community/events/">moving online</a>.</p>\n\n\n\n<p>Registering for a ticket to WCEU is optional but attendees who want to participate in the virtual networking, Q&amp;A sessions, and contributor day will have be registered. Organizers were expecting approximately 3,000 attendees but hosting the event online may affect those numbers in either direction.  <a href="https://2020.europe.wordcamp.org/tickets/">Tickets are available for free</a> on the WCEU website, thanks to the event&rsquo;s sponsors. After eight hours of open registration, there are 4,257&nbsp;tickets remaining.  The event will return to Porto, Portugal, on June 3-5, 2021.</p>\n\n\n\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Apr 2020 23:10:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"WPTavern: Should the Block Editor Have a Grid System?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=99028";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:149:"https://wptavern.com/should-the-block-editor-have-a-grid-system?utm_source=rss&utm_medium=rss&utm_campaign=should-the-block-editor-have-a-grid-system";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5456:"<p class="has-drop-cap">Laying out a webpage design and getting every element aligned perfectly can be a tough job. Even many developers rely on CSS grid frameworks. Granted, with the introduction of the flexbox and grid systems in the CSS language, such frameworks are becoming unnecessary. Whether it is getting the vertical and horizontal rhythm down or simply aligning an image next to a bit of text, page layouts are often done best via some sort of grid system.</p>\n\n\n\n<p>This becomes even more apparent when building a page layout visually through the WordPress block editor. The current iteration of the editor does a fine job of being a general content editor while providing the ability to insert various elements into the page.</p>\n\n\n\n<p>However, it is not by any means a page builder &mdash; <em>yet</em>.</p>\n\n\n\n<p>The question is, before we engage in full-site editing, global styles, block patterns, and other upcoming tools, whether a grid system should be a part of the equation. If so, how should that system work? Will it be configurable by theme authors? How will it handle tablet and mobile views? Will the grid be visible to users or a hidden thing in the background?</p>\n\n\n\n<p>As more block plugins are released, particularly with those that may have multiple elements that may need to be aligned, it might be time we consider a grid system. Such a system may benefit existing core blocks right now, such as Columns and Media &amp; Text. Or, it may be better as a separate, standalone block.</p>\n\n\n\n<p>Including a grid system also has the additional benefit of standardizing on layout-related class names that theme authors can use in their CSS, even outside the content editor. This would bring better compatibility across the board when users inevitably switch themes.</p>\n\n\n\n<h2>A Starting Point: Layout Grid Block</h2>\n\n\n\n<img />Three-column layout with Layout Grid Block.\n\n\n\n<p class="has-drop-cap">Automattic, as part of its <a href="https://github.com/Automattic/block-experiments">Block Experiments</a> project, has released the <a href="https://wordpress.org/plugins/layout-grid/">Layout Grid Block</a> plugin. It is essentially a beefed-up version of the core Columns block. The major difference is that column alignment snaps to a specific point in the grid. This grid is also displayed in the background while editing the post.</p>\n\n\n\n<p>The tricky thing with grids is not simple alignment in columns in desktop view. It is dealing with how those columns transform on smaller devices like tablets and smartphones. Sometimes that is a guessing game from a theme design perspective because the theme author is not privy to the actual content that needs to be aligned. In turn, designers make best-guess decisions and hope it works for most.</p>\n\n\n\n<p>The Layout Grid block has a &ldquo;Responsive Breakpoints&rdquo; tab under the block options panel that allows users to configure this based on device. Users can decide how individual columns span the grid. The grid system is based on a varying number of grid sections based on the device:</p>\n\n\n\n<ul><li>Desktop: 12 Sections</li><li>Tablet: 8 Sections</li><li>Mobile: 4 Sections</li></ul>\n\n\n\n<p>Imagine wanting to display a simple image with text to the next of it. There are various ways to do this currently in the block editor. Each has its pros and cons, depending on what you want to do. From a user experience and visual standpoint, I love seeing the grid lines in place as I determine how it should be displayed.</p>\n\n\n\n<img />Aligning an image and text on a grid.\n\n\n\n<p>Another upside of having a grid system is consistency in design. If users can scale the width of columns based on arbitrary numbers, much like they can now do with the Media &amp; Text block, there is no consistency with sizing items horizontally on the page. A grid system changes that.</p>\n\n\n\n<p>Layout Grid Block still needs some polishing at this point. There are some trivial pain points in the UI that could be improved. On the whole, my experience with this block offered a compelling argument for including a grid system in core.</p>\n\n\n\n<p>The plugin addresses simple one, two, three, and four columns right now. The grid system in CSS is much more powerful than basic horizontal columns. However, starting with the basics would give us a place to build from.</p>\n\n\n\n<h2>Should Core Include a Grid?</h2>\n\n\n\n<p class="has-drop-cap">There is at least one <a href="https://github.com/WordPress/gutenberg/issues/16271">open ticket on the Gutenberg repository</a> for addressing a grid system. Mark Uraine, the author of the ticket, posted seven key questions:</p>\n\n\n\n<ol><li>Should the grid system be responsive?</li><li>Should there be a default Gutenberg grid system, but allow themes to register their own?</li><li>Should the grid system conform to the current structure of Gutenberg blocks, or should it be its own thing that we need to restructure the blocks to in the editor?</li><li>Should the grid include gutters?</li><li>Should the grid include, or allow, any vertical alignment snaps?</li><li>What should the grid be based on? (ie. 12 columns, pixel grid, etc.)</li><li>Should the grid allow toggling on/off? And also include a setting to show, or not, when resizing objects in the editor?</li></ol>\n\n\n\n<p>The ticket had some solid discussion nearly a year ago but not much as of late. Would you like to see a grid system in the editor? If so, how would you want it to work?</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Apr 2020 20:24:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Matt: Tulsa Remote Worker Experiment";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=51280";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://ma.tt/2020/04/tulsa-remote-worker-experiment/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1120:"<p>Sarah Holder at Citylab has an interesting article on a program that <a href="https://www.citylab.com/life/2020/02/tulsa-incentives-work-remotely-coworking/604873/">paid people $10,000, a year of co-working, and a subsidized apartment to move to Tulsa, Oklahoma</a>.</p>\n\n\n\n<blockquote class="wp-block-quote"><p>Traditionally, cities looking to spur their economies may offer incentives to attract businesses. But at a time when Americans are <a href="https://www.citylab.com/life/2019/05/moving-location-new-city-how-much-cost-mobile-rooted-stuck/590521/">moving less frequently</a> than they have in more than half a century, and the anticlimactic race to host an Amazon HQ2 <a href="https://www.citylab.com/equity/2018/12/amazon-hq2-corporate-tax-incentives-technology/578422/">soured some governments on corporate tax breaks</a>, Tulsa is one of several locales testing out a new premise:  Pay <em>people</em> instead.</p></blockquote>\n\n\n\n<p>I love this idea, and hope that after the permanent step-up in remote work from the virus we see much more internal mobility between cities in the United States.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Apr 2020 17:55:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WPTavern: Watch the Women of React Conference for Free on Saturday, April 25";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=98982";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:195:"https://wptavern.com/watch-the-women-of-react-conference-for-free-on-saturday-april-25?utm_source=rss&utm_medium=rss&utm_campaign=watch-the-women-of-react-conference-for-free-on-saturday-april-25";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4140:"<p>While much of the world is in lockdown, public gatherings and conferences have been cancelled, leaving a void in the lives of people who enjoy meeting their fellow open source contributors and colleagues in person throughout the year.  Virtual events, which were already on the rise, are enjoying a bit of a renaissance by necessity. </p>\n\n\n\n<p>On Saturday, April 25, the <a href="https://womenofreact.com/">Women of React</a> conference will stream live with seven speakers, along with Q&amp;A and lightning sessions from React core contributors and leaders in the community. The event will include a single-stream of talks with breaks for socializing and connecting with other attendees, as well as an invite-only Discord chat server. </p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">This Saturday (Apr 25) Women of React has a special Q and A session with our favorite React core contributors past &amp; present <a href="https://twitter.com/sophiebits?ref_src=twsrc%5Etfw">@sophiebits</a> <a href="https://twitter.com/ProvablyFlarnie?ref_src=twsrc%5Etfw">@ProvablyFlarnie</a> <a href="https://twitter.com/lunaruan?ref_src=twsrc%5Etfw">@lunaruan</a> and Chrome collaborators <a href="https://twitter.com/shubhie?ref_src=twsrc%5Etfw">@shubhie</a> and <a href="https://twitter.com/stubbornella?ref_src=twsrc%5Etfw">@stubbornella</a>! RSVP for free at <a href="https://t.co/GksJeHLvF6">https://t.co/GksJeHLvF6</a> <a href="https://t.co/0bho86YVe6">pic.twitter.com/0bho86YVe6</a></p>&mdash; R ''Nearest'' Nabors &#128153; (@rachelnabors) <a href="https://twitter.com/rachelnabors/status/1253400764359286785?ref_src=twsrc%5Etfw">April 23, 2020</a></blockquote>\n</div>\n\n\n\n<p>Women of React was organized as a sort of pop-up tech event in response to current events. Co-organizers Rachel Nabors, Kevin Lewis, Sara Vieira, and Jenn Creighton did not put out a request for speakers but rather opted to invite women from around the world who would provide quality presentations on diverse topics of interest to the React community. </p>\n\n\n\n<p>&ldquo;I think I woke up one morning and was watching the pandemic news and realized all the cool women I would usually see on the conference circuit cannot give their talks and I&rsquo;m not going to see them,&rdquo; Rachel Nabors said on  a recent episode of the <a href="http://insidefacebookmobile.libsyn.com/23-organising-the-women-of-react-remote-conf">Inside Facebook Mobile</a> podcast. &ldquo;I&rsquo;m not going to see any of my favorite women in the React community this year and it was super depressing.&rdquo; She contacted her colleagues and together they quickly spun up a conference that would allow women in React to connect online.</p>\n\n\n\n<p>Last week the organizers reported more than 1,000 registered attendees. They expect that number to be over 2,000 on the day of the conference. Fortunately, they don&rsquo;t have to have a hard count on attendees ahead of time, since virtual events don&rsquo;t have a limited number of seats. Organizers have even created printable swag for all who attend.</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">The cuteness has landed! We will be shipping out coloring pages for <a href="https://twitter.com/hashtag/womenofreact2020?src=hash&ref_src=twsrc%5Etfw">#womenofreact2020</a> attendees tonight&mdash;something for you or your little ones to do while watching the talks tomorrow! Art by the phenomenal <a href="https://twitter.com/miuki_miu?ref_src=twsrc%5Etfw">@miuki_miu</a>! <a href="https://t.co/49byxsCeWW">pic.twitter.com/49byxsCeWW</a></p>&mdash; R ''Nearest'' Nabors &#128153; (@rachelnabors) <a href="https://twitter.com/rachelnabors/status/1253667155972931584?ref_src=twsrc%5Etfw">April 24, 2020</a></blockquote>\n</div>\n\n\n\n<p><a href="https://womenofreact.com/">Women of React</a> will run from 12:30pm&mdash;8:00pm EST. Attendees can sign up on the website and will receive a link for the livestream. Organizers are also planning to record the sessions so that people who are unable to attend can watch it at a later time.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Apr 2020 21:35:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:91:"WPTavern: WP Feedback Kicks off Free Virtual Summit for WordPress Professionals on April 27";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=98970";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:227:"https://wptavern.com/wp-feedback-kicks-off-free-virtual-summit-for-wordpress-professionals-on-april-27?utm_source=rss&utm_medium=rss&utm_campaign=wp-feedback-kicks-off-free-virtual-summit-for-wordpress-professionals-on-april-27";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5564:"<img />\n\n\n\n<p class="has-drop-cap">WP Feedback is running a <a href="https://wpfeedback.co/summit/">virtual event from April 27 &ndash; May 1</a>. The event is primarily geared toward WordPress professionals who are looking to scale their business. It will feature CEOs, designers, freelancers, and more from the WordPress space. Between five and seven video sessions will be available each new day of the event.</p>\n\n\n\n<p>The sessions are free to watch for the full 24-hour period on the day they are scheduled. Once that window closes, visitors must purchase an all-access pass to view them, which is currently available for $67 but will go up to $97 once the event begins. A one-time purchase provides lifetime access.</p>\n\n\n\n<p>&ldquo;Due to the outbreak of Coronavirus, otherwise known as COVID-19, every event has been postponed or outright canceled for the foreseeable future,&rdquo; said Vito Peleg, founder of WP Feedback. &ldquo;Seeing that the opportunity to learn and network with like-minded professionals was taken away from us at the last second, we decided to step in to provide the true conference experience all without leaving your desk.&rdquo;</p>\n\n\n\n<p>The goal of the summit is provide value by teaching attendees how to scale their agency or freelance business by having experts in their respective fields share advice.</p>\n\n\n\n<p>&ldquo;Above all, the best part is that it&rsquo;s completely free to attend, and although some of us can&rsquo;t wait to get out, I&rsquo;m sure others will agree it&rsquo;s also really nice that you can attend all from the comfort of your home office &mdash; or living rooms!&rdquo; said Peleg.</p>\n\n\n\n<p>The WP Feedback team hopes that everyone from freelancers to large agencies and businesses can learn something. &ldquo;So to that end, the event is geared towards WordPress professionals who are looking to scale their business beyond themselves (without losing all of their hair), people struggling during the quarantine/lockdown as a result of an impact that this has had on their business, and people who are just looking to meet and network with other like-minded people in the community,&rdquo; said Peleg.</p>\n\n\n\n<p>The goal for <a href="https://wpfeedback.co/">WP Feedback</a> is to help WordPress professionals succeed and scale their business via the site&rsquo;s network and feedback plugin. &ldquo;This effort is two-fold,&rdquo; said Peleg. &ldquo;We primarily do this with our software that simplifies and organizes client communication for web designers. But, we also do so with summits just like this one, educating people through our content and community platform.&rdquo;</p>\n\n\n\n<p>For those interested in seeing what type of content the summit offers, Piccia Neri&rsquo;s session from 2019, <a href="https://wpfeedback.co/summit/piccia-neri/">The Main Ingredient of Great UX</a>, is available to watch for free.</p>\n\n\n\n<h2>Continuation of WP Agency Summit</h2>\n\n\n\n<p class="has-drop-cap">Last December, before joining the WP Feedback team, Jan Koch launched the <a href="https://wptavern.com/wp-agency-summit-kicks-off-december-6">first version of this event</a>. Over 2,000 attendees registered and recorded 15,000 session views. Strictly by the numbers, the event was successful.</p>\n\n\n\n<p>&ldquo;Measuring the success of the 2019 summit event in numbers would not even tell half of the story,&rdquo; said Peleg. &ldquo;Most exciting were all the ripple effects the event caused. So many new connections were made not just from Jan&rsquo;s perspective but also in the community that formed around the event on Facebook. We&rsquo;re all still leveraging these new friendships and hope that, with the improved networking area for the new summit, we&rsquo;ll see even more connections being made.&rdquo;</p>\n\n\n\n<p>With Koch joining WP Feedback, the team felt like it was a natural move to continue the event. &ldquo;One of the main reasons Jan joined the team was to be heavily involved with our summit plans due to his experience and success with the WP Agency Summit last year,&rdquo; said Peleg. &ldquo;As this is WP FeedBack&rsquo;s first summit, having Jan on the team has made it possible for us to organize it in such a short amount of time. He&rsquo;s taught us a lot and we will 100% be using everything we&rsquo;ve learned to do more like this in the future.&rdquo;</p>\n\n\n\n<p>One of the issues with the 2019 event was the lack of gender diversity. There was a 20:4 male-to-female speaker ratio. The team has attempted to address this for the 2020 event by adding more women to the lineup.</p>\n\n\n\n<p>&ldquo;Yes, that was a hard lesson learned for Jan,&rdquo; Peleg said in response to the low number of women speakers. &ldquo;He and the entire team at WP FeedBack leveraged our connections to get a more even ratio this time. Obviously, there are many successful women in the WordPress space, and now we were able to bring a few of our friends on thanks to our combined networks.&rdquo;</p>\n\n\n\n<p>The WP Feedback team has been collectively working to make this year&rsquo;s event a success. Peleg said that many on the team have had to quickly adapt and learn how to run such an event. &ldquo;Thankfully, Jan&rsquo;s experience has massively helped in how we have been planning everything, and he is the one heading up all of the sessions too,&rdquo; he said. &ldquo;The vision was to create a summit experience online that replicates how it feels to go to a summit in real life, and we are really taking huge steps to provide that experience for all of our attendees.&rdquo;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Apr 2020 18:50:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"WPTavern: Chatterbox Plugin Uses WordPress Blocks to Show Conversations";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=98923";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:187:"https://wptavern.com/chatterbox-plugin-uses-wordpress-blocks-to-show-conversations?utm_source=rss&utm_medium=rss&utm_campaign=chatterbox-plugin-uses-wordpress-blocks-to-show-conversations";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2361:"<p><a href="https://wordpress.org/plugins/chatterbox/">Chatterbox</a> is a new plugin with a fun and creative use for the block editor. It displays chat or text threads using blocks that are styled as conversations. Users can type in a record of a chat, including timestamps, with a live preview in the editor. </p>\n\n\n\n<div class="wp-block-image"><img /></div>\n\n\n\n<p>Since written conversations are essentially little blocks of text and media, the block editor lends itself nicely to composing and displaying this type of content. The Chatterbox block can be found under Layout Elements in the block inserter. It includes the option to select a style (Inbound, Outbound, or Event) and add a timestamp.</p>\n\n\n\n<div class="wp-block-image"><img /></div>\n\n\n\n<p><a href="https://daveryan.io/">Dave Ryan</a>, a WordPress developer at Bluehost, said he created the plugin in order to test Gutenberg&rsquo;s Block Context API and borrowed the <a href="https://www.lightningdesignsystem.com/components/chat/">chat component</a> from Salesforce&rsquo;s Lightning Design System. He suggested that Chatterbox could be useful for showing demos of chat bots, publishing chat records in news stories, or simply adding an engaging visual display to conversations.</p>\n\n\n\n<p>Once the Block Context API matures, Ryan plans to add message background and text colors, message sender with name and avatar, and the ability to override the message sender on a per-message basis for group chats. The next steps beyond that on the roadmap include the following:</p>\n\n\n\n<ul><li>&nbsp;Implement Bookends and other&nbsp;<a href="https://www.lightningdesignsystem.com/components/chat/#About-Chat">SFDS Chat</a>&nbsp;options</li><li>&nbsp;Animated chat sequences</li><li>&nbsp;Automated animated sequences, using character lengths for timing</li><li>&nbsp;Automate hiding of message meta based on adjacent blocks</li><li>&nbsp;Message Images</li><li>&nbsp;Message Files</li></ul>\n\n\n\n<p>Ryan said some of the planned features will rely on new features in the Gutenberg project. Once those have been released he will update Chatterbox to include more customization options. The plugin is <a href="https://wordpress.org/plugins/chatterbox/">available for free on WordPress.org</a> and contributors can find the code on <a href="https://github.com/0aveRyan/chatterbox">GitHub</a>.</p>\n\n\n\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Apr 2020 03:55:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: You Deserve to Wear Sweatpants; Don’t Let Anyone Tell You Any Different";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=98783";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:203:"https://wptavern.com/you-deserve-to-wear-sweatpants-dont-let-anyone-tell-you-any-different?utm_source=rss&utm_medium=rss&utm_campaign=you-deserve-to-wear-sweatpants-dont-let-anyone-tell-you-any-different";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5468:"<img />\n\n\n\n<p class="has-drop-cap">Lounge in your Baby Yoda sweats. Break out those knee-high Santa socks that you love to wear during the holidays. Slide into your Rocket City Trash Pandas tee and pretend the baseball season is going to happen this year.</p>\n\n\n\n<p>Sure, you can wear a suit and tie when you&rsquo;re working from home. However, I invite you to ditch the fresh-pressed trousers for your comfy sweatpants.</p>\n\n\n\n<p>The COVID-19 pandemic has forced many of you into working from the home office. Depending on your situation, that might be the kitchen table, the loveseat in the living room, or a closet if your kids are irritating enough. The worst thing we can do is put too much pressure on ourselves to be the model of perfection in this setting. Do not let anyone tell you that you must put on the suit and tie in lieu of that comfortable pullover you&rsquo;ve had since college.</p>\n\n\n\n<p>Balance that statement with some common sense. If you are meeting with the big boss over a Zoom video call, you will want to take your company culture into account. If your boss is expecting you to dress as if in the office, what he or she sees onscreen should reflect that expectation. The same may be true for client calls, depending on how you want to present your service.</p>\n\n\n\n<p>For all other situations, your dress code is entirely up to you.</p>\n\n\n\n<p>Adam Tschorn, deputy fashion editor for the Los Angeles Times, <a href="https://www.latimes.com/lifestyle/story/2020-04-17/working-from-home-regular-work-wardrobe-dress-up">argues that you should ditch the sweatpants</a> and &ldquo;dress like the adult you&rsquo;re getting paid to be&rdquo;:</p>\n\n\n\n<blockquote class="wp-block-quote is-style-default"><p>Please, can we all put away those sweatpants, ratty, gray, decades-old collegiate sweatshirts and obscure minor league baseball caps and start our workdays looking like we deserve the paychecks we&rsquo;re lucky enough to be earning while the world around us burns? Especially, for the love of all that&rsquo;s holy, if there&rsquo;s a group video conference involved?</p></blockquote>\n\n\n\n<p><a href="https://twitter.com/ARTschorn/status/1251139655447150593">Twitter was not kind.</a></p>\n\n\n\n<p>Some of us who have been doing this remote work thing for a few years and have come to love our loungewear. We are not going to let the rookies ruin it for the rest of us, a sentiment shared by a friend on Facebook.</p>\n\n\n\n<p>I am sitting in my basketball shorts and a sleeveless T-shirt.</p>\n\n\n\n<p>Taking off your shoes is a hard requirement when entering my home, a practical cleanliness tip I learned from time spent with Korean friends. It is the respectful thing to do. Plus, it is so much more relaxing. I want you to feel at home at my home.</p>\n\n\n\n<p>Some people have trouble balancing work and home life when they are merged into one space. In those cases, &ldquo;dressing for success&rdquo; may help you mentally push through the day. However, it is a personal choice.</p>\n\n\n\n<p>The one thing Tschorn and I agree on wholeheartedly is ritual. If even one thing about my daily ritual gets thrown off by unforeseen circumstances, I lose focus. It can often ruin the whole day.  Those little rituals are a part of what set me up for success. Everyone&rsquo;s are different. Some will want their morning coffee. Others need to shower, shave, and put on their Sunday best to feel like everything is right with the world.</p>\n\n\n\n<p>There are rare days when I feel the need to switch it up. Put on a nice suit. Grab my seldom-worn fedora and place it firmly atop my head. It makes me feel like a 1920s-esque reporter who is ready to dig up some dirt on the local crime boss. Those days are about making me feel good about myself.</p>\n\n\n\n<p>However, most days, it is about feeling comfortable at home.</p>\n\n\n\n<p>It does not matter if you wear a Call of Duty T-shirt when building a new WooCommerce add-on plugin. Most people are not going to care if you don Sailor Moon sweatpants while running a successful managed WordPress hosting service. And, if you feel comfortable enough doing it, strip down to your undies while designing the next big WordPress theme. <em>You may want to add a top while video conferencing in that last case &mdash; there are limits.</em></p>\n\n\n\n<p>Life is tough enough right now without fashion gurus telling us what to wear.</p>\n\n\n\n<p>Even work-from-home veterans are <a href="https://wptavern.com/finding-balance-in-these-uncertain-times-remote-work-and-sharing-our-struggles">off our game at the moment</a>. The world has changed practically overnight. We are still catching our breath from the gut-punch of this unique virus. We deserve to <em>let ourselves go</em> a bit while dealing with the stress of these changes.</p>\n\n\n\n<p>I do not know much about fashion. I still break out my cargo pants from time to time, which are apparently a fashion <em>faux pas</em> today.</p>\n\n\n\n<p>What I do know a little something about is working comfortably from home.</p>\n\n\n\n<p>And that, my friends, is all about what makes you feel good about yourself.</p>\n\n\n\n<p>I am probably preaching to the choir of remote developers, designers, and team managers. Many of us have been down this road and found that sweet spot that helps us get through the day. For the newcomers, welcome to our world. Kick your heels off at the door. There is no fashion-shaming here.  Enjoy our guilt-free software and community in your lazy pants.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Apr 2020 19:18:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WPTavern: Frontity Raises €1M with Automattic and K Fund";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=98846";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:157:"https://wptavern.com/frontity-raises-e1m-with-automattic-and-k-fund?utm_source=rss&utm_medium=rss&utm_campaign=frontity-raises-e1m-with-automattic-and-k-fund";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4732:"<p><a href="https://frontity.org/">Frontity</a>, a free, open source framework for building WordPress themes with React, has raised &euro;1M in funding in a round led by <a href="https://kfund.co">K Fund</a>, with <a href="https://automattic.com/">Automattic</a> covering 22%. The team behind the framework officially made it open source in May 2019, after battle testing it internally. In one year the framework has more than 12,700 npm downloads and has built a community of 250 developers who use it. </p>\n\n\n\n<p>Frontity lowers the barrier to creating fast-loading, React-powered WordPress themes by removing the hassle of setting up and configuring all the tooling. The framework seems to have captured Automattic&rsquo;s interest as a homegrown WordPress solution for facilitating decoupled setups that use React on the frontend.</p>\n\n\n\n<p>&ldquo;We decided to build the framework as a response to the demand of all the big publishers we were working with,&rdquo; Frontity CEO Pablo Postigo said. &ldquo;This trend can drastically change the way many WordPress websites are built in the future. From my point of view, Automattic&rsquo;s support means that they are also aware of this trend, and want to be close to us. In the end we are trying to make WordPress keep up with the latest technologies, and the stronger WordPress is, the better for all the companies that depend on it, including Automattic.&rdquo;</p>\n\n\n\n<p>Frontity is not yet profitable and Postigo said the company is not developing a business model during this initial phase. </p>\n\n\n\n<p>&ldquo;This funding round was the best way for us to make the project sustainable,&rdquo; he said. &ldquo;Possible monetizations that we are thinking of to generate revenue in the future are a hosting solution, premium support, or a marketplace of paid themes.&rdquo;</p>\n\n\n\n<h2>Frontity&rsquo;s Biggest Challenge: Becoming a Compelling Alternative to PHP Themes  </h2>\n\n\n\n<p>Postigo identified Gatsby and Next.js as Frontity&rsquo;s chief competitors in the sea of React frameworks vying for developers&rsquo; attention. He said his team takes inspiration from these frameworks and appreciates how they are raising awareness of new ways of building websites.&nbsp;</p>\n\n\n\n<p>&ldquo;Our biggest challenge right now is to position Frontity not as an alternative to other frameworks, but as an alternative to PHP themes,&rdquo; he said. &ldquo;So when developers start looking for the best way to build a superior UX they consider Frontity amongst their options.&rdquo;</p>\n\n\n\n<p>Those who are already familiar with other JS frameworks like Gatsby will find that Frontity has fewer new concepts to learn, since it is 100% focused on WordPress and its APIs. Postigo identified a few other major differences between Frontity and other popular JS frameworks:</p>\n\n\n\n<ul><li>It&rsquo;s rendered dynamically: this means people don&rsquo;t have to rebuild the HTML each time they edit or publish content. Frontity&rsquo;s preferred approach is <a href="https://vercel.com/blog/serverless-pre-rendering">Serverless Pre-Rendering</a>, although there are many ways to configure it. It&rsquo;s as fast as a static site (e.g. <a href="https://mars.frontity.org">https://mars.frontity.org</a>).</li><li>It&rsquo;s opinionated: it has its own state manager and uses Emotion for the CSS. Thanks to that people don&rsquo;t need to learn things like Redux and, at the same time, it powers a very flexible extensibility pattern, more similar to the one of WordPress itself than to the rest of JS frameworks. Themes and extensions can be activated and deactivated without code changes.</li><li>There&rsquo;s no need to learn GraphQL or the REST API, you get the data using the state manager.</li></ul>\n\n\n\n<p>Even with fewer new concepts to learn, Frontity remains squarely within the developers&rsquo; toolbox and is not currently a product that would appeal to non-technical users. Expanding Frontity&rsquo;s user base beyond developers and breaking into the wider WordPress market is a long-term goal for the company. </p>\n\n\n\n<p>&ldquo;With Frontity Framework we are on a mission to help developers build performant, scalable websites with WordPress and React easily,&rdquo; Postigo said. &ldquo;But the company&rsquo;s ultimate goal is to make building delightful user experiences universally accessible.<br /><br />&ldquo;We have plans to lower the technical barrier so any WordPress user can benefit from our technology. We consider that after having released the framework the next step towards this is to build a community of developers around it, so that they can help us build themes and extensions that will make it easier for non-technical users to start using Frontity.&rdquo;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 22 Apr 2020 20:26:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"WPTavern: Gutenberg Hub Launches Online Block Template Builder";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=98780";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:169:"https://wptavern.com/gutenberg-hub-launches-online-block-template-builder?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-hub-launches-online-block-template-builder";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5301:"<p class="has-drop-cap">Gutenberg Hub <a href="https://gutenberghub.com/introducing-gutenberg-template-builder/">launched the first version</a> of its block template builder last week. The <a href="https://builder.gutenberghub.com/">template builder</a> allows users to select from the team&rsquo;s existing library of nearly 200 templates. It is essentially an online builder that allows users to craft a full page layout by mixing and matching various sections. They can then copy the resulting output at the click of a button and paste it into the editor on their sites.</p>\n\n\n\n<p>&ldquo;I intend to speed up the workflow for WordPress users to spin up beautiful Gutenberg pages, even full websites, faster,&rdquo; said Munir Kamal, founder of Gutenberg Hub. &ldquo;So all I am trying to do is headed in that direction.&rdquo;</p>\n\n\n\n<p>Kamal has also released a <a href="https://chrome.google.com/webstore/detail/gutenberghub/pkjhekakadbpmpehgkdndgmpepphekbk">Chrome browser extension</a> that allows end-users to add templates from the growing library of options.</p>\n\n\n\n<p>&ldquo;The idea is to help DIYers, freelancers, or anyone with creating new website pages faster,&rdquo; he said. &ldquo;I have many feature ideas to make this builder great, but I want to hear out the feedback and suggestions from the community about it.&rdquo;</p>\n\n\n\n<p>Currently, Kamal is calling this version of the builder a &ldquo;prototype&rdquo; because he wants to validate the idea with the community before moving forward with new features.</p>\n\n\n\n<h2>Using the Template Builder</h2>\n\n\n\n<p class="has-drop-cap">Building a template or full page is simple. Users merely need to visit the template builder page. On the page, the builder has an &ldquo;Add Section&rdquo; button, which will slide the template library panel open. From that point, users can choose from an extensive list of templates that includes designs for hero sections, testimonials, sliders, and more.</p>\n\n\n\n<img />Gutenberg Hub&rsquo;s templates library.\n\n\n\n<p>The idea is to build a full page by combining multiple sections. Users will want to add new sections and organize them for their needs. Each section can be trashed, duplicated, or moved up/down using the available buttons.</p>\n\n\n\n<p>Trying my hand at building a simple product page, I was able to pick and choose the sections I wanted to add in just a few minutes.</p>\n\n\n\n<img />Custom combination of templates with the builder.\n\n\n\n<p>Once everything is in place, users can copy the full template code and paste it their block editor.  From that point, they can edit it on their own site.  </p>\n\n\n\n<p>Sometimes, it may be necessary to copy additional CSS and insert it via the WordPress customizer or through a plugin like <a href="https://wordpress.org/plugins/blocks-css/">Blocks CSS</a>.  Some options also require users to install a plugin to use specific blocks.</p>\n\n\n\n<p>This is the type of power I want in the hands of WordPress users. Plug-and-play template systems like this will push the platform into the future. However, such systems need to be integrated directly into WordPress. Copying and pasting from a third-party website is merely a stepping stone toward that future, catering to user needs in the here and now.</p>\n\n\n\n<h2>The Future of the Builder and More</h2>\n\n\n\n<p class="has-drop-cap">Long term, Gutenberg Hub&rsquo;s work may be a better fit into the upcoming <a href="https://wptavern.com/block-patterns-will-change-everything">pattern system</a>. The team could release a plugin that would integrate seamlessly into the block editor. That way, end-users could build their templates without ever leaving the comfort of the post-editing screen, or at least avoid switching between browser tabs. However, patterns are still months away from inclusion in core WordPress. In the meantime, this feels like a solid stop-gap. Plus, the team can build a nice library and garner feedback and data from users on the most popular templates/patterns.</p>\n\n\n\n<p>While Kamal wants to hear feedback before moving forward, he does have some big ideas of his own for the builder. &ldquo;For example, this builder may let you create projects, and under projects, you may create multiple pages,&rdquo; he said. &ldquo;For each project, you may define custom branding (typography, color scheme, etc.), and all the templates from the library will adapt to that branding when you create pages under a specific project.&rdquo;</p>\n\n\n\n<p>The most important thing he wants to accomplish is to build tools that speed up workflows for everyone.</p>\n\n\n\n<p>He will also open the template library to third-party developers and designers soon. There will be a public submission process. If enough people contribute, the library could balloon to an untold number of options that would be directly available as part of the builder.</p>\n\n\n\n<p>&ldquo;Besides the templates and builder, I am planning something around the Gutenberg Templates API,&rdquo; said Kamal. He stresses that it is still in the planning phase. If the previous work that he has put out is any indication, this could be an interesting project. He is also working on a <a href="https://wordpress.org/plugins/forms-gutenberg/">form builder plugin</a> for the block editor, which is currently seeing regular updates.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 22 Apr 2020 20:03:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 20 May 2020 04:13:11 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Wed, 20 May 2020 04:00:08 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 1";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130910230210";}', 'no');
INSERT INTO `szak_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(314, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1589991198', 'no'),
(315, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1589947998', 'no'),
(316, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1589991198', 'no'),
(317, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/''>The Month in WordPress: April 2020</a></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wptavern.com/new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress''>WPTavern: New Iceberg Plugin Brings a Distraction-Free Writing Experience to WordPress</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/woocommerce-payments-allows-shop-owners-to-manage-payments-without-leaving-wordpress-admin?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=woocommerce-payments-allows-shop-owners-to-manage-payments-without-leaving-wordpress-admin''>WPTavern: WooCommerce Payments Allows Shop Owners to Manage Payments Without Leaving WordPress Admin</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/buddypress-6-0-0-released-with-new-group-and-members-blocks?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=buddypress-6-0-0-released-with-new-group-and-members-blocks''>WPTavern: BuddyPress 6.0.0 Released with New Group and Members Blocks</a></li></ul></div>', 'no'),
(318, 'revslider-update-check', '1589949749', 'yes'),
(319, 'revslider_update_info', 'O:8:"stdClass":0:{}', 'yes'),
(321, '_site_transient_timeout_theme_roots', '1589951573', 'no'),
(322, '_site_transient_theme_roots', 'a:5:{s:7:"kallyas";s:7:"/themes";s:14:"twentynineteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:13:"twentysixteen";s:7:"/themes";s:12:"twentytwenty";s:7:"/themes";}', 'no'),
(323, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1589949784;s:7:"checked";a:4:{s:19:"akismet/akismet.php";s:5:"4.1.3";s:33:"classic-editor/classic-editor.php";s:3:"1.5";s:9:"hello.php";s:5:"1.7.2";s:23:"revslider/revslider.php";s:7:"5.4.8.3";}s:8:"response";a:1:{s:19:"akismet/akismet.php";O:8:"stdClass":12:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:5:"4.1.5";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.4.1.5.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:6:"tested";s:5:"5.4.1";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}}s:12:"translations";a:0:{}s:9:"no_update";a:2:{s:33:"classic-editor/classic-editor.php";O:8:"stdClass":9:{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:3:"1.5";s:3:"url";s:45:"https://wordpress.org/plugins/classic-editor/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/classic-editor.1.5.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:9:"hello.php";O:8:"stdClass":9:{s:2:"id";s:25:"w.org/plugins/hello-dolly";s:4:"slug";s:11:"hello-dolly";s:6:"plugin";s:9:"hello.php";s:11:"new_version";s:5:"1.7.2";s:3:"url";s:42:"https://wordpress.org/plugins/hello-dolly/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/hello-dolly.1.7.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:1:{s:2:"1x";s:66:"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855";}s:11:"banners_rtl";a:0:{}}}}', 'no'),
(324, 'category_children', 'a:0:{}', 'yes');

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

--
-- Table structure for table `szak_postmeta`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `szak_postmeta`
--

INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 88, '_wp_attached_file', '2016/12/kallyas_placeholder.png'),
(4, 88, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1080;s:4:"file";s:31:"2016/12/kallyas_placeholder.png";s:5:"sizes";a:8:{s:6:"medium";a:4:{s:4:"file";s:31:"kallyas_placeholder-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:32:"kallyas_placeholder-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:31:"kallyas_placeholder-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:31:"kallyas_placeholder-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:32:"kallyas_placeholder-1536x864.png";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"kallyas_placeholder-280x158.png";s:5:"width";i:280;s:6:"height";i:158;s:9:"mime-type";s:9:"image/png";}s:16:"full-width-image";a:4:{s:4:"file";s:32:"kallyas_placeholder-1170x658.png";s:5:"width";i:1170;s:6:"height";i:658;s:9:"mime-type";s:9:"image/png";}s:11:"lp_bi_image";a:4:{s:4:"file";s:31:"kallyas_placeholder-750x350.png";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:13:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}s:14:"resized_images";a:1:{i:0;s:9:"420x240_c";}}}'),
(5, 150, '_wp_attached_file', '2016/11/icomoon.zip'),
(6, 249, '_wp_attached_file', '2016/11/signature.png'),
(7, 249, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:331;s:6:"height";i:63;s:4:"file";s:21:"2016/11/signature.png";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:20:"signature-300x57.png";s:5:"width";i:300;s:6:"height";i:57;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"signature-150x63.png";s:5:"width";i:150;s:6:"height";i:63;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"signature-280x53.png";s:5:"width";i:280;s:6:"height";i:53;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:{}}}'),
(8, 268, '_wp_attached_file', '2016/11/logo_light.png'),
(9, 268, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:210;s:6:"height";i:70;s:4:"file";s:22:"2016/11/logo_light.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"logo_light-150x70.png";s:5:"width";i:150;s:6:"height";i:70;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:{}}}'),
(10, 319, '_wp_attached_file', '2016/11/29.jpg'),
(11, 319, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:128;s:4:"file";s:14:"2016/11/29.jpg";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:{}}}'),
(12, 320, '_wp_attached_file', '2016/11/85.jpg'),
(13, 320, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:128;s:4:"file";s:14:"2016/11/85.jpg";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:{}}}'),
(14, 321, '_wp_attached_file', '2016/11/93.jpg'),
(15, 321, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:128;s:4:"file";s:14:"2016/11/93.jpg";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:{}}}'),
(16, 322, 'zn_page_builder_status', 'enabled'),
(17, 322, '_wp_page_template', 'default'),
(18, 322, 'slide_template', 'default'),
(19, 322, 'zn_page_layout', 'default'),
(20, 322, 'zn_sidebar_select', 'default'),
(21, 322, 'zn_zn_disable_subheader', ''),
(22, 322, 'zn_subheader_style', 'zn_def_header_style'),
(23, 322, 'zn_page_override_boxed_layout', 'def'),
(24, 322, 'zn_page_title_show', 'yes'),
(25, 322, 'zn_page_title', ''),
(26, 322, 'zn_page_subtitle', ''),
(27, 322, 'zn-custom-layout', '0'),
(28, 322, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:1:{s:15:"hm_header_style";s:19:"zn_def_header_style";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8c92824e";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"35px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb2190ddf";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:14:"TH_BlogArchive";s:7:"options";a:6:{s:11:"blog_layout";s:11:"def_classic";s:12:"blog_columns";s:1:"2";s:5:"count";s:1:"4";s:10:"blog_style";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc572714b";}}s:5:"width";s:8:"col-md-9";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidacab5ef1";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:10:"TH_Sidebar";s:7:"options";a:0:{}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb632b6e0";}}s:5:"width";s:8:"col-md-3";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid234fbb42";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb2190ddf";}}'),
(29, 322, 'show_header', ''),
(30, 322, 'show_footer', ''),
(31, 322, 'zn_page_custom_css', ''),
(32, 322, 'zn_page_custom_js', ''),
(33, 323, 'zn_page_builder_status', 'enabled'),
(34, 323, '_wp_page_template', 'default'),
(35, 323, 'slide_template', 'default'),
(36, 323, 'zn_page_layout', 'default'),
(37, 323, 'zn_sidebar_select', 'default'),
(38, 323, 'zn_zn_disable_subheader', ''),
(39, 323, 'zn_subheader_style', 'zn_def_header_style'),
(40, 323, 'zn_page_override_boxed_layout', 'def'),
(41, 323, 'zn_page_title_show', 'yes'),
(42, 323, 'zn_page_title', ''),
(43, 323, 'zn_page_subtitle', ''),
(44, 323, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(45, 323, 'zn_page_builder_els', 'a:7:{i:0;a:7:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:0:{}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid1ddd4d00";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid8f3f23a4";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:52:"The events of the day inspired me to become a lawyer";s:11:"te_subtitle";s:500:"Synergistically impact client-centric human capital rather than multidisciplinary methodologies. Progressively customize intermandated leadership before prospective networks. Holisticly fashion maintainable models for interoperable manufactured products. Phosfluorescently leverage other''s bricks-and-clicks imperatives after efficient functionalities. Progressively empower granular products and 24/7 methodologies. Competently fabricate proactive expertise whereas proactive methods of empowerment.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"46px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#535353";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid0b912b64";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid36377e6d";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:855:"Synergistically enhance accurate information rather than orthogonal platforms. Continually enable effective resources for revolutionary users. Energistically negotiate process-centric content after web-enabled materials. Professionally re-engineer superior models for best-of-breed outsourcing. Monotonectally negotiate open-source systems rather than granular expertise.\r\n<br>\r\n<br>\r\nAuthoritatively foster multidisciplinary collaboration and idea-sharing rather than backward-compatible applications. Synergistically impact client-centric human capital rather than multidisciplinary methodologies. Progressively customize intermandated leadership before prospective networks. Holisticly fashion maintainable models for interoperable manufactured products. Phosfluorescently leverage other''s bricks-and-clicks imperatives after efficient functionalities.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidc7228f6f";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid96b31637";}i:2;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"440";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid81b57770";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid22cd9dd8";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8f3f23a4";}i:2;a:7:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidadfd5871";}s:7:"content";a:4:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd48e20f0";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue904";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:30:"We give you personal attention";s:8:"ibx_desc";s:0:"";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:0:"";s:14:"ibx_icon_color";s:7:"#b1a276";s:20:"ibx_icon_color_hover";s:7:"#b1a276";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidc3ad67bf";}}s:5:"width";s:8:"col-md-3";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd48e20f0";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5388fee8";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue902";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:37:"We fight to protect your legal rights";s:8:"ibx_desc";s:0:"";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:0:"";s:14:"ibx_icon_color";s:7:"#b1a276";s:20:"ibx_icon_color_hover";s:7:"#b1a276";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid6bb5985c";}}s:5:"width";s:8:"col-md-3";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5388fee8";}i:2;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid8e6ca6bf";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue903";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:32:"We charge nothing unless we win!";s:8:"ibx_desc";s:0:"";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:0:"";s:14:"ibx_icon_color";s:7:"#b1a276";s:20:"ibx_icon_color_hover";s:7:"#b1a276";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidbaf20be5";}}s:5:"width";s:8:"col-md-3";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8e6ca6bf";}i:3;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid9551819b";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:22:"Quality Representation";s:8:"ibx_desc";s:0:"";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:0:"";s:14:"ibx_icon_color";s:7:"#b1a276";s:20:"ibx_icon_color_hover";s:7:"#b1a276";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidff0b54c8";}}s:5:"width";s:8:"col-md-3";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9551819b";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidadfd5871";}i:3;a:7:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"130px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#181834";s:22:"source_overlay_opacity";s:2:"90";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid91bb09a6";}s:7:"content";a:2:{i:0;a:7:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"25px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidc997f47e";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:29:"Collaboratively revolutionize";s:11:"te_subtitle";s:423:"Conveniently incubate bleeding-edge metrics with exceptional products. Globally re-engineer corporate architectures without maintainable opportunities. Credibly simplify fully tested ROI rather than leveraged total linkage. Compellingly utilize B2B channels whereas B2B core competencies. Distinctively architect innovative value whereas unique synergy. Intrinsicly procrastinate superior synergy for cross-unit materials. ";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:1:"0";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidb25bede8";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidc997f47e";}i:1;a:7:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid16af62e4";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:11:"ZnSkillBars";s:7:"options";a:11:{s:10:"skill_bars";a:4:{i:0;a:4:{s:8:"sb_title";s:19:"Analytical ability.";s:8:"sb_color";s:0:"";s:10:"sb_rounded";s:0:"";s:13:"sb_percentage";s:2:"70";}i:1;a:4:{s:8:"sb_title";s:19:"Attention to detail";s:8:"sb_color";s:0:"";s:10:"sb_rounded";s:0:"";s:13:"sb_percentage";s:2:"84";}i:2;a:4:{s:8:"sb_title";s:17:"Logical reasoning";s:8:"sb_color";s:0:"";s:10:"sb_rounded";s:0:"";s:13:"sb_percentage";s:2:"62";}i:3;a:4:{s:8:"sb_title";s:14:"Persuasiveness";s:8:"sb_color";s:0:"";s:10:"sb_rounded";s:0:"";s:13:"sb_percentage";s:2:"94";}}s:14:"bgBarsColorDef";s:7:"#b1a276";s:11:"bgBarsColor";s:22:"rgba(177,162,118,0.34)";s:11:"bars_height";s:2:"10";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:13:"distance_vert";s:2:"45";s:20:"tooltip_color_scheme";s:10:"tool_light";s:11:"tooltip_vis";s:5:"hover";s:14:"tooltip_symbol";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3cbf66b4";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid16af62e4";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid91bb09a6";}i:4;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1c86d5c8";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb90fc799";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidace8b4b8";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9a3c6924";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid619e361b";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8acf5521";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfac5a7ec";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8c6585b4";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid633fbabd";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid361ad917";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid6b780183";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidbdef1805";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd661aad0";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidac9d7d74";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf303edb9";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd4120fb9";}}i:1;a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7dc6cd3e";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid53854d9f";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid092fe936";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid43933757";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid77aaf822";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid637f643b";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf1a08ea6";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9d10a740";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0ba45ef0";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7f6f32b6";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid676f70ab";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid969c27ca";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7d58247e";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4b690fa9";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd60d57cf";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4a4c4b2d";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida0f2f425";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#181834";s:22:"source_overlay_opacity";s:2:"80";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:4:"dark";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:8:"gutter-0";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"60";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"md";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:5:"125px";s:6:"bottom";s:5:"125px";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:13:"WHAT THEY SAY";s:11:"te_subtitle";s:19:"Client Testimonials";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd7970600";}i:1;a:6:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:13:"Testimonial 1";}i:1;a:1:{s:9:"smc_title";s:13:"Testimonial 2";}}s:14:"smc_transition";s:9:"crossfade";s:12:"smc_autoplay";s:1:"1";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:2:"no";s:13:"smc_nav_style";s:2:"s1";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:3:"yes";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:5:"light";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:346:""Professionally myocardinate bleeding-edge "outside the box" thinking before resource maximizing networks. Appropriately fashion state of the art niche markets via premier systems. Progressively incentivize interoperable catalysts for change before tactical web services. Conveniently facilitate timely outsourcing before stand-alone information"";s:11:"te_subtitle";s:10:"Jeff Hardy";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"30";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide6756b79";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7e626c08";}}i:1;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:348:""Professionally disseminate excellent synergy after e-business process improvements. Enthusiastically scale premium methods of empowerment after inexpensive data. Globally integrate magnetic testing procedures via flexible leadership skills. Interactively mesh standards compliant intellectual capital without timely collaboration and idea-sharing"";s:11:"te_subtitle";s:11:"Rhonda Biel";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"30";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidee70a771";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc607ebe4";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1061b0ed";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4a1ad99a";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"xs";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"760";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"580";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"480";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:3:"top";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0149137d";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidbc33da58";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid58025b8d";}i:6;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:15:"CONNECT WITH US";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida1449e6d";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc1488d32";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:6:"center";s:8:"sc_style";s:7:"colored";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"22";s:12:"icon_padding";s:2:"60";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}i:1;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2f22f015";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid09e2ad03";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid657c261a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(46, 323, 'show_header', ''),
(47, 323, 'show_footer', ''),
(48, 323, 'zn_page_custom_css', ''),
(49, 323, 'zn_page_custom_js', ''),
(50, 324, 'zn_page_builder_status', 'enabled'),
(51, 324, '_wp_page_template', 'default'),
(52, 324, 'slide_template', 'default'),
(53, 324, 'zn_page_layout', 'default'),
(54, 324, 'zn_sidebar_select', 'default'),
(55, 324, 'zn_zn_disable_subheader', ''),
(56, 324, 'zn_subheader_style', 'zn_def_header_style'),
(57, 324, 'zn_page_override_boxed_layout', 'def'),
(58, 324, 'zn_page_title_show', 'yes'),
(59, 324, 'zn_page_title', ''),
(60, 324, 'zn_page_subtitle', ''),
(61, 324, 'zn-custom-layout', '0'),
(62, 324, 'zn_page_builder_els', 'a:3:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid91a76841";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid47fdd66a";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4e25767d";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Kallyas Lawyer";s:11:"te_subtitle";s:116:"Houston, TX<br>\r\nFirst National Bank Building<br>\r\n2028 Grey Fox Farm Road, 77060<br>\r\n<strong>281-765-0451</strong>";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"15px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidefa6b9ce";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:14:"GET DIRECTIONS";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid815ee678";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4e25767d";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:11:"ZnGoogleMap";s:7:"options";a:32:{s:13:"sc_map_apikey";s:39:"AIzaSyCJdbTGJaMvYTT0uyJj2UxZOOAhoDv0G3s";s:20:"single_multiple_maps";a:1:{i:0;a:6:{s:15:"sc_map_latitude";s:9:"41.447390";s:16:"sc_map_longitude";s:10:"-72.843868";s:7:"tooltip";s:0:"";s:11:"sc_map_icon";s:0:"";s:21:"sc_map_icon_animation";s:0:"";s:9:"icon_size";s:2:"20";}}s:11:"sc_map_zoom";s:1:"8";s:11:"sc_map_type";s:7:"ROADMAP";s:17:"sc_map_directions";s:14:"zn_dummy_value";s:22:"sc_map_directions_text";s:16:"Visit us from...";s:21:"sc_map_directions_pos";s:8:"top-left";s:13:"show_overview";s:14:"zn_dummy_value";s:15:"show_streetview";s:14:"zn_dummy_value";s:12:"show_maptype";s:14:"zn_dummy_value";s:15:"ww_mapinfo_type";s:7:"infobox";s:17:"ww_slide_m_button";s:0:"";s:15:"ww_slide_l_text";s:0:"";s:13:"ww_slide_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:16:"sc_map_panel_img";s:0:"";s:18:"sc_map_panel_title";s:0:"";s:17:"sc_map_panel_text";s:0:"";s:15:"ww_header_style";s:1:"0";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:13:"sc_fullscreen";s:2:"no";s:13:"sc_map_height";s:3:"360";s:16:"use_custom_style";s:3:"yes";s:12:"custom_style";s:1616:"[\r\n    {\r\n        "featureType": "poi.medical",\r\n        "stylers": [\r\n            {\r\n                "visibility": "simplified"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.business",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.place_of_worship",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi",\r\n        "elementType": "geometry",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "landscape",\r\n        "stylers": [\r\n            {\r\n                "color": "#cec6b3"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "road",\r\n        "stylers": [\r\n            {\r\n                "color": "#f2eee8"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "water",\r\n        "stylers": [\r\n            {\r\n                "color": "#01186a"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "road",\r\n        "elementType": "labels.text.fill",\r\n        "stylers": [\r\n            {\r\n                "color": "#cec6b3"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "landscape.man_made",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.government",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    }\r\n]";s:19:"custom_style_active";s:1616:"[\r\n    {\r\n        "featureType": "poi.medical",\r\n        "stylers": [\r\n            {\r\n                "visibility": "simplified"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.business",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.place_of_worship",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi",\r\n        "elementType": "geometry",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "landscape",\r\n        "stylers": [\r\n            {\r\n                "color": "#cec6b3"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "road",\r\n        "stylers": [\r\n            {\r\n                "color": "#f2eee8"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "water",\r\n        "stylers": [\r\n            {\r\n                "color": "#01186a"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "road",\r\n        "elementType": "labels.text.fill",\r\n        "stylers": [\r\n            {\r\n                "color": "#cec6b3"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "landscape.man_made",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.government",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    }\r\n]";s:10:"sc_ccenter";s:14:"zn_dummy_value";s:14:"sc_cc_latitude";s:0:"";s:15:"sc_cc_longitude";s:0:"";s:25:"sc_map_zooming_mousewheel";s:14:"zn_dummy_value";s:19:"sc_map_localization";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid7d81d6cb";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide1676977";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid47fdd66a";}i:2;a:7:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f8f8f8";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid35a31097";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid2b61518d";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:10:"CONTACT US";s:11:"te_subtitle";s:17:"Send us a message";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidfe5efbfa";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2b61518d";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid2b61518d";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:13:"ZnContactForm";s:7:"options";a:28:{s:5:"email";s:15:"test@domain.com";s:7:"cf_from";s:7:"noreply";s:16:"cf_force_dynamic";s:14:"zn_dummy_value";s:16:"cf_custom_sender";s:0:"";s:12:"redirect_url";s:0:"";s:12:"submit_label";s:12:"Send message";s:13:"email_subject";s:19:"New form submission";s:12:"sent_message";s:27:"Thank you for contacting us";s:7:"captcha";s:1:"0";s:12:"captcha_lang";s:0:"";s:12:"send_me_copy";s:2:"no";s:19:"mailchimp_subscribe";s:2:"no";s:17:"mailchimp_list_id";s:10:"e187e656c4";s:12:"cf_labels_pl";s:1:"2";s:11:"description";s:0:"";s:8:"cf_debug";s:14:"zn_dummy_value";s:6:"fields";a:5:{i:0;a:11:{s:4:"name";s:9:"Your Name";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:9:"Your Name";s:15:"datepicker_lang";s:0:"";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";}i:1;a:11:{s:4:"name";s:10:"Your Email";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:10:"Your Email";s:15:"datepicker_lang";s:0:"";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:8:"is_email";}i:2;a:11:{s:4:"name";s:5:"Phone";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:5:"Phone";s:15:"datepicker_lang";s:0:"";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:10:"is_numeric";}i:3;a:11:{s:4:"name";s:7:"Subject";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Subject";s:15:"datepicker_lang";s:0:"";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";}i:4;a:11:{s:4:"name";s:7:"Message";s:4:"type";s:8:"textarea";s:13:"select_option";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Message";s:15:"datepicker_lang";s:0:"";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";}}s:14:"element_scheme";s:0:"";s:14:"cf_form_styles";s:5:"fancy";s:13:"input_corners";s:13:"inp-c--square";s:12:"inputs_style";s:11:"inp-s--flat";s:12:"button_style";s:13:"btn-fullcolor";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:0:"";s:11:"button_size";s:0:"";s:13:"btn_alignment";s:4:"left";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid51326958";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid01545266";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid35a31097";}}'),
(63, 324, 'show_header', ''),
(64, 324, 'show_footer', ''),
(65, 324, 'zn_page_custom_css', ''),
(66, 324, 'zn_page_custom_js', ''),
(67, 325, 'custom_header_width', ''),
(68, 325, 'header_width', '1170'),
(69, 325, 'header_style', 'image_color'),
(70, 325, 'header_style_image', 'a:4:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}}'),
(71, 325, 'header_style_color', 'rgba(0,0,0,0)'),
(72, 325, 'header_text_scheme', 'light'),
(73, 325, 'head_position', 'abs'),
(74, 325, 'menu_follow', ''),
(75, 325, 'header_resp_style_color', ''),
(76, 325, 'head_show_logo', ''),
(77, 325, 'logo_upload', 'http://localhost:8082/shazil/wp-content/uploads/2020/05/spl.png'),
(78, 325, 'logo_size', ''),
(79, 325, 'zn_body_def_color', ''),
(80, 325, 'body_back_image', 'a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}'),
(81, 325, 'zn_boxed_layout', ''),
(82, 326, 'zn_page_builder_status', 'enabled'),
(83, 326, 'zn_page_layout', 'default'),
(84, 326, 'zn_sidebar_select', 'default'),
(85, 326, 'zn_zn_disable_subheader', ''),
(86, 326, 'zn_subheader_style', 'zn_def_header_style'),
(87, 326, 'zn_page_override_boxed_layout', 'def'),
(88, 326, 'zn_page_title_show', 'yes'),
(89, 326, 'zn_page_title', ''),
(90, 326, 'zn_page_subtitle', ''),
(91, 326, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(92, 326, 'zn_page_builder_els', 'a:3:{i:0;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:13:"custom_height";s:13:"custom_height";a:10:{s:10:"properties";s:10:"min-height";s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"360";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"240";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:6:"bottom";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#121232";s:22:"source_overlay_opacity";s:2:"95";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid138f465c";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"85px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"52px";s:11:"line-height";s:4:"68px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9f69b200";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1144b7dc";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid34fb65bd";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4d1ce444";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"25px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5e6c598a";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_HorizontalTabs";s:7:"options";a:6:{s:13:"vts_tab_style";s:11:"tabs_style5";s:14:"tabs_alignment";s:4:"left";s:14:"element_scheme";s:5:"light";s:21:"single_horizontal_tab";a:3:{i:0;a:3:{s:13:"vts_tab_title";s:8:"OVERVIEW";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:1;a:3:{s:13:"vts_tab_title";s:3:"BIO";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:2;a:3:{s:13:"vts_tab_title";s:14:"PRACTICE AREAS";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:4:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid750039ba";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"Overview";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida88145cc";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc158bc6d";}}i:1;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf6dd8ed5";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:3:"BIO";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidaca7b6ca";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf6dd8ed5";}}i:2;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Practice Areas";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida8d32cd2";}i:1;a:7:{s:6:"object";s:16:"TH_IconBoxesGrid";s:7:"options";a:29:{s:14:"ibg_height_new";a:8:{s:2:"lg";s:3:"224";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:9:"ibg_style";s:12:"lined-center";s:9:"ibg_hover";s:22:"grid-ibx--hover-shadow";s:14:"ibg_titleorder";s:0:"";s:18:"perrow_breakpoints";s:2:"lg";s:10:"ibg_perrow";s:1:"3";s:13:"ibg_perrow_md";s:1:"3";s:13:"ibg_perrow_sm";s:1:"2";s:13:"ibg_perrow_xs";s:1:"1";s:9:"el_shadow";s:1:"6";s:15:"el_shadow_hover";s:0:"";s:6:"ibg_ib";a:6:{i:0;a:6:{s:9:"ibg_title";s:18:"Administrative Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:62:"http://localhost:8082/shazil/practice-area/administrative-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:1;a:6:{s:9:"ibg_title";s:23:"Business & Transactions";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:65:"http://localhost:8082/shazil/practice-area/business-transactions/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:2;a:6:{s:9:"ibg_title";s:24:"Professional Malpractice";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:68:"http://localhost:8082/shazil/practice-area/professional-malpractice/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:3;a:6:{s:9:"ibg_title";s:11:"Real Estate";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:55:"http://localhost:8082/shazil/practice-area/real-estate/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:4;a:6:{s:9:"ibg_title";s:14:"Healthcare Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/healthcare-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:5;a:6:{s:9:"ibg_title";s:33:"Employment & Workers Compensation";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:75:"http://localhost:8082/shazil/practice-area/employment-workers-compensation/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}}s:14:"element_scheme";s:0:"";s:12:"ibg_bg_color";s:7:"#ffffff";s:18:"ibg_bg_color_hover";s:7:"#ffffff";s:14:"ibg_icon_color";s:7:"#b1a276";s:20:"ibg_icon_color_hover";s:0:"";s:20:"ibg_text_color_hover";s:0:"";s:8:"ibg_size";s:2:"36";s:9:"alignment";s:6:"center";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:13:"margin-bottom";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:19:"spacing_breakpoints";s:2:"lg";s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluided76b6f8";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide6ef284e";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0f096f2a";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid20e01288";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#b1a276";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid141afc48";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:0:"";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"15px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid190add82";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:30:{s:15:"image_box_image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"280";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:5:"-30px";s:6:"bottom";s:1:"0";s:4:"left";s:5:"-30px";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide027f6ad";}i:1;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:120:"2336 Daylene Drive<br>\r\nAZALEA, Oregon, 97410<br>\r\nPhone: 734-531-8492<br>\r\nEmail: <a href="#">malena@lawcompany.com</a>";s:14:"te_color_theme";s:5:"light";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"26px";s:11:"line-height";s:4:"36px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.85)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc81a43fd";}i:2;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:6:"center";s:8:"sc_style";s:5:"clean";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"14";s:12:"icon_padding";s:2:"20";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:1;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid38ea1ed7";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9400f0cb";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid523594be";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid98cb82e9";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid10bec972";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4a0bc3a8";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:39:"Testimonials & Client Thank You Letters";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"42px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1748c6f7";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidaa3e152d";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:23:"TH_PartnersTestimonials";s:7:"options";a:5:{s:15:"pts_color_theme";s:4:"dark";s:10:"tst_single";a:3:{i:0;a:9:{s:8:"tst_name";s:15:"Jeffrey Donovan";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:328:"Appropriately enable one-to-one information whereas world-class models. Monotonectally re-engineer fully researched quality vectors rather than plug-and-play e-tailers. Dramatically deploy market positioning functionalities vis-a-vis functional sources. Competently orchestrate proactive leadership skills and vertical services.";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/85.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"2";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:1;a:9:{s:8:"tst_name";s:13:"Jenna Hawkins";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/93.jpg";s:10:"tst_layout";s:8:"reversed";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:2;a:9:{s:8:"tst_name";s:14:"Peter Jacobson";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/29.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}}s:10:"pts_ptitle";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidad57630e";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1ccbbd55";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid73609269";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(93, 326, 'show_header', ''),
(94, 326, 'show_footer', ''),
(95, 326, 'zn_page_custom_css', ''),
(96, 326, 'zn_page_custom_js', ''),
(97, 327, 'zn_page_builder_status', 'enabled'),
(98, 327, 'zn_page_layout', 'default'),
(99, 327, 'zn_sidebar_select', 'default'),
(100, 327, 'zn_zn_disable_subheader', ''),
(101, 327, 'zn_subheader_style', 'zn_def_header_style'),
(102, 327, 'zn_page_override_boxed_layout', 'def'),
(103, 327, 'zn_page_title_show', 'yes'),
(104, 327, 'zn_page_title', ''),
(105, 327, 'zn_page_subtitle', ''),
(106, 327, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(107, 327, 'zn_page_builder_els', 'a:3:{i:0;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:13:"custom_height";s:13:"custom_height";a:10:{s:10:"properties";s:10:"min-height";s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"360";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"240";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:6:"bottom";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#121232";s:22:"source_overlay_opacity";s:2:"95";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid138f465c";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"85px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"52px";s:11:"line-height";s:4:"68px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid353360f5";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid41521fb5";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid00950960";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4d1ce444";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"25px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5e6c598a";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_HorizontalTabs";s:7:"options";a:6:{s:13:"vts_tab_style";s:11:"tabs_style5";s:14:"tabs_alignment";s:4:"left";s:14:"element_scheme";s:5:"light";s:21:"single_horizontal_tab";a:3:{i:0;a:3:{s:13:"vts_tab_title";s:8:"OVERVIEW";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:1;a:3:{s:13:"vts_tab_title";s:3:"BIO";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:2;a:3:{s:13:"vts_tab_title";s:14:"PRACTICE AREAS";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:4:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid750039ba";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"Overview";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid41adbdae";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf4ca0fd2";}}i:1;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidfdabdcfd";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:3:"BIO";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid81fbb504";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfdabdcfd";}}i:2;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Practice Areas";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5e4c9fda";}i:1;a:7:{s:6:"object";s:16:"TH_IconBoxesGrid";s:7:"options";a:29:{s:14:"ibg_height_new";a:8:{s:2:"lg";s:3:"224";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:9:"ibg_style";s:12:"lined-center";s:9:"ibg_hover";s:22:"grid-ibx--hover-shadow";s:14:"ibg_titleorder";s:0:"";s:18:"perrow_breakpoints";s:2:"lg";s:10:"ibg_perrow";s:1:"2";s:13:"ibg_perrow_md";s:1:"3";s:13:"ibg_perrow_sm";s:1:"2";s:13:"ibg_perrow_xs";s:1:"1";s:9:"el_shadow";s:1:"6";s:15:"el_shadow_hover";s:0:"";s:6:"ibg_ib";a:4:{i:0;a:6:{s:9:"ibg_title";s:23:"Business & Transactions";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:65:"http://localhost:8082/shazil/practice-area/business-transactions/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:1;a:6:{s:9:"ibg_title";s:24:"Professional Malpractice";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:68:"http://localhost:8082/shazil/practice-area/professional-malpractice/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:2;a:6:{s:9:"ibg_title";s:14:"Healthcare Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/healthcare-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:3;a:6:{s:9:"ibg_title";s:16:"Trusts & Estates";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/trusts-estates/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}}s:14:"element_scheme";s:0:"";s:12:"ibg_bg_color";s:7:"#ffffff";s:18:"ibg_bg_color_hover";s:7:"#ffffff";s:14:"ibg_icon_color";s:7:"#b1a276";s:20:"ibg_icon_color_hover";s:0:"";s:20:"ibg_text_color_hover";s:0:"";s:8:"ibg_size";s:2:"36";s:9:"alignment";s:6:"center";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:13:"margin-bottom";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:19:"spacing_breakpoints";s:2:"lg";s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid98089f17";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc02a7d41";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidaa9f7f9b";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid628b2777";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#b1a276";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid141afc48";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:0:"";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"15px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid190add82";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:30:{s:15:"image_box_image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"280";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:5:"-30px";s:6:"bottom";s:1:"0";s:4:"left";s:5:"-30px";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidee599610";}i:1;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:120:"2336 Daylene Drive<br>\r\nAZALEA, Oregon, 97410<br>\r\nPhone: 734-531-8492<br>\r\nEmail: <a href="#">malena@lawcompany.com</a>";s:14:"te_color_theme";s:5:"light";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"26px";s:11:"line-height";s:4:"36px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.85)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid08b271ad";}i:2;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:6:"center";s:8:"sc_style";s:5:"clean";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"14";s:12:"icon_padding";s:2:"20";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:1;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf0684117";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4212c46a";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid3b3bffba";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida3fd21ad";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfa69ada5";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4a0bc3a8";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:39:"Testimonials & Client Thank You Letters";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"42px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb18dde8a";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9bb212ab";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:23:"TH_PartnersTestimonials";s:7:"options";a:5:{s:15:"pts_color_theme";s:4:"dark";s:10:"tst_single";a:3:{i:0;a:9:{s:8:"tst_name";s:15:"Jeffrey Donovan";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:328:"Appropriately enable one-to-one information whereas world-class models. Monotonectally re-engineer fully researched quality vectors rather than plug-and-play e-tailers. Dramatically deploy market positioning functionalities vis-a-vis functional sources. Competently orchestrate proactive leadership skills and vertical services.";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/85.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"2";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:1;a:9:{s:8:"tst_name";s:13:"Jenna Hawkins";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/93.jpg";s:10:"tst_layout";s:8:"reversed";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:2;a:9:{s:8:"tst_name";s:14:"Peter Jacobson";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/29.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}}s:10:"pts_ptitle";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid155144d2";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb578436d";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1d36af79";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(108, 327, 'show_header', ''),
(109, 327, 'show_footer', ''),
(110, 327, 'zn_page_custom_css', ''),
(111, 327, 'zn_page_custom_js', ''),
(112, 328, 'zn_page_builder_status', 'enabled'),
(113, 328, 'zn_page_layout', 'default'),
(114, 328, 'zn_sidebar_select', 'default'),
(115, 328, 'zn_zn_disable_subheader', ''),
(116, 328, 'zn_subheader_style', 'zn_def_header_style'),
(117, 328, 'zn_page_override_boxed_layout', 'def'),
(118, 328, 'zn_page_title_show', 'yes'),
(119, 328, 'zn_page_title', ''),
(120, 328, 'zn_page_subtitle', ''),
(121, 328, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(122, 328, 'zn_page_builder_els', 'a:3:{i:0;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:13:"custom_height";s:13:"custom_height";a:10:{s:10:"properties";s:10:"min-height";s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"360";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"240";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:6:"bottom";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#121232";s:22:"source_overlay_opacity";s:2:"95";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid138f465c";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"85px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"52px";s:11:"line-height";s:4:"68px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida2433e68";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0322aa3b";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid98a67dae";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4d1ce444";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"25px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5e6c598a";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_HorizontalTabs";s:7:"options";a:6:{s:13:"vts_tab_style";s:11:"tabs_style5";s:14:"tabs_alignment";s:4:"left";s:14:"element_scheme";s:5:"light";s:21:"single_horizontal_tab";a:3:{i:0;a:3:{s:13:"vts_tab_title";s:8:"OVERVIEW";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:1;a:3:{s:13:"vts_tab_title";s:3:"BIO";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:2;a:3:{s:13:"vts_tab_title";s:14:"PRACTICE AREAS";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:4:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid750039ba";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"Overview";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid63935112";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd166fa76";}}i:1;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid99a05736";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:3:"BIO";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9fd19023";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid99a05736";}}i:2;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Practice Areas";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidca94b197";}i:1;a:7:{s:6:"object";s:16:"TH_IconBoxesGrid";s:7:"options";a:29:{s:14:"ibg_height_new";a:8:{s:2:"lg";s:3:"224";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:9:"ibg_style";s:12:"lined-center";s:9:"ibg_hover";s:22:"grid-ibx--hover-shadow";s:14:"ibg_titleorder";s:0:"";s:18:"perrow_breakpoints";s:2:"lg";s:10:"ibg_perrow";s:1:"3";s:13:"ibg_perrow_md";s:1:"3";s:13:"ibg_perrow_sm";s:1:"2";s:13:"ibg_perrow_xs";s:1:"1";s:9:"el_shadow";s:1:"6";s:15:"el_shadow_hover";s:0:"";s:6:"ibg_ib";a:6:{i:0;a:6:{s:9:"ibg_title";s:18:"Administrative Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:62:"http://localhost:8082/shazil/practice-area/administrative-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:1;a:6:{s:9:"ibg_title";s:10:"Litigation";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:54:"http://localhost:8082/shazil/practice-area/litigation/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:2;a:6:{s:9:"ibg_title";s:24:"Professional Malpractice";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:68:"http://localhost:8082/shazil/practice-area/professional-malpractice/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:3;a:6:{s:9:"ibg_title";s:11:"Real Estate";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:55:"http://localhost:8082/shazil/practice-area/real-estate/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:4;a:6:{s:9:"ibg_title";s:14:"Healthcare Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/healthcare-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:5;a:6:{s:9:"ibg_title";s:16:"Trusts & Estates";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/trusts-estates/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}}s:14:"element_scheme";s:0:"";s:12:"ibg_bg_color";s:7:"#ffffff";s:18:"ibg_bg_color_hover";s:7:"#ffffff";s:14:"ibg_icon_color";s:7:"#b1a276";s:20:"ibg_icon_color_hover";s:0:"";s:20:"ibg_text_color_hover";s:0:"";s:8:"ibg_size";s:2:"36";s:9:"alignment";s:6:"center";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:13:"margin-bottom";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:19:"spacing_breakpoints";s:2:"lg";s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidbbf0dec0";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfe8837b6";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid486e2fad";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfc7941a4";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#b1a276";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid141afc48";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:0:"";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"15px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid190add82";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:30:{s:15:"image_box_image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"280";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:5:"-30px";s:6:"bottom";s:1:"0";s:4:"left";s:5:"-30px";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid08581dc4";}i:1;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:120:"2336 Daylene Drive<br>\r\nAZALEA, Oregon, 97410<br>\r\nPhone: 734-531-8492<br>\r\nEmail: <a href="#">malena@lawcompany.com</a>";s:14:"te_color_theme";s:4:"dark";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"26px";s:11:"line-height";s:4:"36px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.85)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfa81dd3c";}i:2;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:6:"center";s:8:"sc_style";s:5:"clean";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"14";s:12:"icon_padding";s:2:"20";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:1;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid423657c4";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5e26dd75";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidff20226e";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid052595aa";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid943b39f1";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4a0bc3a8";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:39:"Testimonials & Client Thank You Letters";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"42px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide2d45d2e";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid3712d133";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:23:"TH_PartnersTestimonials";s:7:"options";a:5:{s:15:"pts_color_theme";s:4:"dark";s:10:"tst_single";a:3:{i:0;a:9:{s:8:"tst_name";s:15:"Jeffrey Donovan";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:328:"Appropriately enable one-to-one information whereas world-class models. Monotonectally re-engineer fully researched quality vectors rather than plug-and-play e-tailers. Dramatically deploy market positioning functionalities vis-a-vis functional sources. Competently orchestrate proactive leadership skills and vertical services.";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/85.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"2";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:1;a:9:{s:8:"tst_name";s:13:"Jenna Hawkins";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/93.jpg";s:10:"tst_layout";s:8:"reversed";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:2;a:9:{s:8:"tst_name";s:14:"Peter Jacobson";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/29.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}}s:10:"pts_ptitle";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidce448cfe";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidaea5b5a9";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8eba573a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(123, 328, 'show_header', 'show_header'),
(124, 328, 'show_footer', 'show_footer'),
(125, 328, 'zn_page_custom_css', ''),
(126, 328, 'zn_page_custom_js', ''),
(127, 329, 'zn_page_builder_status', 'enabled'),
(128, 329, 'zn_page_layout', 'default'),
(129, 329, 'zn_sidebar_select', 'default'),
(130, 329, 'zn_zn_disable_subheader', ''),
(131, 329, 'zn_subheader_style', 'zn_def_header_style'),
(132, 329, 'zn_page_override_boxed_layout', 'def'),
(133, 329, 'zn_page_title_show', 'yes'),
(134, 329, 'zn_page_title', ''),
(135, 329, 'zn_page_subtitle', ''),
(136, 329, 'zn-custom-layout', '0'),
(137, 329, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid74f91e6a";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0768a7bf";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid121d63f8";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:16:"Trusts & Estates";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid471562e6";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid04fe9f3d";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1f0b343e";}}'),
(138, 329, 'show_header', ''),
(139, 329, 'show_footer', ''),
(140, 329, 'zn_page_custom_css', ''),
(141, 329, 'zn_page_custom_js', ''),
(142, 330, 'zn_page_builder_status', 'enabled'),
(143, 330, 'zn_page_layout', 'default'),
(144, 330, 'zn_sidebar_select', 'default'),
(145, 330, 'zn_zn_disable_subheader', ''),
(146, 330, 'zn_subheader_style', 'zn_def_header_style'),
(147, 330, 'zn_page_override_boxed_layout', 'def'),
(148, 330, 'zn_page_title_show', 'yes'),
(149, 330, 'zn_page_title', ''),
(150, 330, 'zn_page_subtitle', ''),
(151, 330, 'zn-custom-layout', '0'),
(152, 330, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfb867c6b";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0e3bc8bd";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9b1e61e8";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:33:"Employment & Workers Compensation";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid3c35d881";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4025490d";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid284ee47a";}}'),
(153, 330, 'show_header', ''),
(154, 330, 'show_footer', ''),
(155, 330, 'zn_page_custom_css', ''),
(156, 330, 'zn_page_custom_js', ''),
(157, 331, 'zn_page_builder_status', 'enabled'),
(158, 331, 'zn_page_layout', 'default'),
(159, 331, 'zn_sidebar_select', 'default'),
(160, 331, 'zn_zn_disable_subheader', ''),
(161, 331, 'zn_subheader_style', 'zn_def_header_style'),
(162, 331, 'zn_page_override_boxed_layout', 'def'),
(163, 331, 'zn_page_title_show', 'yes'),
(164, 331, 'zn_page_title', ''),
(165, 331, 'zn_page_subtitle', ''),
(166, 331, 'zn-custom-layout', '0'),
(167, 331, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2d933e76";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2e96fa49";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid89c9276d";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:14:"Healthcare Law";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd19fe0fb";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidafe5ae0a";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidaba9018a";}}'),
(168, 331, 'show_header', ''),
(169, 331, 'show_footer', ''),
(170, 331, 'zn_page_custom_css', ''),
(171, 331, 'zn_page_custom_js', ''),
(172, 332, 'zn_page_builder_status', 'enabled'),
(173, 332, 'zn_page_layout', 'default'),
(174, 332, 'zn_sidebar_select', 'default'),
(175, 332, 'zn_zn_disable_subheader', ''),
(176, 332, 'zn_subheader_style', 'zn_def_header_style'),
(177, 332, 'zn_page_override_boxed_layout', 'def'),
(178, 332, 'zn_page_title_show', 'yes'),
(179, 332, 'zn_page_title', ''),
(180, 332, 'zn_page_subtitle', ''),
(181, 332, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(182, 332, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0d24b868";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0c1df625";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid6b68101f";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:11:"Real Estate";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8591947f";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd3cc2046";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid84dd5377";}}'),
(183, 332, 'show_header', ''),
(184, 332, 'show_footer', ''),
(185, 332, 'zn_page_custom_css', ''),
(186, 332, 'zn_page_custom_js', ''),
(187, 333, 'zn_page_builder_status', 'enabled'),
(188, 333, 'zn_page_layout', 'default'),
(189, 333, 'zn_sidebar_select', 'default'),
(190, 333, 'zn_zn_disable_subheader', ''),
(191, 333, 'zn_subheader_style', 'zn_def_header_style'),
(192, 333, 'zn_page_override_boxed_layout', 'def'),
(193, 333, 'zn_page_title_show', 'yes'),
(194, 333, 'zn_page_title', ''),
(195, 333, 'zn_page_subtitle', ''),
(196, 333, 'zn-custom-layout', '0'),
(197, 333, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd09dfeeb";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid310b86fa";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5465ae6e";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:24:"Professional Malpractice";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid6d1e8dc9";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid26b725aa";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid798201b7";}}'),
(198, 333, 'show_header', ''),
(199, 333, 'show_footer', ''),
(200, 333, 'zn_page_custom_css', ''),
(201, 333, 'zn_page_custom_js', ''),
(202, 334, 'zn_page_builder_status', 'enabled'),
(203, 334, 'zn_page_layout', 'default'),
(204, 334, 'zn_sidebar_select', 'default'),
(205, 334, 'zn_zn_disable_subheader', ''),
(206, 334, 'zn_subheader_style', 'zn_def_header_style'),
(207, 334, 'zn_page_override_boxed_layout', 'def'),
(208, 334, 'zn_page_title_show', 'yes'),
(209, 334, 'zn_page_title', ''),
(210, 334, 'zn_page_subtitle', ''),
(211, 334, 'zn-custom-layout', '0'),
(212, 334, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidcbf57b71";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid72c5a3dd";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid80d66671";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:23:"Business & Transactions";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7b95d3f0";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidbb5454ea";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid60ae7b8b";}}'),
(213, 334, 'show_header', ''),
(214, 334, 'show_footer', ''),
(215, 334, 'zn_page_custom_css', ''),
(216, 334, 'zn_page_custom_js', ''),
(217, 335, 'zn_page_builder_status', 'enabled'),
(218, 335, 'zn_page_layout', 'default'),
(219, 335, 'zn_sidebar_select', 'default'),
(220, 335, 'zn_zn_disable_subheader', ''),
(221, 335, 'zn_subheader_style', 'zn_def_header_style'),
(222, 335, 'zn_page_override_boxed_layout', 'def'),
(223, 335, 'zn_page_title_show', 'yes'),
(224, 335, 'zn_page_title', ''),
(225, 335, 'zn_page_subtitle', ''),
(226, 335, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(227, 335, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid20de26b1";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid583229be";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5a5fc977";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:10:"Litigation";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid37eca1fa";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid3e8f6c3d";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid20035e2e";}}'),
(228, 335, 'show_header', ''),
(229, 335, 'show_footer', ''),
(230, 335, 'zn_page_custom_css', ''),
(231, 335, 'zn_page_custom_js', ''),
(232, 336, 'zn_page_layout', 'default'),
(233, 336, 'zn_sidebar_select', 'default'),
(234, 336, 'zn_zn_disable_subheader', ''),
(235, 336, 'zn_subheader_style', 'zn_def_header_style'),
(236, 336, 'zn_page_override_boxed_layout', 'def'),
(237, 336, 'zn_page_title_show', 'yes'),
(238, 336, 'zn_page_title', ''),
(239, 336, 'zn_page_subtitle', ''),
(240, 336, 'zn-custom-layout', '0'),
(241, 336, 'zn_page_builder_status', 'enabled'),
(242, 336, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:1:{s:15:"hm_header_style";s:19:"zn_def_header_style";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid17aa8857";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid097de5c8";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:16:"TH_IconBoxesGrid";s:7:"options";a:29:{s:14:"ibg_height_new";a:8:{s:2:"lg";s:3:"260";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:9:"ibg_style";s:12:"lined-center";s:9:"ibg_hover";s:22:"grid-ibx--hover-shadow";s:14:"ibg_titleorder";s:0:"";s:18:"perrow_breakpoints";s:2:"lg";s:10:"ibg_perrow";s:1:"4";s:13:"ibg_perrow_md";s:1:"3";s:13:"ibg_perrow_sm";s:1:"2";s:13:"ibg_perrow_xs";s:1:"1";s:9:"el_shadow";s:1:"6";s:15:"el_shadow_hover";s:0:"";s:6:"ibg_ib";a:8:{i:0;a:6:{s:9:"ibg_title";s:18:"Administrative Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:62:"http://localhost:8082/shazil/practice-area/administrative-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:1;a:6:{s:9:"ibg_title";s:10:"Litigation";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:54:"http://localhost:8082/shazil/practice-area/litigation/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:2;a:6:{s:9:"ibg_title";s:23:"Business & Transactions";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:65:"http://localhost:8082/shazil/practice-area/business-transactions/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:3;a:6:{s:9:"ibg_title";s:24:"Professional Malpractice";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:68:"http://localhost:8082/shazil/practice-area/professional-malpractice/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:4;a:6:{s:9:"ibg_title";s:11:"Real Estate";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:55:"http://localhost:8082/shazil/practice-area/real-estate/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:5;a:6:{s:9:"ibg_title";s:14:"Healthcare Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/healthcare-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:6;a:6:{s:9:"ibg_title";s:33:"Employment & Workers Compensation";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:75:"http://localhost:8082/shazil/practice-area/employment-workers-compensation/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:7;a:6:{s:9:"ibg_title";s:16:"Trusts & Estates";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/trusts-estates/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}}s:14:"element_scheme";s:0:"";s:12:"ibg_bg_color";s:7:"#ffffff";s:18:"ibg_bg_color_hover";s:7:"#ffffff";s:14:"ibg_icon_color";s:7:"#b1a276";s:20:"ibg_icon_color_hover";s:0:"";s:20:"ibg_text_color_hover";s:0:"";s:8:"ibg_size";s:2:"36";s:9:"alignment";s:6:"center";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:13:"margin-bottom";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:19:"spacing_breakpoints";s:2:"lg";s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid7ff05888";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4ab55a65";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf8d4dc67";}}'),
(243, 336, 'show_header', ''),
(244, 336, 'show_footer', ''),
(245, 336, 'zn_page_custom_css', ''),
(246, 336, 'zn_page_custom_js', ''),
(247, 337, 'zn_page_builder_status', 'enabled'),
(248, 337, 'zn_page_layout', 'default'),
(249, 337, 'zn_sidebar_select', 'default'),
(250, 337, 'zn_zn_disable_subheader', ''),
(251, 337, 'zn_subheader_style', 'zn_def_header_style'),
(252, 337, 'zn_page_override_boxed_layout', 'def'),
(253, 337, 'zn_page_title_show', 'yes'),
(254, 337, 'zn_page_title', ''),
(255, 337, 'zn_page_subtitle', ''),
(256, 337, 'zn-custom-layout', '0'),
(257, 337, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid61d330c9";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid05457475";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf5cb9706";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:18:"Administrative Law";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida0a2ae50";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf7d6492e";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd045d552";}}'),
(258, 337, 'show_header', ''),
(259, 337, 'show_footer', ''),
(260, 337, 'zn_page_custom_css', ''),
(261, 337, 'zn_page_custom_js', ''),
(262, 338, 'zn_page_builder_status', 'enabled');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(263, 338, 'zn_page_builder_els', 'a:1:{i:0;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#080817";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid433bf717";}s:7:"content";a:4:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:311:"Appropriately underwhelm customized niche markets via team driven imperatives. Proactively enhance backend processes without an expanded array of communities. Synergistically expedite user-centric alignments before efficient customer service. Conveniently whiteboard innovative markets after flexible resources.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"20";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:0:"";s:5:"color";s:21:"rgba(255,255,255,0.3)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd733662a";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid16b2ad77";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid274e4327";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:10:"CONTACT US";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:0:"";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7e9e08fe";}i:1;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"+1-202-555-018";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"38px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:1:"0";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"38px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.67)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:124:"<a href="mailto:office@kallyaslawyer.com"><span style="color: #ffffff;"><strong>office@kallyaslawyer.com</strong></span></a>";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid73a1f7f0";}i:2;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:4:"left";s:8:"sc_style";s:5:"clean";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"14";s:12:"icon_padding";s:2:"20";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:22:"rgba(255,255,255,0.38)";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:22:"rgba(255,255,255,0.38)";}i:1;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:22:"rgba(255,255,255,0.38)";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:7:"#ffffff";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:22:"rgba(255,255,255,0.38)";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:7:"#ffffff";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:22:"rgba(255,255,255,0.38)";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:7:"#ffffff";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide488a977";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid274e4327";}i:2;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid1ccae7dc";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:23:"SUBSCRIBE TO NEWSLETTER";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:0:"";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb68856e7";}i:1;a:6:{s:6:"object";s:16:"TH_NewsletterBox";s:7:"options";a:15:{s:7:"nb_mlid";s:10:"69c75c8a90";s:8:"nb_style";s:11:"lined_light";s:9:"nb_layout";s:4:"rows";s:8:"nb_em_pl";s:22:"your.address@email.com";s:13:"nb_btn_height";s:2:"60";s:14:"button_corners";s:11:"btn--square";s:11:"nb_btn_type";s:4:"text";s:12:"nb_btn_color";s:7:"#b1a276";s:16:"nb_btn_color_hov";s:7:"#9b9168";s:8:"nb_sb_pl";s:4:"JOIN";s:7:"nb_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:12:"nb_font_size";s:2:"11";s:12:"nb_btn_width";s:3:"130";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid86dd1f12";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1ccae7dc";}i:3;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:5:"solid";s:12:"border_width";s:1:"1";s:12:"border_color";s:7:"#20202e";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid0b365828";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:0:"";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:4:"auto";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluided3b81d0";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";i:2;s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"h1";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:14:"zn_dummy_value";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:14:"zn_dummy_value";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"16px";s:11:"line-height";s:4:"26px";s:11:"font-weight";s:0:"";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:4:"dark";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide3c943d6";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluided3b81d0";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:4:"auto";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:4:"30px";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidbf063df5";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:5:"right";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:50:"Proudly created with Kallyas. All rights reserved.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:0:"";s:5:"color";s:21:"rgba(255,255,255,0.3)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1cda302f";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidbf063df5";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd73430d5";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0b365828";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid433bf717";}}'),
(264, 338, 'show_header', 'zn_dummy_value'),
(265, 338, 'show_footer', 'show_footer'),
(266, 338, 'zn_page_custom_css', ''),
(267, 338, 'zn_page_custom_js', ''),
(268, 339, 'zn_page_builder_status', 'enabled'),
(269, 339, 'zn_page_layout', 'default'),
(270, 339, 'zn_sidebar_select', 'default'),
(271, 339, 'zn_zn_disable_subheader', ''),
(272, 339, 'zn_subheader_style', 'zn_def_header_style'),
(273, 339, 'zn_page_override_boxed_layout', 'def'),
(274, 339, 'zn_page_title_show', 'yes'),
(275, 339, 'zn_page_title', ''),
(276, 339, 'zn_page_subtitle', ''),
(277, 339, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(278, 339, 'zn_page_builder_els', 'a:3:{i:0;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:13:"custom_height";s:13:"custom_height";a:10:{s:10:"properties";s:10:"min-height";s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"360";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"240";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:6:"bottom";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#121232";s:22:"source_overlay_opacity";s:2:"95";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid138f465c";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"85px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"52px";s:11:"line-height";s:4:"68px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid95910739";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfba261cc";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid12c61fef";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4d1ce444";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"25px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5e6c598a";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_HorizontalTabs";s:7:"options";a:6:{s:13:"vts_tab_style";s:11:"tabs_style5";s:14:"tabs_alignment";s:4:"left";s:14:"element_scheme";s:5:"light";s:21:"single_horizontal_tab";a:3:{i:0;a:3:{s:13:"vts_tab_title";s:8:"OVERVIEW";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:1;a:3:{s:13:"vts_tab_title";s:3:"BIO";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:2;a:3:{s:13:"vts_tab_title";s:14:"PRACTICE AREAS";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:4:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid750039ba";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"Overview";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid201b32ee";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid750039ba";}}i:1;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:3:"BIO";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid29bf2879";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluiddb2f0604";}}i:2;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Practice Areas";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc626b583";}i:1;a:7:{s:6:"object";s:16:"TH_IconBoxesGrid";s:7:"options";a:29:{s:14:"ibg_height_new";a:8:{s:2:"lg";s:3:"224";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:9:"ibg_style";s:12:"lined-center";s:9:"ibg_hover";s:22:"grid-ibx--hover-shadow";s:14:"ibg_titleorder";s:0:"";s:18:"perrow_breakpoints";s:2:"lg";s:10:"ibg_perrow";s:1:"3";s:13:"ibg_perrow_md";s:1:"3";s:13:"ibg_perrow_sm";s:1:"2";s:13:"ibg_perrow_xs";s:1:"1";s:9:"el_shadow";s:1:"6";s:15:"el_shadow_hover";s:0:"";s:6:"ibg_ib";a:3:{i:0;a:6:{s:9:"ibg_title";s:24:"Professional Malpractice";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:68:"http://localhost:8082/shazil/practice-area/professional-malpractice/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:1;a:6:{s:9:"ibg_title";s:11:"Real Estate";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:55:"http://localhost:8082/shazil/practice-area/real-estate/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:2;a:6:{s:9:"ibg_title";s:14:"Healthcare Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/healthcare-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}}s:14:"element_scheme";s:0:"";s:12:"ibg_bg_color";s:7:"#ffffff";s:18:"ibg_bg_color_hover";s:7:"#ffffff";s:14:"ibg_icon_color";s:7:"#b1a276";s:20:"ibg_icon_color_hover";s:0:"";s:20:"ibg_text_color_hover";s:0:"";s:8:"ibg_size";s:2:"36";s:9:"alignment";s:6:"center";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:13:"margin-bottom";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:19:"spacing_breakpoints";s:2:"lg";s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluide8c5584d";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid94d1a4c6";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid991e7abb";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5e6c598a";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#b1a276";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid141afc48";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:0:"";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"15px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid190add82";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:30:{s:15:"image_box_image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"280";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:5:"-30px";s:6:"bottom";s:1:"0";s:4:"left";s:5:"-30px";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid83ea177f";}i:1;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:120:"2336 Daylene Drive<br>\r\nAZALEA, Oregon, 97410<br>\r\nPhone: 734-531-8492<br>\r\nEmail: <a href="#">malena@lawcompany.com</a>";s:14:"te_color_theme";s:5:"light";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"26px";s:11:"line-height";s:4:"36px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.85)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida673d823";}i:2;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:6:"center";s:8:"sc_style";s:5:"clean";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"14";s:12:"icon_padding";s:2:"20";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:1;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidbc91afbb";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid190add82";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide5a39aa0";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid141afc48";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4d1ce444";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4a0bc3a8";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:39:"Testimonials & Client Thank You Letters";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"42px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida064650c";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0fba6fb3";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:23:"TH_PartnersTestimonials";s:7:"options";a:5:{s:15:"pts_color_theme";s:4:"dark";s:10:"tst_single";a:3:{i:0;a:9:{s:8:"tst_name";s:15:"Jeffrey Donovan";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:328:"Appropriately enable one-to-one information whereas world-class models. Monotonectally re-engineer fully researched quality vectors rather than plug-and-play e-tailers. Dramatically deploy market positioning functionalities vis-a-vis functional sources. Competently orchestrate proactive leadership skills and vertical services.";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/85.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"2";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:1;a:9:{s:8:"tst_name";s:13:"Jenna Hawkins";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/93.jpg";s:10:"tst_layout";s:8:"reversed";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:2;a:9:{s:8:"tst_name";s:14:"Peter Jacobson";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/29.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}}s:10:"pts_ptitle";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid51693a5b";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid6e649f73";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4a0bc3a8";}}'),
(279, 339, 'show_header', 'show_header');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(280, 339, 'show_footer', 'show_footer'),
(281, 339, 'zn_page_custom_css', ''),
(282, 339, 'zn_page_custom_js', ''),
(283, 340, 'zn_page_layout', 'default'),
(284, 340, 'zn_sidebar_select', 'default'),
(285, 340, 'zn_zn_disable_subheader', ''),
(286, 340, 'zn_subheader_style', 'zn_def_header_style'),
(287, 340, 'zn_page_override_boxed_layout', 'def'),
(288, 340, 'zn_page_title_show', 'yes'),
(289, 340, 'zn_page_title', ''),
(290, 340, 'zn_page_subtitle', ''),
(291, 340, 'zn-custom-layout', '0'),
(292, 340, 'zn_page_builder_status', 'enabled'),
(293, 341, '_wp_page_template', 'default'),
(294, 341, 'zn_page_builder_status', 'enabled'),
(295, 341, 'zn_page_layout', 'default'),
(296, 341, 'zn_sidebar_select', 'default'),
(297, 341, 'zn_zn_disable_subheader', ''),
(298, 341, 'zn_subheader_style', 'zn_def_header_style'),
(299, 341, 'zn_page_override_boxed_layout', 'def'),
(300, 341, 'zn_page_title_show', 'yes'),
(301, 341, 'zn_page_title', ''),
(302, 341, 'zn_page_subtitle', ''),
(303, 341, 'zn-custom-layout', '325');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(304, 341, 'zn_page_builder_els', 'a:10:{i:0;a:7:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:6:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:13:"lawyer-slider";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:22:"container custom_width";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:11:"gutter_size";s:8:"gutter-0";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue904";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:30:"We give you personal attention";s:8:"ibx_desc";s:0:"";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:14:"ibx_icon_color";s:7:"#b1a276";s:20:"ibx_icon_color_hover";s:7:"#b1a276";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid77b13937";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue902";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:37:"We fight to protect your legal rights";s:8:"ibx_desc";s:0:"";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:14:"ibx_icon_color";s:7:"#b1a276";s:20:"ibx_icon_color_hover";s:7:"#b1a276";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue903";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:32:"We charge nothing unless we win!";s:8:"ibx_desc";s:0:"";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:14:"ibx_icon_color";s:7:"#b1a276";s:20:"ibx_icon_color_hover";s:7:"#b1a276";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidff61ced5";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb3636779";}i:2;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidcc4e6302";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:5:"STEPS";s:11:"te_subtitle";s:12:"How it works";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluiddc8ba06b";}i:1;a:6:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue905";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:17:"Free Consultation";s:8:"ibx_desc";s:72:"Professionally optimize worldwide synergy without functionalized schemas";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#b1a276";s:21:"ibx_shape_color_hover";s:7:"#b1a276";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"22";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:6:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:6:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue903";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Fair Fees";s:8:"ibx_desc";s:123:"Interactively customize robust markets for customized potentialities. Dynamically restore fully researched portals without.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#b1a276";s:21:"ibx_shape_color_hover";s:7:"#b1a276";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"28";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida36bc0d3";}i:4;a:6:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide314253c";}i:5;a:6:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:22:"Quality Representation";s:8:"ibx_desc";s:157:"Professionally optimize worldwide synergy without functionalized schemas. Synergistically recaptiualize corporate potentialities without leveraged e-business";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#b1a276";s:21:"ibx_shape_color_hover";s:7:"#b1a276";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"28";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb888f350";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:30:{s:15:"image_box_image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"280";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:4;a:7:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"35px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid93f87488";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:6:"center";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:51:"Get a free case evaluation. Call now +1-202-555-018";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:8:"btn-text";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:0:"";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"38px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:12:"button_block";s:9:"btn-block";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"75px";s:5:"right";s:0:"";s:6:"bottom";s:4:"85px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid5aebd554";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid85e106f6";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid93f87488";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid097de5c8";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:10:"WHAT WE DO";s:11:"te_subtitle";s:18:"Our Practice Areas";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:16:"TH_IconBoxesGrid";s:7:"options";a:29:{s:14:"ibg_height_new";a:8:{s:2:"lg";s:3:"260";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:9:"ibg_style";s:12:"lined-center";s:9:"ibg_hover";s:22:"grid-ibx--hover-shadow";s:14:"ibg_titleorder";s:0:"";s:18:"perrow_breakpoints";s:2:"xs";s:10:"ibg_perrow";s:1:"4";s:13:"ibg_perrow_md";s:1:"4";s:13:"ibg_perrow_sm";s:1:"2";s:13:"ibg_perrow_xs";s:1:"1";s:9:"el_shadow";s:1:"6";s:15:"el_shadow_hover";s:0:"";s:6:"ibg_ib";a:8:{i:0;a:6:{s:9:"ibg_title";s:18:"Administrative Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:62:"http://localhost:8082/shazil/practice-area/administrative-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:1;a:6:{s:9:"ibg_title";s:10:"Litigation";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:54:"http://localhost:8082/shazil/practice-area/litigation/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:2;a:6:{s:9:"ibg_title";s:23:"Business & Transactions";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:65:"http://localhost:8082/shazil/practice-area/business-transactions/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:3;a:6:{s:9:"ibg_title";s:24:"Professional Malpractice";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:68:"http://localhost:8082/shazil/practice-area/professional-malpractice/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:4;a:6:{s:9:"ibg_title";s:11:"Real Estate";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:55:"http://localhost:8082/shazil/practice-area/real-estate/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:5;a:6:{s:9:"ibg_title";s:14:"Healthcare Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/healthcare-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:6;a:6:{s:9:"ibg_title";s:33:"Employment & Workers Compensation";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:75:"http://localhost:8082/shazil/practice-area/employment-workers-compensation/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:7;a:6:{s:9:"ibg_title";s:16:"Trusts & Estates";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/trusts-estates/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}}s:14:"element_scheme";s:0:"";s:12:"ibg_bg_color";s:7:"#ffffff";s:18:"ibg_bg_color_hover";s:7:"#ffffff";s:14:"ibg_icon_color";s:7:"#b1a276";s:20:"ibg_icon_color_hover";s:0:"";s:20:"ibg_text_color_hover";s:0:"";s:8:"ibg_size";s:2:"36";s:9:"alignment";s:6:"center";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:13:"margin-bottom";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:19:"spacing_breakpoints";s:2:"lg";s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid1ee77d87";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid506e8e80";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid097de5c8";}i:6;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#181834";s:22:"source_overlay_opacity";s:2:"80";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:4:"dark";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:8:"gutter-0";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"60";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"md";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:5:"125px";s:6:"bottom";s:5:"125px";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:13:"WHAT THEY SAY";s:11:"te_subtitle";s:19:"Client Testimonials";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5277242c";}i:1;a:6:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:13:"Testimonial 1";}i:1;a:1:{s:9:"smc_title";s:13:"Testimonial 2";}}s:14:"smc_transition";s:9:"crossfade";s:12:"smc_autoplay";s:1:"1";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:2:"no";s:13:"smc_nav_style";s:2:"s1";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:3:"yes";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:5:"light";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:346:""Professionally myocardinate bleeding-edge "outside the box" thinking before resource maximizing networks. Appropriately fashion state of the art niche markets via premier systems. Progressively incentivize interoperable catalysts for change before tactical web services. Conveniently facilitate timely outsourcing before stand-alone information"";s:11:"te_subtitle";s:10:"Jeff Hardy";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"30";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4b524f25";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluiddfc3c009";}}i:1;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:348:""Professionally disseminate excellent synergy after e-business process improvements. Enthusiastically scale premium methods of empowerment after inexpensive data. Globally integrate magnetic testing procedures via flexible leadership skills. Interactively mesh standards compliant intellectual capital without timely collaboration and idea-sharing"";s:11:"te_subtitle";s:11:"Rhonda Biel";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"30";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1add67da";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5ae78b47";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9ddf4b45";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide765c891";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"xs";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"760";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"580";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"480";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:3:"top";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidcaad4c9b";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd34af80a";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid40299aea";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid06794358";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidab74adca";}i:8;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"620";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:6:"middle";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"140px";s:5:"right";s:0:"";s:6:"bottom";s:5:"140px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:74:"http://localhost:8082/shazil/wp-content/uploads/sites/36/2016/11/bg_06.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#181834";s:22:"source_overlay_opacity";s:2:"95";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid1d650139";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"70";s:7:"unit_lg";s:1:"%";s:2:"md";s:2:"85";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid2c545623";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:9:"We pledge";s:11:"te_subtitle";s:191:"We will honor the spirit and intent, as well as the requirements, of the applicable\r\nrules or code of professional conduct for our jurisdiction, and we will encourage\r\nothers to do the same. ";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"50";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:0:"";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#ffffff";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf3bd492e";}i:1;a:6:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:30:{s:15:"image_box_image";s:69:"http://localhost:8082/shazil/wp-content/uploads/2016/11/signature.png";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"280";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd3bd6706";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2c545623";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1d650139";}i:9;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:5:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:4:"NEWS";s:11:"te_subtitle";s:20:"Latest from our blog";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:5:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:1:"4";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid54d9c2a8";}i:2;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:11:"ZnSeparator";s:7:"options";a:13:{s:5:"color";s:7:"#f7f7f7";s:6:"height";s:1:"2";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"50px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"enable_icon";s:2:"no";s:4:"icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:10:"icon_color";s:7:"#cd2122";s:9:"icon_size";s:2:"20";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0bff4e7a";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid543c3f73";}i:3;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:15:"CONNECT WITH US";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid3dc51ec8";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc33e7079";}i:4;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:6:"center";s:8:"sc_style";s:7:"colored";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"22";s:12:"icon_padding";s:2:"60";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}i:1;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid58c3a983";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid92e0684b";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid713a6378";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(305, 341, 'show_header', 'show_header'),
(306, 341, 'show_footer', 'show_footer'),
(307, 341, 'zn_page_custom_css', ''),
(308, 341, 'zn_page_custom_js', ''),
(311, 342, '_thumbnail_id', '488'),
(312, 342, '_thumbnail_id', '488'),
(313, 342, 'zn_page_layout', 'default'),
(314, 342, 'zn_sidebar_select', 'default'),
(315, 342, 'zn_show_social', 'default'),
(316, 342, 'zn_zn_disable_subheader', ''),
(317, 342, 'zn_subheader_style', 'zn_def_header_style'),
(318, 342, 'zn-custom-layout', '0'),
(319, 342, 'zn_page_builder_status', ''),
(320, 342, '_wp_old_slug', 'hello-world'),
(323, 343, '_thumbnail_id', '493'),
(324, 343, '_thumbnail_id', '493'),
(325, 343, 'zn_page_layout', 'default'),
(326, 343, 'zn_sidebar_select', 'default'),
(327, 343, 'zn_show_social', 'default'),
(328, 343, 'zn_zn_disable_subheader', ''),
(329, 343, 'zn_subheader_style', 'zn_def_header_style'),
(330, 343, 'zn-custom-layout', '0'),
(331, 343, 'zn_page_builder_status', ''),
(334, 344, '_thumbnail_id', '88'),
(335, 344, '_thumbnail_id', '260'),
(336, 344, 'zn_page_layout', 'default'),
(337, 344, 'zn_sidebar_select', 'default'),
(338, 344, 'zn_show_social', 'default'),
(339, 344, 'zn_zn_disable_subheader', ''),
(340, 344, 'zn_subheader_style', 'zn_def_header_style'),
(341, 344, 'zn-custom-layout', '0'),
(342, 344, 'zn_page_builder_status', ''),
(345, 345, '_thumbnail_id', '88'),
(346, 345, '_thumbnail_id', '257'),
(347, 345, 'zn_page_layout', 'default'),
(348, 345, 'zn_sidebar_select', 'default'),
(349, 345, 'zn_show_social', 'default'),
(350, 345, 'zn_zn_disable_subheader', ''),
(351, 345, 'zn_subheader_style', 'zn_def_header_style'),
(352, 345, 'zn-custom-layout', '0'),
(353, 345, 'zn_page_builder_status', ''),
(354, 346, '_menu_item_type', 'post_type'),
(355, 346, '_menu_item_menu_item_parent', '0'),
(356, 346, '_menu_item_object_id', '341'),
(357, 346, '_menu_item_object', 'page'),
(358, 346, '_menu_item_target', ''),
(359, 346, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(360, 346, '_menu_item_xfn', ''),
(361, 346, '_menu_item_url', ''),
(362, 346, '_menu_item_zn_mega_menu_enable', ''),
(363, 346, '_menu_item_zn_mega_menu_headers', ''),
(364, 346, '_menu_item_zn_mega_menu_label', ''),
(365, 346, '_menu_item_zn_mega_menu_smart_area', ''),
(366, 346, '_menu_item_zn_mega_menu_bg_image', ''),
(445, 353, '_menu_item_type', 'custom'),
(446, 353, '_menu_item_menu_item_parent', '0'),
(447, 353, '_menu_item_object_id', '353'),
(448, 353, '_menu_item_object', 'custom'),
(449, 353, '_menu_item_target', ''),
(450, 353, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(451, 353, '_menu_item_xfn', ''),
(452, 353, '_menu_item_url', '#'),
(453, 353, '_menu_item_zn_mega_menu_enable', ''),
(454, 353, '_menu_item_zn_mega_menu_headers', ''),
(455, 353, '_menu_item_zn_mega_menu_label', ''),
(456, 353, '_menu_item_zn_mega_menu_smart_area', ''),
(457, 353, '_menu_item_zn_mega_menu_bg_image', ''),
(588, 364, '_menu_item_type', 'post_type'),
(589, 364, '_menu_item_menu_item_parent', '0'),
(590, 364, '_menu_item_object_id', '337'),
(591, 364, '_menu_item_object', 'page'),
(592, 364, '_menu_item_target', ''),
(593, 364, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(594, 364, '_menu_item_xfn', ''),
(595, 364, '_menu_item_url', ''),
(596, 364, '_menu_item_zn_mega_menu_enable', ''),
(597, 364, '_menu_item_zn_mega_menu_headers', ''),
(598, 364, '_menu_item_zn_mega_menu_label', ''),
(599, 364, '_menu_item_zn_mega_menu_smart_area', ''),
(600, 364, '_menu_item_zn_mega_menu_bg_image', ''),
(601, 365, '_menu_item_type', 'post_type'),
(602, 365, '_menu_item_menu_item_parent', '0'),
(603, 365, '_menu_item_object_id', '335'),
(604, 365, '_menu_item_object', 'page'),
(605, 365, '_menu_item_target', ''),
(606, 365, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(607, 365, '_menu_item_xfn', ''),
(608, 365, '_menu_item_url', ''),
(609, 365, '_menu_item_zn_mega_menu_enable', ''),
(610, 365, '_menu_item_zn_mega_menu_headers', ''),
(611, 365, '_menu_item_zn_mega_menu_label', ''),
(612, 365, '_menu_item_zn_mega_menu_smart_area', ''),
(613, 365, '_menu_item_zn_mega_menu_bg_image', ''),
(614, 366, '_menu_item_type', 'post_type'),
(615, 366, '_menu_item_menu_item_parent', '0'),
(616, 366, '_menu_item_object_id', '334'),
(617, 366, '_menu_item_object', 'page'),
(618, 366, '_menu_item_target', ''),
(619, 366, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(620, 366, '_menu_item_xfn', ''),
(621, 366, '_menu_item_url', ''),
(622, 366, '_menu_item_zn_mega_menu_enable', ''),
(623, 366, '_menu_item_zn_mega_menu_headers', ''),
(624, 366, '_menu_item_zn_mega_menu_label', ''),
(625, 366, '_menu_item_zn_mega_menu_smart_area', ''),
(626, 366, '_menu_item_zn_mega_menu_bg_image', ''),
(627, 367, '_menu_item_type', 'post_type'),
(628, 367, '_menu_item_menu_item_parent', '0'),
(629, 367, '_menu_item_object_id', '333'),
(630, 367, '_menu_item_object', 'page'),
(631, 367, '_menu_item_target', ''),
(632, 367, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(633, 367, '_menu_item_xfn', ''),
(634, 367, '_menu_item_url', ''),
(635, 367, '_menu_item_zn_mega_menu_enable', ''),
(636, 367, '_menu_item_zn_mega_menu_headers', ''),
(637, 367, '_menu_item_zn_mega_menu_label', ''),
(638, 367, '_menu_item_zn_mega_menu_smart_area', ''),
(639, 367, '_menu_item_zn_mega_menu_bg_image', ''),
(640, 368, '_menu_item_type', 'post_type'),
(641, 368, '_menu_item_menu_item_parent', '0'),
(642, 368, '_menu_item_object_id', '332'),
(643, 368, '_menu_item_object', 'page'),
(644, 368, '_menu_item_target', ''),
(645, 368, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(646, 368, '_menu_item_xfn', ''),
(647, 368, '_menu_item_url', ''),
(648, 368, '_menu_item_zn_mega_menu_enable', ''),
(649, 368, '_menu_item_zn_mega_menu_headers', ''),
(650, 368, '_menu_item_zn_mega_menu_label', ''),
(651, 368, '_menu_item_zn_mega_menu_smart_area', ''),
(652, 368, '_menu_item_zn_mega_menu_bg_image', ''),
(653, 369, '_menu_item_type', 'post_type'),
(654, 369, '_menu_item_menu_item_parent', '0'),
(655, 369, '_menu_item_object_id', '331'),
(656, 369, '_menu_item_object', 'page'),
(657, 369, '_menu_item_target', ''),
(658, 369, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(659, 369, '_menu_item_xfn', ''),
(660, 369, '_menu_item_url', ''),
(661, 369, '_menu_item_zn_mega_menu_enable', ''),
(662, 369, '_menu_item_zn_mega_menu_headers', ''),
(663, 369, '_menu_item_zn_mega_menu_label', ''),
(664, 369, '_menu_item_zn_mega_menu_smart_area', ''),
(665, 369, '_menu_item_zn_mega_menu_bg_image', ''),
(666, 370, '_menu_item_type', 'post_type'),
(667, 370, '_menu_item_menu_item_parent', '0'),
(668, 370, '_menu_item_object_id', '330'),
(669, 370, '_menu_item_object', 'page'),
(670, 370, '_menu_item_target', ''),
(671, 370, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(672, 370, '_menu_item_xfn', ''),
(673, 370, '_menu_item_url', ''),
(674, 370, '_menu_item_zn_mega_menu_enable', ''),
(675, 370, '_menu_item_zn_mega_menu_headers', ''),
(676, 370, '_menu_item_zn_mega_menu_label', ''),
(677, 370, '_menu_item_zn_mega_menu_smart_area', ''),
(678, 370, '_menu_item_zn_mega_menu_bg_image', ''),
(679, 371, '_menu_item_type', 'post_type'),
(680, 371, '_menu_item_menu_item_parent', '0'),
(681, 371, '_menu_item_object_id', '329'),
(682, 371, '_menu_item_object', 'page'),
(683, 371, '_menu_item_target', ''),
(684, 371, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(685, 371, '_menu_item_xfn', ''),
(686, 371, '_menu_item_url', ''),
(687, 371, '_menu_item_zn_mega_menu_enable', ''),
(688, 371, '_menu_item_zn_mega_menu_headers', ''),
(689, 371, '_menu_item_zn_mega_menu_label', ''),
(690, 371, '_menu_item_zn_mega_menu_smart_area', ''),
(691, 371, '_menu_item_zn_mega_menu_bg_image', ''),
(692, 383, 'zn_page_builder_status', 'enabled'),
(693, 383, '_wp_page_template', 'default'),
(694, 383, 'slide_template', 'default'),
(695, 383, 'zn_page_layout', 'default'),
(696, 383, 'zn_sidebar_select', 'default'),
(697, 383, 'zn_zn_disable_subheader', ''),
(698, 383, 'zn_subheader_style', 'zn_def_header_style'),
(699, 383, 'zn_page_override_boxed_layout', 'def'),
(700, 383, 'zn_page_title_show', 'yes'),
(701, 383, 'zn_page_title', ''),
(702, 383, 'zn_page_subtitle', ''),
(703, 383, 'zn-custom-layout', '0'),
(704, 383, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:1:{s:15:"hm_header_style";s:19:"zn_def_header_style";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8c92824e";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"35px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb2190ddf";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:14:"TH_BlogArchive";s:7:"options";a:6:{s:11:"blog_layout";s:11:"def_classic";s:12:"blog_columns";s:1:"2";s:5:"count";s:1:"4";s:10:"blog_style";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc572714b";}}s:5:"width";s:8:"col-md-9";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidacab5ef1";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:10:"TH_Sidebar";s:7:"options";a:0:{}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb632b6e0";}}s:5:"width";s:8:"col-md-3";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid234fbb42";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb2190ddf";}}'),
(705, 383, 'show_header', ''),
(706, 383, 'show_footer', ''),
(707, 383, 'zn_page_custom_css', ''),
(708, 383, 'zn_page_custom_js', ''),
(709, 384, 'zn_page_builder_status', 'enabled'),
(710, 384, '_wp_page_template', 'default'),
(711, 384, 'slide_template', 'default'),
(712, 384, 'zn_page_layout', 'default'),
(713, 384, 'zn_sidebar_select', 'default'),
(714, 384, 'zn_zn_disable_subheader', ''),
(715, 384, 'zn_subheader_style', 'zn_def_header_style'),
(716, 384, 'zn_page_override_boxed_layout', 'def'),
(717, 384, 'zn_page_title_show', 'yes'),
(718, 384, 'zn_page_title', ''),
(719, 384, 'zn_page_subtitle', ''),
(720, 384, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(721, 384, 'zn_page_builder_els', 'a:7:{i:0;a:7:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:0:{}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid1ddd4d00";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid8f3f23a4";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:52:"The events of the day inspired me to become a lawyer";s:11:"te_subtitle";s:500:"Synergistically impact client-centric human capital rather than multidisciplinary methodologies. Progressively customize intermandated leadership before prospective networks. Holisticly fashion maintainable models for interoperable manufactured products. Phosfluorescently leverage other''s bricks-and-clicks imperatives after efficient functionalities. Progressively empower granular products and 24/7 methodologies. Competently fabricate proactive expertise whereas proactive methods of empowerment.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"46px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#535353";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid0b912b64";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid36377e6d";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:855:"Synergistically enhance accurate information rather than orthogonal platforms. Continually enable effective resources for revolutionary users. Energistically negotiate process-centric content after web-enabled materials. Professionally re-engineer superior models for best-of-breed outsourcing. Monotonectally negotiate open-source systems rather than granular expertise.\r\n<br>\r\n<br>\r\nAuthoritatively foster multidisciplinary collaboration and idea-sharing rather than backward-compatible applications. Synergistically impact client-centric human capital rather than multidisciplinary methodologies. Progressively customize intermandated leadership before prospective networks. Holisticly fashion maintainable models for interoperable manufactured products. Phosfluorescently leverage other''s bricks-and-clicks imperatives after efficient functionalities.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidc7228f6f";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid96b31637";}i:2;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"440";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid81b57770";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid22cd9dd8";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8f3f23a4";}i:2;a:7:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidadfd5871";}s:7:"content";a:4:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd48e20f0";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue904";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:30:"We give you personal attention";s:8:"ibx_desc";s:0:"";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:0:"";s:14:"ibx_icon_color";s:7:"#b1a276";s:20:"ibx_icon_color_hover";s:7:"#b1a276";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidc3ad67bf";}}s:5:"width";s:8:"col-md-3";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd48e20f0";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5388fee8";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue902";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:37:"We fight to protect your legal rights";s:8:"ibx_desc";s:0:"";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:0:"";s:14:"ibx_icon_color";s:7:"#b1a276";s:20:"ibx_icon_color_hover";s:7:"#b1a276";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid6bb5985c";}}s:5:"width";s:8:"col-md-3";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5388fee8";}i:2;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid8e6ca6bf";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue903";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:32:"We charge nothing unless we win!";s:8:"ibx_desc";s:0:"";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:0:"";s:14:"ibx_icon_color";s:7:"#b1a276";s:20:"ibx_icon_color_hover";s:7:"#b1a276";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidbaf20be5";}}s:5:"width";s:8:"col-md-3";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8e6ca6bf";}i:3;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid9551819b";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:32:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:22:"Quality Representation";s:8:"ibx_desc";s:0:"";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:0:"";s:14:"ibx_icon_color";s:7:"#b1a276";s:20:"ibx_icon_color_hover";s:7:"#b1a276";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:6:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidff0b54c8";}}s:5:"width";s:8:"col-md-3";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9551819b";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidadfd5871";}i:3;a:7:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"130px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#181834";s:22:"source_overlay_opacity";s:2:"90";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid91bb09a6";}s:7:"content";a:2:{i:0;a:7:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"25px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidc997f47e";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:29:"Collaboratively revolutionize";s:11:"te_subtitle";s:423:"Conveniently incubate bleeding-edge metrics with exceptional products. Globally re-engineer corporate architectures without maintainable opportunities. Credibly simplify fully tested ROI rather than leveraged total linkage. Compellingly utilize B2B channels whereas B2B core competencies. Distinctively architect innovative value whereas unique synergy. Intrinsicly procrastinate superior synergy for cross-unit materials. ";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:1:"0";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidb25bede8";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidc997f47e";}i:1;a:7:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid16af62e4";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:11:"ZnSkillBars";s:7:"options";a:11:{s:10:"skill_bars";a:4:{i:0;a:4:{s:8:"sb_title";s:19:"Analytical ability.";s:8:"sb_color";s:0:"";s:10:"sb_rounded";s:0:"";s:13:"sb_percentage";s:2:"70";}i:1;a:4:{s:8:"sb_title";s:19:"Attention to detail";s:8:"sb_color";s:0:"";s:10:"sb_rounded";s:0:"";s:13:"sb_percentage";s:2:"84";}i:2;a:4:{s:8:"sb_title";s:17:"Logical reasoning";s:8:"sb_color";s:0:"";s:10:"sb_rounded";s:0:"";s:13:"sb_percentage";s:2:"62";}i:3;a:4:{s:8:"sb_title";s:14:"Persuasiveness";s:8:"sb_color";s:0:"";s:10:"sb_rounded";s:0:"";s:13:"sb_percentage";s:2:"94";}}s:14:"bgBarsColorDef";s:7:"#b1a276";s:11:"bgBarsColor";s:22:"rgba(177,162,118,0.34)";s:11:"bars_height";s:2:"10";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:13:"distance_vert";s:2:"45";s:20:"tooltip_color_scheme";s:10:"tool_light";s:11:"tooltip_vis";s:5:"hover";s:14:"tooltip_symbol";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3cbf66b4";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid16af62e4";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid91bb09a6";}i:4;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1c86d5c8";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb90fc799";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidace8b4b8";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9a3c6924";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid619e361b";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8acf5521";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfac5a7ec";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8c6585b4";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid633fbabd";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid361ad917";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid6b780183";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidbdef1805";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd661aad0";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidac9d7d74";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf303edb9";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd4120fb9";}}i:1;a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7dc6cd3e";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid53854d9f";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid092fe936";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid43933757";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid77aaf822";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid637f643b";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf1a08ea6";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9d10a740";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0ba45ef0";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7f6f32b6";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid676f70ab";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid969c27ca";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7d58247e";}}s:5:"width";s:8:"col-md-6";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4b690fa9";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd60d57cf";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4a4c4b2d";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida0f2f425";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#181834";s:22:"source_overlay_opacity";s:2:"80";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:4:"dark";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:8:"gutter-0";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"60";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"md";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:5:"125px";s:6:"bottom";s:5:"125px";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:13:"WHAT THEY SAY";s:11:"te_subtitle";s:19:"Client Testimonials";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd7970600";}i:1;a:6:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:13:"Testimonial 1";}i:1;a:1:{s:9:"smc_title";s:13:"Testimonial 2";}}s:14:"smc_transition";s:9:"crossfade";s:12:"smc_autoplay";s:1:"1";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:2:"no";s:13:"smc_nav_style";s:2:"s1";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:3:"yes";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:5:"light";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:346:""Professionally myocardinate bleeding-edge "outside the box" thinking before resource maximizing networks. Appropriately fashion state of the art niche markets via premier systems. Progressively incentivize interoperable catalysts for change before tactical web services. Conveniently facilitate timely outsourcing before stand-alone information"";s:11:"te_subtitle";s:10:"Jeff Hardy";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"30";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide6756b79";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7e626c08";}}i:1;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:348:""Professionally disseminate excellent synergy after e-business process improvements. Enthusiastically scale premium methods of empowerment after inexpensive data. Globally integrate magnetic testing procedures via flexible leadership skills. Interactively mesh standards compliant intellectual capital without timely collaboration and idea-sharing"";s:11:"te_subtitle";s:11:"Rhonda Biel";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"30";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidee70a771";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc607ebe4";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1061b0ed";}}s:5:"width";s:8:"col-md-7";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4a1ad99a";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"xs";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"760";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"580";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"480";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:3:"top";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0149137d";}}s:5:"width";s:8:"col-md-5";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidbc33da58";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid58025b8d";}i:6;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:15:"CONNECT WITH US";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida1449e6d";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc1488d32";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:6:"center";s:8:"sc_style";s:7:"colored";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"22";s:12:"icon_padding";s:2:"60";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}i:1;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#b1a276";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:7:"#988c67";s:21:"sc_icon_textcolor_hov";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2f22f015";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid09e2ad03";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid657c261a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(722, 384, 'show_header', ''),
(723, 384, 'show_footer', ''),
(724, 384, 'zn_page_custom_css', ''),
(725, 384, 'zn_page_custom_js', ''),
(726, 385, 'zn_page_builder_status', 'enabled'),
(727, 385, '_wp_page_template', 'default'),
(728, 385, 'slide_template', 'default'),
(729, 385, 'zn_page_layout', 'default'),
(730, 385, 'zn_sidebar_select', 'default'),
(731, 385, 'zn_zn_disable_subheader', ''),
(732, 385, 'zn_subheader_style', 'zn_def_header_style'),
(733, 385, 'zn_page_override_boxed_layout', 'def'),
(734, 385, 'zn_page_title_show', 'yes'),
(735, 385, 'zn_page_title', ''),
(736, 385, 'zn_page_subtitle', ''),
(737, 385, 'zn-custom-layout', '0'),
(738, 385, 'zn_page_builder_els', 'a:3:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid91a76841";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid47fdd66a";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4e25767d";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Kallyas Lawyer";s:11:"te_subtitle";s:116:"Houston, TX<br>\r\nFirst National Bank Building<br>\r\n2028 Grey Fox Farm Road, 77060<br>\r\n<strong>281-765-0451</strong>";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"15px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidefa6b9ce";}i:1;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:14:"GET DIRECTIONS";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid815ee678";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4e25767d";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:11:"ZnGoogleMap";s:7:"options";a:32:{s:13:"sc_map_apikey";s:39:"AIzaSyCJdbTGJaMvYTT0uyJj2UxZOOAhoDv0G3s";s:20:"single_multiple_maps";a:1:{i:0;a:6:{s:15:"sc_map_latitude";s:9:"41.447390";s:16:"sc_map_longitude";s:10:"-72.843868";s:7:"tooltip";s:0:"";s:11:"sc_map_icon";s:0:"";s:21:"sc_map_icon_animation";s:0:"";s:9:"icon_size";s:2:"20";}}s:11:"sc_map_zoom";s:1:"8";s:11:"sc_map_type";s:7:"ROADMAP";s:17:"sc_map_directions";s:14:"zn_dummy_value";s:22:"sc_map_directions_text";s:16:"Visit us from...";s:21:"sc_map_directions_pos";s:8:"top-left";s:13:"show_overview";s:14:"zn_dummy_value";s:15:"show_streetview";s:14:"zn_dummy_value";s:12:"show_maptype";s:14:"zn_dummy_value";s:15:"ww_mapinfo_type";s:7:"infobox";s:17:"ww_slide_m_button";s:0:"";s:15:"ww_slide_l_text";s:0:"";s:13:"ww_slide_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:16:"sc_map_panel_img";s:0:"";s:18:"sc_map_panel_title";s:0:"";s:17:"sc_map_panel_text";s:0:"";s:15:"ww_header_style";s:1:"0";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:13:"sc_fullscreen";s:2:"no";s:13:"sc_map_height";s:3:"360";s:16:"use_custom_style";s:3:"yes";s:12:"custom_style";s:1616:"[\r\n    {\r\n        "featureType": "poi.medical",\r\n        "stylers": [\r\n            {\r\n                "visibility": "simplified"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.business",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.place_of_worship",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi",\r\n        "elementType": "geometry",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "landscape",\r\n        "stylers": [\r\n            {\r\n                "color": "#cec6b3"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "road",\r\n        "stylers": [\r\n            {\r\n                "color": "#f2eee8"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "water",\r\n        "stylers": [\r\n            {\r\n                "color": "#01186a"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "road",\r\n        "elementType": "labels.text.fill",\r\n        "stylers": [\r\n            {\r\n                "color": "#cec6b3"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "landscape.man_made",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.government",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    }\r\n]";s:19:"custom_style_active";s:1616:"[\r\n    {\r\n        "featureType": "poi.medical",\r\n        "stylers": [\r\n            {\r\n                "visibility": "simplified"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.business",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.place_of_worship",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi",\r\n        "elementType": "geometry",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "landscape",\r\n        "stylers": [\r\n            {\r\n                "color": "#cec6b3"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "road",\r\n        "stylers": [\r\n            {\r\n                "color": "#f2eee8"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "water",\r\n        "stylers": [\r\n            {\r\n                "color": "#01186a"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "road",\r\n        "elementType": "labels.text.fill",\r\n        "stylers": [\r\n            {\r\n                "color": "#cec6b3"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "landscape.man_made",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        "featureType": "poi.government",\r\n        "stylers": [\r\n            {\r\n                "visibility": "off"\r\n            }\r\n        ]\r\n    }\r\n]";s:10:"sc_ccenter";s:14:"zn_dummy_value";s:14:"sc_cc_latitude";s:0:"";s:15:"sc_cc_longitude";s:0:"";s:25:"sc_map_zooming_mousewheel";s:14:"zn_dummy_value";s:19:"sc_map_localization";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid7d81d6cb";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide1676977";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid47fdd66a";}i:2;a:7:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f8f8f8";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid35a31097";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid2b61518d";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:10:"CONTACT US";s:11:"te_subtitle";s:17:"Send us a message";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidfe5efbfa";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2b61518d";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid2b61518d";}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:13:"ZnContactForm";s:7:"options";a:28:{s:5:"email";s:15:"test@domain.com";s:7:"cf_from";s:7:"noreply";s:16:"cf_force_dynamic";s:14:"zn_dummy_value";s:16:"cf_custom_sender";s:0:"";s:12:"redirect_url";s:0:"";s:12:"submit_label";s:12:"Send message";s:13:"email_subject";s:19:"New form submission";s:12:"sent_message";s:27:"Thank you for contacting us";s:7:"captcha";s:1:"0";s:12:"captcha_lang";s:0:"";s:12:"send_me_copy";s:2:"no";s:19:"mailchimp_subscribe";s:2:"no";s:17:"mailchimp_list_id";s:10:"e187e656c4";s:12:"cf_labels_pl";s:1:"2";s:11:"description";s:0:"";s:8:"cf_debug";s:14:"zn_dummy_value";s:6:"fields";a:5:{i:0;a:11:{s:4:"name";s:9:"Your Name";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:9:"Your Name";s:15:"datepicker_lang";s:0:"";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";}i:1;a:11:{s:4:"name";s:10:"Your Email";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:10:"Your Email";s:15:"datepicker_lang";s:0:"";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:8:"is_email";}i:2;a:11:{s:4:"name";s:5:"Phone";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:5:"Phone";s:15:"datepicker_lang";s:0:"";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:10:"is_numeric";}i:3;a:11:{s:4:"name";s:7:"Subject";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Subject";s:15:"datepicker_lang";s:0:"";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";}i:4;a:11:{s:4:"name";s:7:"Message";s:4:"type";s:8:"textarea";s:13:"select_option";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Message";s:15:"datepicker_lang";s:0:"";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";}}s:14:"element_scheme";s:0:"";s:14:"cf_form_styles";s:5:"fancy";s:13:"input_corners";s:13:"inp-c--square";s:12:"inputs_style";s:11:"inp-s--flat";s:12:"button_style";s:13:"btn-fullcolor";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:0:"";s:11:"button_size";s:0:"";s:13:"btn_alignment";s:4:"left";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid51326958";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid01545266";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid35a31097";}}'),
(739, 385, 'show_header', ''),
(740, 385, 'show_footer', ''),
(741, 385, 'zn_page_custom_css', ''),
(742, 385, 'zn_page_custom_js', ''),
(743, 386, 'custom_header_width', ''),
(744, 386, 'header_width', '1170'),
(745, 386, 'header_style', 'image_color'),
(746, 386, 'header_style_image', 'a:4:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}}'),
(747, 386, 'header_style_color', 'rgba(255,255,255,0.99)'),
(748, 386, 'header_text_scheme', 'light'),
(749, 386, 'head_position', 'abs'),
(750, 386, 'menu_follow', ''),
(751, 386, 'header_resp_style_color', ''),
(752, 386, 'head_show_logo', ''),
(753, 386, 'logo_upload', 'http://localhost:8082/shazil/wp-content/uploads/2020/05/spl.png'),
(754, 386, 'logo_size', ''),
(755, 386, 'zn_body_def_color', ''),
(756, 386, 'body_back_image', 'a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}'),
(757, 386, 'zn_boxed_layout', ''),
(758, 387, 'zn_page_builder_status', 'enabled'),
(759, 387, 'zn_page_layout', 'default'),
(760, 387, 'zn_sidebar_select', 'default'),
(761, 387, 'zn_zn_disable_subheader', ''),
(762, 387, 'zn_subheader_style', 'zn_def_header_style'),
(763, 387, 'zn_page_override_boxed_layout', 'def'),
(764, 387, 'zn_page_title_show', 'yes'),
(765, 387, 'zn_page_title', ''),
(766, 387, 'zn_page_subtitle', ''),
(767, 387, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(768, 387, 'zn_page_builder_els', 'a:3:{i:0;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:13:"custom_height";s:13:"custom_height";a:10:{s:10:"properties";s:10:"min-height";s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"360";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"240";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:6:"bottom";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#121232";s:22:"source_overlay_opacity";s:2:"95";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid138f465c";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"85px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"52px";s:11:"line-height";s:4:"68px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9f69b200";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1144b7dc";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid34fb65bd";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4d1ce444";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"25px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5e6c598a";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_HorizontalTabs";s:7:"options";a:6:{s:13:"vts_tab_style";s:11:"tabs_style5";s:14:"tabs_alignment";s:4:"left";s:14:"element_scheme";s:5:"light";s:21:"single_horizontal_tab";a:3:{i:0;a:3:{s:13:"vts_tab_title";s:8:"OVERVIEW";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:1;a:3:{s:13:"vts_tab_title";s:3:"BIO";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:2;a:3:{s:13:"vts_tab_title";s:14:"PRACTICE AREAS";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:4:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid750039ba";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"Overview";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida88145cc";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc158bc6d";}}i:1;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf6dd8ed5";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:3:"BIO";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidaca7b6ca";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf6dd8ed5";}}i:2;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Practice Areas";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida8d32cd2";}i:1;a:7:{s:6:"object";s:16:"TH_IconBoxesGrid";s:7:"options";a:29:{s:14:"ibg_height_new";a:8:{s:2:"lg";s:3:"224";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:9:"ibg_style";s:12:"lined-center";s:9:"ibg_hover";s:22:"grid-ibx--hover-shadow";s:14:"ibg_titleorder";s:0:"";s:18:"perrow_breakpoints";s:2:"lg";s:10:"ibg_perrow";s:1:"3";s:13:"ibg_perrow_md";s:1:"3";s:13:"ibg_perrow_sm";s:1:"2";s:13:"ibg_perrow_xs";s:1:"1";s:9:"el_shadow";s:1:"6";s:15:"el_shadow_hover";s:0:"";s:6:"ibg_ib";a:6:{i:0;a:6:{s:9:"ibg_title";s:18:"Administrative Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:62:"http://localhost:8082/shazil/practice-area/administrative-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:1;a:6:{s:9:"ibg_title";s:23:"Business & Transactions";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:65:"http://localhost:8082/shazil/practice-area/business-transactions/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:2;a:6:{s:9:"ibg_title";s:24:"Professional Malpractice";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:68:"http://localhost:8082/shazil/practice-area/professional-malpractice/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:3;a:6:{s:9:"ibg_title";s:11:"Real Estate";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:55:"http://localhost:8082/shazil/practice-area/real-estate/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:4;a:6:{s:9:"ibg_title";s:14:"Healthcare Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/healthcare-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:5;a:6:{s:9:"ibg_title";s:33:"Employment & Workers Compensation";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:75:"http://localhost:8082/shazil/practice-area/employment-workers-compensation/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}}s:14:"element_scheme";s:0:"";s:12:"ibg_bg_color";s:7:"#ffffff";s:18:"ibg_bg_color_hover";s:7:"#ffffff";s:14:"ibg_icon_color";s:7:"#b1a276";s:20:"ibg_icon_color_hover";s:0:"";s:20:"ibg_text_color_hover";s:0:"";s:8:"ibg_size";s:2:"36";s:9:"alignment";s:6:"center";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:13:"margin-bottom";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:19:"spacing_breakpoints";s:2:"lg";s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluided76b6f8";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide6ef284e";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0f096f2a";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid20e01288";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#b1a276";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid141afc48";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:0:"";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"15px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid190add82";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:30:{s:15:"image_box_image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"280";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:5:"-30px";s:6:"bottom";s:1:"0";s:4:"left";s:5:"-30px";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide027f6ad";}i:1;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:120:"2336 Daylene Drive<br>\r\nAZALEA, Oregon, 97410<br>\r\nPhone: 734-531-8492<br>\r\nEmail: <a href="#">malena@lawcompany.com</a>";s:14:"te_color_theme";s:5:"light";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"26px";s:11:"line-height";s:4:"36px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.85)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc81a43fd";}i:2;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:6:"center";s:8:"sc_style";s:5:"clean";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"14";s:12:"icon_padding";s:2:"20";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:1;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid38ea1ed7";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9400f0cb";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid523594be";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid98cb82e9";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid10bec972";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4a0bc3a8";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:39:"Testimonials & Client Thank You Letters";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"42px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1748c6f7";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidaa3e152d";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:23:"TH_PartnersTestimonials";s:7:"options";a:5:{s:15:"pts_color_theme";s:4:"dark";s:10:"tst_single";a:3:{i:0;a:9:{s:8:"tst_name";s:15:"Jeffrey Donovan";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:328:"Appropriately enable one-to-one information whereas world-class models. Monotonectally re-engineer fully researched quality vectors rather than plug-and-play e-tailers. Dramatically deploy market positioning functionalities vis-a-vis functional sources. Competently orchestrate proactive leadership skills and vertical services.";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/85.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"2";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:1;a:9:{s:8:"tst_name";s:13:"Jenna Hawkins";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/93.jpg";s:10:"tst_layout";s:8:"reversed";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:2;a:9:{s:8:"tst_name";s:14:"Peter Jacobson";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/29.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}}s:10:"pts_ptitle";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidad57630e";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1ccbbd55";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid73609269";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(769, 387, 'show_header', ''),
(770, 387, 'show_footer', ''),
(771, 387, 'zn_page_custom_css', ''),
(772, 387, 'zn_page_custom_js', ''),
(773, 388, 'zn_page_builder_status', 'enabled'),
(774, 388, 'zn_page_layout', 'default'),
(775, 388, 'zn_sidebar_select', 'default'),
(776, 388, 'zn_zn_disable_subheader', ''),
(777, 388, 'zn_subheader_style', 'zn_def_header_style'),
(778, 388, 'zn_page_override_boxed_layout', 'def'),
(779, 388, 'zn_page_title_show', 'yes'),
(780, 388, 'zn_page_title', ''),
(781, 388, 'zn_page_subtitle', ''),
(782, 388, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(783, 388, 'zn_page_builder_els', 'a:3:{i:0;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:13:"custom_height";s:13:"custom_height";a:10:{s:10:"properties";s:10:"min-height";s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"360";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"240";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:6:"bottom";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#121232";s:22:"source_overlay_opacity";s:2:"95";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid138f465c";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"85px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"52px";s:11:"line-height";s:4:"68px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid353360f5";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid41521fb5";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid00950960";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4d1ce444";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"25px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5e6c598a";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_HorizontalTabs";s:7:"options";a:6:{s:13:"vts_tab_style";s:11:"tabs_style5";s:14:"tabs_alignment";s:4:"left";s:14:"element_scheme";s:5:"light";s:21:"single_horizontal_tab";a:3:{i:0;a:3:{s:13:"vts_tab_title";s:8:"OVERVIEW";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:1;a:3:{s:13:"vts_tab_title";s:3:"BIO";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:2;a:3:{s:13:"vts_tab_title";s:14:"PRACTICE AREAS";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:4:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid750039ba";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"Overview";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid41adbdae";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf4ca0fd2";}}i:1;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidfdabdcfd";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:3:"BIO";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid81fbb504";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfdabdcfd";}}i:2;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Practice Areas";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5e4c9fda";}i:1;a:7:{s:6:"object";s:16:"TH_IconBoxesGrid";s:7:"options";a:29:{s:14:"ibg_height_new";a:8:{s:2:"lg";s:3:"224";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:9:"ibg_style";s:12:"lined-center";s:9:"ibg_hover";s:22:"grid-ibx--hover-shadow";s:14:"ibg_titleorder";s:0:"";s:18:"perrow_breakpoints";s:2:"lg";s:10:"ibg_perrow";s:1:"2";s:13:"ibg_perrow_md";s:1:"3";s:13:"ibg_perrow_sm";s:1:"2";s:13:"ibg_perrow_xs";s:1:"1";s:9:"el_shadow";s:1:"6";s:15:"el_shadow_hover";s:0:"";s:6:"ibg_ib";a:4:{i:0;a:6:{s:9:"ibg_title";s:23:"Business & Transactions";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:65:"http://localhost:8082/shazil/practice-area/business-transactions/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:1;a:6:{s:9:"ibg_title";s:24:"Professional Malpractice";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:68:"http://localhost:8082/shazil/practice-area/professional-malpractice/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:2;a:6:{s:9:"ibg_title";s:14:"Healthcare Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/healthcare-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:3;a:6:{s:9:"ibg_title";s:16:"Trusts & Estates";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/trusts-estates/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}}s:14:"element_scheme";s:0:"";s:12:"ibg_bg_color";s:7:"#ffffff";s:18:"ibg_bg_color_hover";s:7:"#ffffff";s:14:"ibg_icon_color";s:7:"#b1a276";s:20:"ibg_icon_color_hover";s:0:"";s:20:"ibg_text_color_hover";s:0:"";s:8:"ibg_size";s:2:"36";s:9:"alignment";s:6:"center";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:13:"margin-bottom";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:19:"spacing_breakpoints";s:2:"lg";s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid98089f17";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc02a7d41";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidaa9f7f9b";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid628b2777";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#b1a276";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid141afc48";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:0:"";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"15px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid190add82";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:30:{s:15:"image_box_image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"280";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:5:"-30px";s:6:"bottom";s:1:"0";s:4:"left";s:5:"-30px";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidee599610";}i:1;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:120:"2336 Daylene Drive<br>\r\nAZALEA, Oregon, 97410<br>\r\nPhone: 734-531-8492<br>\r\nEmail: <a href="#">malena@lawcompany.com</a>";s:14:"te_color_theme";s:5:"light";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"26px";s:11:"line-height";s:4:"36px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.85)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid08b271ad";}i:2;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:6:"center";s:8:"sc_style";s:5:"clean";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"14";s:12:"icon_padding";s:2:"20";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:1;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf0684117";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4212c46a";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid3b3bffba";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida3fd21ad";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfa69ada5";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4a0bc3a8";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:39:"Testimonials & Client Thank You Letters";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"42px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb18dde8a";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9bb212ab";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:23:"TH_PartnersTestimonials";s:7:"options";a:5:{s:15:"pts_color_theme";s:4:"dark";s:10:"tst_single";a:3:{i:0;a:9:{s:8:"tst_name";s:15:"Jeffrey Donovan";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:328:"Appropriately enable one-to-one information whereas world-class models. Monotonectally re-engineer fully researched quality vectors rather than plug-and-play e-tailers. Dramatically deploy market positioning functionalities vis-a-vis functional sources. Competently orchestrate proactive leadership skills and vertical services.";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/85.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"2";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:1;a:9:{s:8:"tst_name";s:13:"Jenna Hawkins";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/93.jpg";s:10:"tst_layout";s:8:"reversed";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:2;a:9:{s:8:"tst_name";s:14:"Peter Jacobson";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/29.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}}s:10:"pts_ptitle";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid155144d2";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidb578436d";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1d36af79";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(784, 388, 'show_header', ''),
(785, 388, 'show_footer', ''),
(786, 388, 'zn_page_custom_css', ''),
(787, 388, 'zn_page_custom_js', ''),
(788, 389, 'zn_page_builder_status', 'enabled'),
(789, 389, 'zn_page_layout', 'default'),
(790, 389, 'zn_sidebar_select', 'default'),
(791, 389, 'zn_zn_disable_subheader', ''),
(792, 389, 'zn_subheader_style', 'zn_def_header_style'),
(793, 389, 'zn_page_override_boxed_layout', 'def'),
(794, 389, 'zn_page_title_show', 'yes'),
(795, 389, 'zn_page_title', ''),
(796, 389, 'zn_page_subtitle', ''),
(797, 389, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(798, 389, 'zn_page_builder_els', 'a:3:{i:0;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:13:"custom_height";s:13:"custom_height";a:10:{s:10:"properties";s:10:"min-height";s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"360";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"240";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:6:"bottom";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#121232";s:22:"source_overlay_opacity";s:2:"95";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid138f465c";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"85px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"52px";s:11:"line-height";s:4:"68px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida2433e68";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0322aa3b";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid98a67dae";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4d1ce444";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"25px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5e6c598a";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_HorizontalTabs";s:7:"options";a:6:{s:13:"vts_tab_style";s:11:"tabs_style5";s:14:"tabs_alignment";s:4:"left";s:14:"element_scheme";s:5:"light";s:21:"single_horizontal_tab";a:3:{i:0;a:3:{s:13:"vts_tab_title";s:8:"OVERVIEW";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:1;a:3:{s:13:"vts_tab_title";s:3:"BIO";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:2;a:3:{s:13:"vts_tab_title";s:14:"PRACTICE AREAS";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:4:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid750039ba";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"Overview";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid63935112";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd166fa76";}}i:1;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid99a05736";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:3:"BIO";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9fd19023";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid99a05736";}}i:2;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Practice Areas";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidca94b197";}i:1;a:7:{s:6:"object";s:16:"TH_IconBoxesGrid";s:7:"options";a:29:{s:14:"ibg_height_new";a:8:{s:2:"lg";s:3:"224";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:9:"ibg_style";s:12:"lined-center";s:9:"ibg_hover";s:22:"grid-ibx--hover-shadow";s:14:"ibg_titleorder";s:0:"";s:18:"perrow_breakpoints";s:2:"lg";s:10:"ibg_perrow";s:1:"3";s:13:"ibg_perrow_md";s:1:"3";s:13:"ibg_perrow_sm";s:1:"2";s:13:"ibg_perrow_xs";s:1:"1";s:9:"el_shadow";s:1:"6";s:15:"el_shadow_hover";s:0:"";s:6:"ibg_ib";a:6:{i:0;a:6:{s:9:"ibg_title";s:18:"Administrative Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:62:"http://localhost:8082/shazil/practice-area/administrative-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:1;a:6:{s:9:"ibg_title";s:10:"Litigation";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:54:"http://localhost:8082/shazil/practice-area/litigation/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:2;a:6:{s:9:"ibg_title";s:24:"Professional Malpractice";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:68:"http://localhost:8082/shazil/practice-area/professional-malpractice/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:3;a:6:{s:9:"ibg_title";s:11:"Real Estate";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:55:"http://localhost:8082/shazil/practice-area/real-estate/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:4;a:6:{s:9:"ibg_title";s:14:"Healthcare Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/healthcare-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:5;a:6:{s:9:"ibg_title";s:16:"Trusts & Estates";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/trusts-estates/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}}s:14:"element_scheme";s:0:"";s:12:"ibg_bg_color";s:7:"#ffffff";s:18:"ibg_bg_color_hover";s:7:"#ffffff";s:14:"ibg_icon_color";s:7:"#b1a276";s:20:"ibg_icon_color_hover";s:0:"";s:20:"ibg_text_color_hover";s:0:"";s:8:"ibg_size";s:2:"36";s:9:"alignment";s:6:"center";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:13:"margin-bottom";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:19:"spacing_breakpoints";s:2:"lg";s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidbbf0dec0";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfe8837b6";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid486e2fad";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfc7941a4";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#b1a276";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid141afc48";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:0:"";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"15px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid190add82";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:30:{s:15:"image_box_image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"280";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:5:"-30px";s:6:"bottom";s:1:"0";s:4:"left";s:5:"-30px";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid08581dc4";}i:1;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:120:"2336 Daylene Drive<br>\r\nAZALEA, Oregon, 97410<br>\r\nPhone: 734-531-8492<br>\r\nEmail: <a href="#">malena@lawcompany.com</a>";s:14:"te_color_theme";s:4:"dark";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"26px";s:11:"line-height";s:4:"36px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.85)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfa81dd3c";}i:2;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:6:"center";s:8:"sc_style";s:5:"clean";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"14";s:12:"icon_padding";s:2:"20";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:1;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid423657c4";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5e26dd75";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidff20226e";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid052595aa";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid943b39f1";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4a0bc3a8";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:39:"Testimonials & Client Thank You Letters";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"42px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide2d45d2e";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid3712d133";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:23:"TH_PartnersTestimonials";s:7:"options";a:5:{s:15:"pts_color_theme";s:4:"dark";s:10:"tst_single";a:3:{i:0;a:9:{s:8:"tst_name";s:15:"Jeffrey Donovan";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:328:"Appropriately enable one-to-one information whereas world-class models. Monotonectally re-engineer fully researched quality vectors rather than plug-and-play e-tailers. Dramatically deploy market positioning functionalities vis-a-vis functional sources. Competently orchestrate proactive leadership skills and vertical services.";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/85.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"2";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:1;a:9:{s:8:"tst_name";s:13:"Jenna Hawkins";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/93.jpg";s:10:"tst_layout";s:8:"reversed";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:2;a:9:{s:8:"tst_name";s:14:"Peter Jacobson";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/29.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}}s:10:"pts_ptitle";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidce448cfe";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidaea5b5a9";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8eba573a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(799, 389, 'show_header', 'show_header'),
(800, 389, 'show_footer', 'show_footer'),
(801, 389, 'zn_page_custom_css', ''),
(802, 389, 'zn_page_custom_js', ''),
(803, 390, 'zn_page_builder_status', 'enabled'),
(804, 390, 'zn_page_layout', 'default'),
(805, 390, 'zn_sidebar_select', 'default'),
(806, 390, 'zn_zn_disable_subheader', ''),
(807, 390, 'zn_subheader_style', 'zn_def_header_style'),
(808, 390, 'zn_page_override_boxed_layout', 'def'),
(809, 390, 'zn_page_title_show', 'yes'),
(810, 390, 'zn_page_title', ''),
(811, 390, 'zn_page_subtitle', ''),
(812, 390, 'zn-custom-layout', '0'),
(813, 390, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid74f91e6a";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0768a7bf";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid121d63f8";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:16:"Trusts & Estates";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid471562e6";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid04fe9f3d";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid1f0b343e";}}'),
(814, 390, 'show_header', ''),
(815, 390, 'show_footer', ''),
(816, 390, 'zn_page_custom_css', ''),
(817, 390, 'zn_page_custom_js', ''),
(818, 391, 'zn_page_builder_status', 'enabled'),
(819, 391, 'zn_page_layout', 'default'),
(820, 391, 'zn_sidebar_select', 'default'),
(821, 391, 'zn_zn_disable_subheader', ''),
(822, 391, 'zn_subheader_style', 'zn_def_header_style'),
(823, 391, 'zn_page_override_boxed_layout', 'def'),
(824, 391, 'zn_page_title_show', 'yes'),
(825, 391, 'zn_page_title', ''),
(826, 391, 'zn_page_subtitle', ''),
(827, 391, 'zn-custom-layout', '0'),
(828, 391, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfb867c6b";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0e3bc8bd";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid9b1e61e8";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:33:"Employment & Workers Compensation";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid3c35d881";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4025490d";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid284ee47a";}}'),
(829, 391, 'show_header', ''),
(830, 391, 'show_footer', ''),
(831, 391, 'zn_page_custom_css', ''),
(832, 391, 'zn_page_custom_js', ''),
(833, 392, 'zn_page_builder_status', 'enabled'),
(834, 392, 'zn_page_layout', 'default'),
(835, 392, 'zn_sidebar_select', 'default'),
(836, 392, 'zn_zn_disable_subheader', ''),
(837, 392, 'zn_subheader_style', 'zn_def_header_style'),
(838, 392, 'zn_page_override_boxed_layout', 'def'),
(839, 392, 'zn_page_title_show', 'yes'),
(840, 392, 'zn_page_title', ''),
(841, 392, 'zn_page_subtitle', ''),
(842, 392, 'zn-custom-layout', '0'),
(843, 392, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2d933e76";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid2e96fa49";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid89c9276d";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:14:"Healthcare Law";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd19fe0fb";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidafe5ae0a";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidaba9018a";}}'),
(844, 392, 'show_header', ''),
(845, 392, 'show_footer', ''),
(846, 392, 'zn_page_custom_css', ''),
(847, 392, 'zn_page_custom_js', ''),
(848, 393, 'zn_page_builder_status', 'enabled'),
(849, 393, 'zn_page_layout', 'default'),
(850, 393, 'zn_sidebar_select', 'default'),
(851, 393, 'zn_zn_disable_subheader', ''),
(852, 393, 'zn_subheader_style', 'zn_def_header_style'),
(853, 393, 'zn_page_override_boxed_layout', 'def'),
(854, 393, 'zn_page_title_show', 'yes'),
(855, 393, 'zn_page_title', ''),
(856, 393, 'zn_page_subtitle', ''),
(857, 393, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(858, 393, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0d24b868";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0c1df625";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid6b68101f";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:11:"Real Estate";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid8591947f";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd3cc2046";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid84dd5377";}}'),
(859, 393, 'show_header', ''),
(860, 393, 'show_footer', ''),
(861, 393, 'zn_page_custom_css', ''),
(862, 393, 'zn_page_custom_js', ''),
(863, 394, 'zn_page_builder_status', 'enabled'),
(864, 394, 'zn_page_layout', 'default'),
(865, 394, 'zn_sidebar_select', 'default'),
(866, 394, 'zn_zn_disable_subheader', ''),
(867, 394, 'zn_subheader_style', 'zn_def_header_style'),
(868, 394, 'zn_page_override_boxed_layout', 'def'),
(869, 394, 'zn_page_title_show', 'yes'),
(870, 394, 'zn_page_title', ''),
(871, 394, 'zn_page_subtitle', ''),
(872, 394, 'zn-custom-layout', '0'),
(873, 394, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd09dfeeb";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid310b86fa";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5465ae6e";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:24:"Professional Malpractice";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid6d1e8dc9";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid26b725aa";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid798201b7";}}'),
(874, 394, 'show_header', ''),
(875, 394, 'show_footer', ''),
(876, 394, 'zn_page_custom_css', ''),
(877, 394, 'zn_page_custom_js', ''),
(878, 395, 'zn_page_builder_status', 'enabled'),
(879, 395, 'zn_page_layout', 'default'),
(880, 395, 'zn_sidebar_select', 'default'),
(881, 395, 'zn_zn_disable_subheader', ''),
(882, 395, 'zn_subheader_style', 'zn_def_header_style'),
(883, 395, 'zn_page_override_boxed_layout', 'def'),
(884, 395, 'zn_page_title_show', 'yes'),
(885, 395, 'zn_page_title', ''),
(886, 395, 'zn_page_subtitle', ''),
(887, 395, 'zn-custom-layout', '0'),
(888, 395, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidcbf57b71";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid72c5a3dd";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid80d66671";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:23:"Business & Transactions";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid7b95d3f0";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidbb5454ea";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid60ae7b8b";}}'),
(889, 395, 'show_header', ''),
(890, 395, 'show_footer', ''),
(891, 395, 'zn_page_custom_css', ''),
(892, 395, 'zn_page_custom_js', ''),
(893, 396, 'zn_page_builder_status', 'enabled'),
(894, 396, 'zn_page_layout', 'default'),
(895, 396, 'zn_sidebar_select', 'default'),
(896, 396, 'zn_zn_disable_subheader', ''),
(897, 396, 'zn_subheader_style', 'zn_def_header_style'),
(898, 396, 'zn_page_override_boxed_layout', 'def'),
(899, 396, 'zn_page_title_show', 'yes'),
(900, 396, 'zn_page_title', ''),
(901, 396, 'zn_page_subtitle', ''),
(902, 396, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(903, 396, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid20de26b1";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid583229be";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5a5fc977";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:10:"Litigation";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid37eca1fa";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid3e8f6c3d";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid20035e2e";}}'),
(904, 396, 'show_header', ''),
(905, 396, 'show_footer', ''),
(906, 396, 'zn_page_custom_css', ''),
(907, 396, 'zn_page_custom_js', ''),
(908, 397, 'zn_page_layout', 'default'),
(909, 397, 'zn_sidebar_select', 'default'),
(910, 397, 'zn_zn_disable_subheader', ''),
(911, 397, 'zn_subheader_style', 'zn_def_header_style'),
(912, 397, 'zn_page_override_boxed_layout', 'def'),
(913, 397, 'zn_page_title_show', 'yes'),
(914, 397, 'zn_page_title', ''),
(915, 397, 'zn_page_subtitle', ''),
(916, 397, 'zn-custom-layout', '0'),
(917, 397, 'zn_page_builder_status', 'enabled'),
(918, 397, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:1:{s:15:"hm_header_style";s:19:"zn_def_header_style";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid17aa8857";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid097de5c8";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:7:{s:6:"object";s:16:"TH_IconBoxesGrid";s:7:"options";a:29:{s:14:"ibg_height_new";a:8:{s:2:"lg";s:3:"260";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:9:"ibg_style";s:12:"lined-center";s:9:"ibg_hover";s:22:"grid-ibx--hover-shadow";s:14:"ibg_titleorder";s:0:"";s:18:"perrow_breakpoints";s:2:"lg";s:10:"ibg_perrow";s:1:"4";s:13:"ibg_perrow_md";s:1:"3";s:13:"ibg_perrow_sm";s:1:"2";s:13:"ibg_perrow_xs";s:1:"1";s:9:"el_shadow";s:1:"6";s:15:"el_shadow_hover";s:0:"";s:6:"ibg_ib";a:8:{i:0;a:6:{s:9:"ibg_title";s:18:"Administrative Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:62:"http://localhost:8082/shazil/practice-area/administrative-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:1;a:6:{s:9:"ibg_title";s:10:"Litigation";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:54:"http://localhost:8082/shazil/practice-area/litigation/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:2;a:6:{s:9:"ibg_title";s:23:"Business & Transactions";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:65:"http://localhost:8082/shazil/practice-area/business-transactions/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:3;a:6:{s:9:"ibg_title";s:24:"Professional Malpractice";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:68:"http://localhost:8082/shazil/practice-area/professional-malpractice/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:4;a:6:{s:9:"ibg_title";s:11:"Real Estate";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:55:"http://localhost:8082/shazil/practice-area/real-estate/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:5;a:6:{s:9:"ibg_title";s:14:"Healthcare Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/healthcare-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:6;a:6:{s:9:"ibg_title";s:33:"Employment & Workers Compensation";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:75:"http://localhost:8082/shazil/practice-area/employment-workers-compensation/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:7;a:6:{s:9:"ibg_title";s:16:"Trusts & Estates";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/trusts-estates/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}}s:14:"element_scheme";s:0:"";s:12:"ibg_bg_color";s:7:"#ffffff";s:18:"ibg_bg_color_hover";s:7:"#ffffff";s:14:"ibg_icon_color";s:7:"#b1a276";s:20:"ibg_icon_color_hover";s:0:"";s:20:"ibg_text_color_hover";s:0:"";s:8:"ibg_size";s:2:"36";s:9:"alignment";s:6:"center";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:13:"margin-bottom";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:19:"spacing_breakpoints";s:2:"lg";s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid7ff05888";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4ab55a65";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf8d4dc67";}}'),
(919, 397, 'show_header', ''),
(920, 397, 'show_footer', ''),
(921, 397, 'zn_page_custom_css', ''),
(922, 397, 'zn_page_custom_js', ''),
(923, 398, 'zn_page_builder_status', 'enabled'),
(924, 398, 'zn_page_layout', 'default'),
(925, 398, 'zn_sidebar_select', 'default'),
(926, 398, 'zn_zn_disable_subheader', ''),
(927, 398, 'zn_subheader_style', 'zn_def_header_style'),
(928, 398, 'zn_page_override_boxed_layout', 'def'),
(929, 398, 'zn_page_title_show', 'yes'),
(930, 398, 'zn_page_title', ''),
(931, 398, 'zn_page_subtitle', ''),
(932, 398, 'zn-custom-layout', '0'),
(933, 398, 'zn_page_builder_els', 'a:2:{i:0;a:6:{s:6:"object";s:24:"TH_CustomSubHeaderLayout";s:7:"options";a:48:{s:15:"hm_header_title";s:0:"";s:17:"hm_header_ovtitle";s:0:"";s:18:"hm_header_subtitle";s:0:"";s:20:"hm_header_ovsubtitle";s:0:"";s:19:"subheader_alignment";s:0:"";s:15:"hm_header_bread";s:0:"";s:14:"hm_header_date";s:0:"";s:19:"subheader_textcolor";s:0:"";s:14:"hm_inherit_ulm";s:2:"no";s:13:"hm_br_options";s:2:"xs";s:16:"hm_header_height";s:3:"300";s:11:"top_padding";s:3:"170";s:14:"bottom_padding";s:1:"0";s:19:"hm_header_height_md";s:3:"300";s:14:"top_padding_md";s:3:"170";s:17:"bottom_padding_md";s:1:"0";s:19:"hm_header_height_sm";s:3:"300";s:14:"top_padding_sm";s:3:"170";s:17:"bottom_padding_sm";s:1:"0";s:19:"hm_header_height_xs";s:3:"240";s:14:"top_padding_xs";s:2:"90";s:17:"bottom_padding_xs";s:1:"0";s:15:"hm_header_style";s:19:"zn_def_header_style";s:11:"source_type";s:0:"";s:23:"source_background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"source_vd_embed_iframe";s:0:"";s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid61d330c9";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd045d552";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomMenu";s:7:"options";a:13:{s:7:"cm_menu";s:1:"5";s:8:"cm_depth";s:1:"1";s:8:"cm_style";s:2:"v3";s:7:"cm_cols";s:1:"1";s:10:"cm_dd_text";s:0:"";s:12:"smoothscroll";s:1:"1";s:12:"el_alignment";s:4:"left";s:8:"cm_ucase";s:9:"uppercase";s:13:"cm_fontstyles";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"40px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";}s:14:"cm_font_active";s:7:"#ffffff";s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid05457475";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf5cb9706";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidf5cb9706";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:18:"Administrative Law";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:1612:"Proactively unleash scalable e-commerce for multifunctional interfaces. Synergistically underwhelm flexible portals for sticky e-services. Assertively evisculate worldwide technologies for inexpensive processes. Enthusiastically build performance based core competencies whereas empowered data. Interactively target end-to-end technology vis-a-vis emerging infrastructures.\r\n\r\nMonotonectally embrace error-free products via reliable web services. Dramatically plagiarize 2.0 innovation and high standards in growth strategies. Uniquely negotiate sustainable ROI whereas user-centric web services. Uniquely monetize impactful human capital with corporate quality vectors. Energistically underwhelm enterprise-wide sources for e-business leadership.\r\n\r\nPhosfluorescently engineer cross-platform synergy and cross functional core competencies. Objectively initiate fully researched web services before scalable action items. Synergistically deliver economically sound partnerships via team driven e-business. Holisticly synthesize client-centric deliverables without clicks-and-mortar methods of empowerment. Enthusiastically procrastinate empowered markets vis-a-vis turnkey web services.\r\n\r\nEnergistically revolutionize team building applications whereas cutting-edge paradigms. Distinctively matrix backward-compatible technology without world-class leadership skills. Progressively impact maintainable methods of empowerment via value-added users. Proactively implement cooperative supply chains after impactful functionalities. Dynamically benchmark dynamic niche markets and state of the art leadership skills";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida0a2ae50";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidf7d6492e";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidd045d552";}}'),
(934, 398, 'show_header', ''),
(935, 398, 'show_footer', ''),
(936, 398, 'zn_page_custom_css', ''),
(937, 398, 'zn_page_custom_js', ''),
(938, 399, 'zn_page_builder_status', 'enabled');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(939, 399, 'zn_page_builder_els', 'a:2:{i:0;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"75px";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#063126";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid433bf717";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:244:"With aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"20";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"14px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.67)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd733662a";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid16b2ad77";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid274e4327";}s:7:"content";a:4:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:10:"CONTACT US";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"14px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:0:"";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7e9e08fe";}i:1;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"+1-202-555-018";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"1px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#22aa86";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:1:"0";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"38px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.67)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:123:"<a href="mailto:info@shazil.com"><span style="color: #ffffff; font-size: 16px;"><strong>info@shazil.com</strong></span></a>";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid73a1f7f0";}i:2;a:5:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:25:{s:12:"el_alignment";s:4:"left";s:8:"sc_style";s:5:"clean";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"14";s:12:"icon_padding";s:2:"20";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:22:"rgba(255,255,255,0.38)";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:22:"rgba(255,255,255,0.38)";}i:1;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:22:"rgba(255,255,255,0.38)";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:7:"#ffffff";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:22:"rgba(255,255,255,0.38)";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:7:"#ffffff";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:22:"rgba(255,255,255,0.38)";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:7:"#ffffff";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide488a977";}i:3;a:6:{s:6:"object";s:19:"TH_GridPhotoGallery";s:7:"options";a:16:{s:11:"pg_num_cols";s:1:"3";s:13:"pg_img_height";s:6:"square";s:14:"pg_gutter_size";s:1:"3";s:18:"pg_img_customratio";s:3:"100";s:14:"pg_layout_type";s:7:"masonry";s:13:"spg_img_width";s:0:"";s:13:"pg_loupe_size";s:5:"large";s:11:"pg_img_anim";s:4:"none";s:4:"lazy";s:14:"zn_dummy_value";s:14:"element_scheme";s:5:"light";s:20:"single_photo_gallery";a:6:{i:0;a:9:{s:9:"spg_title";s:0:"";s:11:"spg_pholder";s:2:"no";s:9:"spg_image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:13:"spg_link_type";s:3:"img";s:9:"spg_video";s:0:"";s:14:"spg_custom_url";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"spg_width";s:1:"1";s:10:"spg_height";s:1:"1";s:19:"item_element_scheme";s:0:"";}i:1;a:9:{s:9:"spg_title";s:0:"";s:11:"spg_pholder";s:2:"no";s:9:"spg_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:13:"spg_link_type";s:3:"img";s:9:"spg_video";s:0:"";s:14:"spg_custom_url";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"spg_width";s:1:"1";s:10:"spg_height";s:1:"1";s:19:"item_element_scheme";s:0:"";}i:2;a:9:{s:9:"spg_title";s:0:"";s:11:"spg_pholder";s:2:"no";s:9:"spg_image";s:98:"http://localhost:8082/shazil/wp-content/uploads/2016/11/bristol-recycled-plastic-bottles-whale.jpg";s:13:"spg_link_type";s:3:"img";s:9:"spg_video";s:0:"";s:14:"spg_custom_url";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"spg_width";s:1:"1";s:10:"spg_height";s:1:"1";s:19:"item_element_scheme";s:0:"";}i:3;a:9:{s:9:"spg_title";s:0:"";s:11:"spg_pholder";s:2:"no";s:9:"spg_image";s:76:"http://localhost:8082/shazil/wp-content/uploads/2020/05/a911461b-plastic.jpg";s:13:"spg_link_type";s:3:"img";s:9:"spg_video";s:0:"";s:14:"spg_custom_url";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"spg_width";s:1:"1";s:10:"spg_height";s:1:"1";s:19:"item_element_scheme";s:0:"";}i:4;a:9:{s:9:"spg_title";s:0:"";s:11:"spg_pholder";s:2:"no";s:9:"spg_image";s:68:"http://localhost:8082/shazil/wp-content/uploads/2020/05/planting.jpg";s:13:"spg_link_type";s:3:"img";s:9:"spg_video";s:0:"";s:14:"spg_custom_url";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"spg_width";s:1:"1";s:10:"spg_height";s:1:"1";s:19:"item_element_scheme";s:0:"";}i:5;a:9:{s:9:"spg_title";s:0:"";s:11:"spg_pholder";s:2:"no";s:9:"spg_image";s:91:"http://localhost:8082/shazil/wp-content/uploads/2020/05/iStock_26388419_SMALL-725x483-1.jpg";s:13:"spg_link_type";s:3:"img";s:9:"spg_video";s:0:"";s:14:"spg_custom_url";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"spg_width";s:1:"1";s:10:"spg_height";s:1:"1";s:19:"item_element_scheme";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluid7c1448f1";}}s:5:"width";s:8:"col-md-3";s:3:"uid";s:13:"eluid274e4327";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid1ccae7dc";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:7:"GALLERY";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"5px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"14px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:0:"";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb68856e7";}i:1;a:6:{s:6:"object";s:16:"ZnSmartCarousel2";s:7:"options";a:53:{s:6:"source";s:4:"bulk";s:11:"bulk_images";s:19:"510,509,498,488,490";s:10:"image_size";s:6:"medium";s:8:"autoplay";s:3:"yes";s:13:"autoplaySpeed";s:4:"3000";s:4:"fade";s:2:"no";s:8:"infinite";s:3:"yes";s:12:"slidesToShow";s:1:"3";s:14:"slidesToScroll";s:1:"1";s:5:"speed";s:3:"300";s:5:"swipe";s:3:"yes";s:16:"advanced_options";s:14:"zn_dummy_value";s:13:"accessibility";s:3:"yes";s:14:"adaptiveHeight";s:2:"no";s:10:"centerMode";s:2:"no";s:13:"centerPadding";s:4:"50px";s:7:"cssEase";s:4:"ease";s:8:"dragging";s:3:"yes";s:12:"edgeFriction";s:4:"0.15";s:8:"asNavFor";s:0:"";s:12:"initialSlide";s:1:"0";s:8:"lazyLoad";s:2:"no";s:12:"pauseOnFocus";s:3:"yes";s:12:"pauseOnHover";s:3:"yes";s:16:"pauseOnDotsHover";s:2:"no";s:9:"respondTo";s:6:"window";s:4:"rows";s:1:"1";s:12:"slidesPerRow";s:1:"1";s:12:"swipeToSlide";s:2:"no";s:9:"touchMove";s:3:"yes";s:14:"touchThreshold";s:1:"5";s:13:"variableWidth";s:2:"no";s:8:"vertical";s:2:"no";s:15:"verticalSwiping";s:2:"no";s:3:"rtl";s:2:"no";s:14:"waitForAnimate";s:3:"yes";s:6:"arrows";s:3:"yes";s:11:"arrow_style";s:1:"1";s:14:"arrows_rounded";s:3:"yes";s:9:"arrow_pos";s:9:"top-right";s:13:"arrows_offset";s:1:"3";s:22:"arrows_vertical_offset";s:2:"50";s:11:"arrows_size";s:6:"normal";s:12:"arrows_theme";s:5:"light";s:4:"dots";s:3:"yes";s:8:"dots_pos";s:13:"bottom-center";s:10:"dots_theme";s:4:"dark";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidafcab7c4";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid1ccae7dc";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid433bf717";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#063126";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid433bf717";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:5:"solid";s:12:"border_width";s:1:"1";s:12:"border_color";s:7:"#003d33";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid0b365828";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:0:"";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:4:"auto";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:4:"30px";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidbf063df5";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:55:"Copyright © 2020 Shazil Pakistan. All Rights Reserved.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"14px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.49)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e384fbc";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida4f05a59";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluida9b93580";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid70b9a68b";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid34afac06";}}'),
(940, 399, 'show_header', 'zn_dummy_value'),
(941, 399, 'show_footer', 'show_footer'),
(942, 399, 'zn_page_custom_css', ''),
(943, 399, 'zn_page_custom_js', ''),
(944, 400, 'zn_page_builder_status', 'enabled'),
(945, 400, 'zn_page_layout', 'default'),
(946, 400, 'zn_sidebar_select', 'default'),
(947, 400, 'zn_zn_disable_subheader', ''),
(948, 400, 'zn_subheader_style', 'zn_def_header_style'),
(949, 400, 'zn_page_override_boxed_layout', 'def'),
(950, 400, 'zn_page_title_show', 'yes'),
(951, 400, 'zn_page_title', ''),
(952, 400, 'zn_page_subtitle', ''),
(953, 400, 'zn-custom-layout', '0');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(954, 400, 'zn_page_builder_els', 'a:3:{i:0;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:13:"custom_height";s:13:"custom_height";a:10:{s:10:"properties";s:10:"min-height";s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"360";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"240";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:6:"bottom";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#121232";s:22:"source_overlay_opacity";s:2:"95";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid138f465c";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"85px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"52px";s:11:"line-height";s:4:"68px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid95910739";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidfba261cc";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid12c61fef";}i:1;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4d1ce444";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-48px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"25px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid5e6c598a";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_HorizontalTabs";s:7:"options";a:6:{s:13:"vts_tab_style";s:11:"tabs_style5";s:14:"tabs_alignment";s:4:"left";s:14:"element_scheme";s:5:"light";s:21:"single_horizontal_tab";a:3:{i:0;a:3:{s:13:"vts_tab_title";s:8:"OVERVIEW";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:1;a:3:{s:13:"vts_tab_title";s:3:"BIO";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}i:2;a:3:{s:13:"vts_tab_title";s:14:"PRACTICE AREAS";s:15:"vts_tab_hasicon";s:14:"zn_dummy_value";s:12:"vts_tab_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:4:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"90";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid750039ba";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"Overview";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid201b32ee";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid750039ba";}}i:1;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:3:"BIO";s:11:"te_subtitle";s:1179:"Assertively develop orthogonal data and virtual information. Proactively aggregate premier meta-services without orthogonal strategic theme areas. Synergistically supply resource-leveling web-readiness whereas robust web-readiness. Compellingly evolve timely e-services without proactive architectures. Credibly morph best-of-breed vortals whereas process-centric value.\r\n<br>\r\n<br>\r\nHolisticly promote strategic ROI with extensible methodologies. Rapidiously syndicate high-payoff sources rather than emerging users. Continually unleash functionalized content via enterprise-wide models. Phosfluorescently leverage existing reliable experiences rather than customized experiences. Assertively enhance out-of-the-box technology without turnkey opportunities.\r\n<br>\r\n<br>\r\nInteractively syndicate global process improvements via bricks-and-clicks convergence. Enthusiastically expedite just in time customer service and future-proof mindshare. Compellingly transition low-risk high-yield metrics via optimal markets. Efficiently monetize seamless deliverables without covalent technologies. Dynamically incubate collaborative growth strategies for performance based web-readiness.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid29bf2879";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluiddb2f0604";}}i:2;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Practice Areas";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"34px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#0a0a0a";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidc626b583";}i:1;a:7:{s:6:"object";s:16:"TH_IconBoxesGrid";s:7:"options";a:29:{s:14:"ibg_height_new";a:8:{s:2:"lg";s:3:"224";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:9:"ibg_style";s:12:"lined-center";s:9:"ibg_hover";s:22:"grid-ibx--hover-shadow";s:14:"ibg_titleorder";s:0:"";s:18:"perrow_breakpoints";s:2:"lg";s:10:"ibg_perrow";s:1:"3";s:13:"ibg_perrow_md";s:1:"3";s:13:"ibg_perrow_sm";s:1:"2";s:13:"ibg_perrow_xs";s:1:"1";s:9:"el_shadow";s:1:"6";s:15:"el_shadow_hover";s:0:"";s:6:"ibg_ib";a:3:{i:0;a:6:{s:9:"ibg_title";s:24:"Professional Malpractice";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:68:"http://localhost:8082/shazil/practice-area/professional-malpractice/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:1;a:6:{s:9:"ibg_title";s:11:"Real Estate";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:55:"http://localhost:8082/shazil/practice-area/real-estate/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}i:2;a:6:{s:9:"ibg_title";s:14:"Healthcare Law";s:8:"ibg_desc";s:0:"";s:8:"ibg_link";a:3:{s:3:"url";s:58:"http://localhost:8082/shazil/practice-area/healthcare-law/";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibg_type";s:4:"icon";s:9:"ibg_image";s:0:"";s:8:"ibg_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue906";}}}s:14:"element_scheme";s:0:"";s:12:"ibg_bg_color";s:7:"#ffffff";s:18:"ibg_bg_color_hover";s:7:"#ffffff";s:14:"ibg_icon_color";s:7:"#b1a276";s:20:"ibg_icon_color_hover";s:0:"";s:20:"ibg_text_color_hover";s:0:"";s:8:"ibg_size";s:2:"36";s:9:"alignment";s:6:"center";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:13:"margin-bottom";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";}s:19:"spacing_breakpoints";s:2:"lg";s:10:"padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluide8c5584d";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid94d1a4c6";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid991e7abb";}}s:5:"width";s:8:"col-md-8";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid5e6c598a";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#b1a276";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:5:"-80px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid141afc48";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:0:"";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"15px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid190add82";}s:7:"content";a:3:{i:0;a:6:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:30:{s:15:"image_box_image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"280";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:9:"desc_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:5:"-30px";s:6:"bottom";s:1:"0";s:4:"left";s:5:"-30px";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid83ea177f";}i:1;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:120:"2336 Daylene Drive<br>\r\nAZALEA, Oregon, 97410<br>\r\nPhone: 734-531-8492<br>\r\nEmail: <a href="#">malena@lawcompany.com</a>";s:14:"te_color_theme";s:5:"light";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"26px";s:11:"line-height";s:4:"36px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.85)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida673d823";}i:2;a:6:{s:6:"object";s:14:"TH_SocialIcons";s:7:"options";a:13:{s:12:"el_alignment";s:6:"center";s:8:"sc_style";s:5:"clean";s:9:"sc_layout";s:6:"normal";s:8:"sc_shape";s:7:"rounded";s:7:"sc_size";s:2:"14";s:12:"icon_padding";s:2:"20";s:13:"icon_distance";s:1:"3";s:18:"icon_distance_vert";s:1:"3";s:10:"title_typo";a:6:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";}s:14:"element_scheme";s:0:"";s:9:"single_sc";a:4:{i:0;a:7:{s:13:"sc_icon_title";s:8:"Facebook";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue83f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:1;a:7:{s:13:"sc_icon_title";s:7:"Twitter";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue82f";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:2;a:7:{s:13:"sc_icon_title";s:11:"Google Plus";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue808";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}i:3;a:7:{s:13:"sc_icon_title";s:8:"LinkedIn";s:12:"sc_icon_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"sc_icon_icon";a:2:{s:6:"family";s:15:"kl-social-icons";s:7:"unicode";s:5:"ue828";}s:13:"sc_icon_color";s:7:"#000000";s:17:"sc_icon_textcolor";s:7:"#ffffff";s:17:"sc_icon_color_hov";s:0:"";s:21:"sc_icon_textcolor_hov";s:0:"";}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluidbc91afbb";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid190add82";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluide5a39aa0";}}s:5:"width";s:8:"col-md-4";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid141afc48";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4d1ce444";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4a0bc3a8";}s:7:"content";a:2:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:39:"Testimonials & Client Thank You Letters";s:11:"te_subtitle";s:0:"";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"60px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"32px";s:11:"line-height";s:4:"42px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluida064650c";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid0fba6fb3";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:23:"TH_PartnersTestimonials";s:7:"options";a:5:{s:15:"pts_color_theme";s:4:"dark";s:10:"tst_single";a:3:{i:0;a:9:{s:8:"tst_name";s:15:"Jeffrey Donovan";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:328:"Appropriately enable one-to-one information whereas world-class models. Monotonectally re-engineer fully researched quality vectors rather than plug-and-play e-tailers. Dramatically deploy market positioning functionalities vis-a-vis functional sources. Competently orchestrate proactive leadership skills and vertical services.";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/85.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"2";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:1;a:9:{s:8:"tst_name";s:13:"Jenna Hawkins";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/93.jpg";s:10:"tst_layout";s:8:"reversed";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}i:2;a:9:{s:8:"tst_name";s:14:"Peter Jacobson";s:12:"tst_position";s:0:"";s:15:"tst_testimonial";s:156:"Phosfluorescently innovate inexpensive technologies and efficient partnerships. Dramatically customize future-proof imperatives for goal-oriented e-services";s:9:"tst_stars";s:1:"5";s:7:"tst_img";s:62:"http://localhost:8082/shazil/wp-content/uploads/2016/11/29.jpg";s:10:"tst_layout";s:6:"normal";s:8:"tst_size";s:1:"1";s:10:"top_margin";s:1:"0";s:13:"bottom_margin";s:1:"0";}}s:10:"pts_ptitle";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid51693a5b";}}s:5:"width";s:9:"col-md-12";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid6e649f73";}}s:5:"width";s:0:"";s:6:"widget";s:0:"";s:3:"uid";s:13:"eluid4a0bc3a8";}}'),
(955, 400, 'show_header', 'show_header');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(956, 400, 'show_footer', 'show_footer'),
(957, 400, 'zn_page_custom_css', ''),
(958, 400, 'zn_page_custom_js', ''),
(959, 401, 'zn_page_layout', 'default'),
(960, 401, 'zn_sidebar_select', 'default'),
(961, 401, 'zn_zn_disable_subheader', ''),
(962, 401, 'zn_subheader_style', 'zn_def_header_style'),
(963, 401, 'zn_page_override_boxed_layout', 'def'),
(964, 401, 'zn_page_title_show', 'yes'),
(965, 401, 'zn_page_title', ''),
(966, 401, 'zn_page_subtitle', ''),
(967, 401, 'zn-custom-layout', '0'),
(968, 401, 'zn_page_builder_status', 'enabled'),
(969, 402, '_wp_page_template', 'default'),
(970, 402, 'zn_page_builder_status', 'enabled'),
(971, 402, 'zn_page_layout', 'default'),
(972, 402, 'zn_sidebar_select', 'default'),
(973, 402, 'zn_zn_disable_subheader', ''),
(974, 402, 'zn_subheader_style', 'zn_def_header_style'),
(975, 402, 'zn_page_override_boxed_layout', 'def'),
(976, 402, 'zn_page_title_show', 'yes'),
(977, 402, 'zn_page_title', ''),
(978, 402, 'zn_page_subtitle', ''),
(979, 402, 'zn-custom-layout', '386');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(980, 402, 'zn_page_builder_els', 'a:8:{i:0;a:6:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:9:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:4:"main";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:2:"90";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-50px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue031";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:62:"<b style="color:#00812f;">INDUSTRIAL</b> <br/>Waste Management";s:8:"ibx_desc";s:85:"We offer complete industrial waste management services, from collection to recycling.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid77b13937";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"280";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#22aa86";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-20px";s:5:"right";s:0:"";s:6:"bottom";s:5:"-20px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:7:"#12bc00";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue089";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:42:"<b>SUSTAINABLE</b> <br/>Business Solutions";s:8:"ibx_desc";s:87:"We help business adopt sustainable and environmentally responsible recycling practices.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:22:"rgba(255,255,255,0.86)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:65:"<b style="color:#00812f;">ENVIRONMENTAL</b> <br/>Quality Services";s:8:"ibx_desc";s:83:"We focus on disposing of all waste sustainably and minimizing environmental impact.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide389efe1";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:8:"About Us";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid2ed0ca73";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida91060a6";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid64376047";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid3fd39499";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid115d2621";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid12ba8476";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluide65fe6bf";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid60026862";}}i:2;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3f0e70c6";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid6fd74ada";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid880be108";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid57b6ba4b";}}i:3;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid4c54bcec";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidccaec8d5";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluida865507f";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidc74cd89f";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid642200b5";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid89b35b1c";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluida1ccaa4b";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluidb3636779";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidcc4e6302";}i:4;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:5:"right";s:1:"y";s:6:"bottom";}s:4:"size";s:7:"contain";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"65px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"65px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Our Business";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"43px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidacd119b2";}i:1;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:18:"Recycled Plastics.";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:10:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:26:"Plastic Sheets/Foils/Films";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd6c0e8e5";}i:4;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:10:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9d57913b";}i:5;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Packaging";s:8:"ibx_desc";s:105:"We transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid82279e19";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"35px";s:5:"right";s:0:"";s:6:"bottom";s:3:"1px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:34:{s:15:"image_box_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg";s:16:"image_box_imgfit";s:13:"cover-fit-img";s:16:"image_box_height";s:3:"510";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:9:"alignment";s:6:"center";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:9:"desc_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"img_sizes";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid40299aea";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid06794358";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidab74adca";}i:6;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#ffffff";s:22:"source_overlay_opacity";s:2:"90";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:13:"News & Events";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:8:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:3:"502";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid54d9c2a8";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid713a6378";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:1:"0";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:75:"http://localhost:8082/shazil/wp-content/uploads/2020/05/cool-background.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"3";s:20:"source_overlay_color";s:7:"#007f6a";s:22:"source_overlay_opacity";s:2:"75";s:29:"source_overlay_color_gradient";s:7:"#21a57d";s:34:"source_overlay_color_gradient_opac";s:2:"70";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:5:"light";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"50px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"40px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Get In Touch";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:3:"600";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5277242c";}i:1;a:6:{s:6:"object";s:13:"ZnContactForm";s:7:"options";a:31:{s:5:"email";s:22:"kainat@a2zcreatorz.com";s:7:"cf_from";s:7:"noreply";s:16:"cf_force_dynamic";s:14:"zn_dummy_value";s:16:"cf_custom_sender";s:0:"";s:12:"redirect_url";s:0:"";s:12:"submit_label";s:12:"Send message";s:13:"email_subject";s:19:"New form submission";s:12:"sent_message";s:27:"Thank you for contacting us";s:7:"captcha";s:1:"0";s:12:"send_me_copy";s:2:"no";s:19:"mailchimp_subscribe";s:2:"no";s:17:"mailchimp_list_id";s:0:"";s:12:"cf_labels_pl";s:1:"1";s:11:"description";s:0:"";s:8:"cf_debug";s:14:"zn_dummy_value";s:6:"fields";a:5:{i:0;a:15:{s:4:"name";s:4:"Name";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:4:"Name";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:1;a:15:{s:4:"name";s:7:"Contact";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Contact";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:2;a:15:{s:4:"name";s:5:"Email";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:5:"Email";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:8:"is_email";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:3;a:15:{s:4:"name";s:7:"Subject";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Subject";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:4;a:15:{s:4:"name";s:7:"Message";s:4:"type";s:8:"textarea";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Message";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}}s:14:"element_scheme";s:0:"";s:14:"cf_form_styles";s:5:"fancy";s:13:"input_corners";s:0:"";s:12:"inputs_style";s:0:"";s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:22:"cf_btn_custom_bg_color";s:7:"#026b33";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:9:"btn-third";s:11:"button_size";s:0:"";s:13:"btn_alignment";s:4:"left";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidef3eab24";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluide765c891";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"-9px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomHTML";s:7:"options";a:6:{s:11:"custom_html";s:416:"<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3616.1850450505053!2d67.21146631448023!3d24.99382744605585!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3eb3486a62f37c69%3A0xfd0dd2c1e2b4fb24!2sShazil%20Pakistan%20(Pvt)%20Ltd!5e0!3m2!1sen!2s!4v1589951796031!5m2!1sen!2s" width="100%" height="620" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid88bba6c7";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidd34af80a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(981, 402, 'show_header', 'show_header'),
(982, 402, 'show_footer', 'show_footer'),
(983, 402, 'zn_page_custom_css', ''),
(984, 402, 'zn_page_custom_js', ''),
(987, 403, '_thumbnail_id', '490'),
(988, 403, '_thumbnail_id', '490'),
(989, 403, 'zn_page_layout', 'default'),
(990, 403, 'zn_sidebar_select', 'default'),
(991, 403, 'zn_show_social', 'default'),
(992, 403, 'zn_zn_disable_subheader', ''),
(993, 403, 'zn_subheader_style', 'zn_def_header_style'),
(994, 403, 'zn-custom-layout', '0'),
(995, 403, 'zn_page_builder_status', ''),
(996, 403, '_wp_old_slug', 'hello-world'),
(999, 404, '_thumbnail_id', '88'),
(1000, 404, '_thumbnail_id', '88'),
(1001, 404, 'zn_page_layout', 'default'),
(1002, 404, 'zn_sidebar_select', 'default'),
(1003, 404, 'zn_show_social', 'default'),
(1004, 404, 'zn_zn_disable_subheader', ''),
(1005, 404, 'zn_subheader_style', 'zn_def_header_style'),
(1006, 404, 'zn-custom-layout', '0'),
(1007, 404, 'zn_page_builder_status', ''),
(1010, 405, '_thumbnail_id', '88'),
(1011, 405, '_thumbnail_id', '260'),
(1012, 405, 'zn_page_layout', 'default'),
(1013, 405, 'zn_sidebar_select', 'default'),
(1014, 405, 'zn_show_social', 'default'),
(1015, 405, 'zn_zn_disable_subheader', ''),
(1016, 405, 'zn_subheader_style', 'zn_def_header_style'),
(1017, 405, 'zn-custom-layout', '0'),
(1018, 405, 'zn_page_builder_status', ''),
(1019, 406, '_pingme', '1'),
(1020, 406, '_encloseme', '1'),
(1021, 406, '_thumbnail_id', '88'),
(1022, 406, '_thumbnail_id', '257'),
(1023, 406, 'zn_page_layout', 'default'),
(1024, 406, 'zn_sidebar_select', 'default'),
(1025, 406, 'zn_show_social', 'default'),
(1026, 406, 'zn_zn_disable_subheader', ''),
(1027, 406, 'zn_subheader_style', 'zn_def_header_style'),
(1028, 406, 'zn-custom-layout', '0'),
(1029, 406, 'zn_page_builder_status', ''),
(1030, 407, '_menu_item_type', 'post_type'),
(1031, 407, '_menu_item_menu_item_parent', '0'),
(1032, 407, '_menu_item_object_id', '402'),
(1033, 407, '_menu_item_object', 'page'),
(1034, 407, '_menu_item_target', ''),
(1035, 407, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1036, 407, '_menu_item_xfn', ''),
(1037, 407, '_menu_item_url', ''),
(1038, 407, '_menu_item_orphaned', '1589873450'),
(1039, 407, '_menu_item_zn_mega_menu_enable', ''),
(1040, 407, '_menu_item_zn_mega_menu_headers', ''),
(1041, 407, '_menu_item_zn_mega_menu_label', ''),
(1042, 407, '_menu_item_zn_mega_menu_smart_area', ''),
(1043, 407, '_menu_item_zn_mega_menu_bg_image', ''),
(1044, 408, '_menu_item_type', 'post_type'),
(1045, 408, '_menu_item_menu_item_parent', '0'),
(1046, 408, '_menu_item_object_id', '384'),
(1047, 408, '_menu_item_object', 'page'),
(1048, 408, '_menu_item_target', ''),
(1049, 408, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1050, 408, '_menu_item_xfn', ''),
(1051, 408, '_menu_item_url', ''),
(1052, 408, '_menu_item_orphaned', '1589873453'),
(1053, 408, '_menu_item_zn_mega_menu_enable', ''),
(1054, 408, '_menu_item_zn_mega_menu_headers', ''),
(1055, 408, '_menu_item_zn_mega_menu_label', ''),
(1056, 408, '_menu_item_zn_mega_menu_smart_area', ''),
(1057, 408, '_menu_item_zn_mega_menu_bg_image', ''),
(1058, 409, '_menu_item_type', 'custom'),
(1059, 409, '_menu_item_menu_item_parent', '0'),
(1060, 409, '_menu_item_object_id', '409'),
(1061, 409, '_menu_item_object', 'custom'),
(1062, 409, '_menu_item_target', ''),
(1063, 409, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1064, 409, '_menu_item_xfn', ''),
(1065, 409, '_menu_item_url', '#'),
(1066, 409, '_menu_item_orphaned', '1589873456'),
(1067, 409, '_menu_item_zn_mega_menu_enable', ''),
(1068, 409, '_menu_item_zn_mega_menu_headers', ''),
(1069, 409, '_menu_item_zn_mega_menu_label', ''),
(1070, 409, '_menu_item_zn_mega_menu_smart_area', ''),
(1071, 409, '_menu_item_zn_mega_menu_bg_image', ''),
(1072, 410, '_menu_item_type', 'post_type'),
(1073, 410, '_menu_item_menu_item_parent', '409'),
(1074, 410, '_menu_item_object_id', '389'),
(1075, 410, '_menu_item_object', 'page'),
(1076, 410, '_menu_item_target', ''),
(1077, 410, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1078, 410, '_menu_item_xfn', ''),
(1079, 410, '_menu_item_url', ''),
(1080, 410, '_menu_item_orphaned', '1589873458'),
(1081, 410, '_menu_item_zn_mega_menu_enable', ''),
(1082, 410, '_menu_item_zn_mega_menu_headers', ''),
(1083, 410, '_menu_item_zn_mega_menu_label', ''),
(1084, 410, '_menu_item_zn_mega_menu_smart_area', ''),
(1085, 410, '_menu_item_zn_mega_menu_bg_image', ''),
(1086, 411, '_menu_item_type', 'post_type'),
(1087, 411, '_menu_item_menu_item_parent', '409'),
(1088, 411, '_menu_item_object_id', '388'),
(1089, 411, '_menu_item_object', 'page'),
(1090, 411, '_menu_item_target', ''),
(1091, 411, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1092, 411, '_menu_item_xfn', ''),
(1093, 411, '_menu_item_url', ''),
(1094, 411, '_menu_item_orphaned', '1589873462'),
(1095, 411, '_menu_item_zn_mega_menu_enable', ''),
(1096, 411, '_menu_item_zn_mega_menu_headers', ''),
(1097, 411, '_menu_item_zn_mega_menu_label', ''),
(1098, 411, '_menu_item_zn_mega_menu_smart_area', ''),
(1099, 411, '_menu_item_zn_mega_menu_bg_image', ''),
(1100, 412, '_menu_item_type', 'post_type'),
(1101, 412, '_menu_item_menu_item_parent', '409'),
(1102, 412, '_menu_item_object_id', '387'),
(1103, 412, '_menu_item_object', 'page'),
(1104, 412, '_menu_item_target', ''),
(1105, 412, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1106, 412, '_menu_item_xfn', ''),
(1107, 412, '_menu_item_url', ''),
(1108, 412, '_menu_item_orphaned', '1589873465'),
(1109, 412, '_menu_item_zn_mega_menu_enable', ''),
(1110, 412, '_menu_item_zn_mega_menu_headers', ''),
(1111, 412, '_menu_item_zn_mega_menu_label', ''),
(1112, 412, '_menu_item_zn_mega_menu_smart_area', ''),
(1113, 412, '_menu_item_zn_mega_menu_bg_image', ''),
(1114, 413, '_menu_item_type', 'post_type'),
(1115, 413, '_menu_item_menu_item_parent', '409'),
(1116, 413, '_menu_item_object_id', '400'),
(1117, 413, '_menu_item_object', 'page'),
(1118, 413, '_menu_item_target', ''),
(1119, 413, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1120, 413, '_menu_item_xfn', ''),
(1121, 413, '_menu_item_url', ''),
(1122, 413, '_menu_item_orphaned', '1589873468'),
(1123, 413, '_menu_item_zn_mega_menu_enable', ''),
(1124, 413, '_menu_item_zn_mega_menu_headers', ''),
(1125, 413, '_menu_item_zn_mega_menu_label', ''),
(1126, 413, '_menu_item_zn_mega_menu_smart_area', ''),
(1127, 413, '_menu_item_zn_mega_menu_bg_image', ''),
(1128, 414, '_menu_item_type', 'custom'),
(1129, 414, '_menu_item_menu_item_parent', '0'),
(1130, 414, '_menu_item_object_id', '414'),
(1131, 414, '_menu_item_object', 'custom'),
(1132, 414, '_menu_item_target', ''),
(1133, 414, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1134, 414, '_menu_item_xfn', ''),
(1135, 414, '_menu_item_url', '#'),
(1136, 414, '_menu_item_orphaned', '1589873472'),
(1137, 414, '_menu_item_zn_mega_menu_enable', ''),
(1138, 414, '_menu_item_zn_mega_menu_headers', ''),
(1139, 414, '_menu_item_zn_mega_menu_label', ''),
(1140, 414, '_menu_item_zn_mega_menu_smart_area', ''),
(1141, 414, '_menu_item_zn_mega_menu_bg_image', ''),
(1142, 415, '_menu_item_type', 'post_type'),
(1143, 415, '_menu_item_menu_item_parent', '414'),
(1144, 415, '_menu_item_object_id', '398'),
(1145, 415, '_menu_item_object', 'page'),
(1146, 415, '_menu_item_target', ''),
(1147, 415, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1148, 415, '_menu_item_xfn', ''),
(1149, 415, '_menu_item_url', ''),
(1150, 415, '_menu_item_orphaned', '1589873475'),
(1151, 415, '_menu_item_zn_mega_menu_enable', ''),
(1152, 415, '_menu_item_zn_mega_menu_headers', ''),
(1153, 415, '_menu_item_zn_mega_menu_label', ''),
(1154, 415, '_menu_item_zn_mega_menu_smart_area', ''),
(1155, 415, '_menu_item_zn_mega_menu_bg_image', ''),
(1156, 416, '_menu_item_type', 'post_type'),
(1157, 416, '_menu_item_menu_item_parent', '414'),
(1158, 416, '_menu_item_object_id', '396'),
(1159, 416, '_menu_item_object', 'page'),
(1160, 416, '_menu_item_target', ''),
(1161, 416, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1162, 416, '_menu_item_xfn', ''),
(1163, 416, '_menu_item_url', ''),
(1164, 416, '_menu_item_orphaned', '1589873478'),
(1165, 416, '_menu_item_zn_mega_menu_enable', ''),
(1166, 416, '_menu_item_zn_mega_menu_headers', ''),
(1167, 416, '_menu_item_zn_mega_menu_label', ''),
(1168, 416, '_menu_item_zn_mega_menu_smart_area', ''),
(1169, 416, '_menu_item_zn_mega_menu_bg_image', ''),
(1170, 417, '_menu_item_type', 'post_type'),
(1171, 417, '_menu_item_menu_item_parent', '414'),
(1172, 417, '_menu_item_object_id', '395'),
(1173, 417, '_menu_item_object', 'page'),
(1174, 417, '_menu_item_target', ''),
(1175, 417, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1176, 417, '_menu_item_xfn', ''),
(1177, 417, '_menu_item_url', ''),
(1178, 417, '_menu_item_orphaned', '1589873482'),
(1179, 417, '_menu_item_zn_mega_menu_enable', ''),
(1180, 417, '_menu_item_zn_mega_menu_headers', ''),
(1181, 417, '_menu_item_zn_mega_menu_label', ''),
(1182, 417, '_menu_item_zn_mega_menu_smart_area', ''),
(1183, 417, '_menu_item_zn_mega_menu_bg_image', ''),
(1184, 418, '_menu_item_type', 'post_type'),
(1185, 418, '_menu_item_menu_item_parent', '414'),
(1186, 418, '_menu_item_object_id', '394'),
(1187, 418, '_menu_item_object', 'page'),
(1188, 418, '_menu_item_target', ''),
(1189, 418, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1190, 418, '_menu_item_xfn', ''),
(1191, 418, '_menu_item_url', ''),
(1192, 418, '_menu_item_orphaned', '1589873485'),
(1193, 418, '_menu_item_zn_mega_menu_enable', ''),
(1194, 418, '_menu_item_zn_mega_menu_headers', ''),
(1195, 418, '_menu_item_zn_mega_menu_label', ''),
(1196, 418, '_menu_item_zn_mega_menu_smart_area', ''),
(1197, 418, '_menu_item_zn_mega_menu_bg_image', ''),
(1198, 419, '_menu_item_type', 'post_type'),
(1199, 419, '_menu_item_menu_item_parent', '414'),
(1200, 419, '_menu_item_object_id', '393'),
(1201, 419, '_menu_item_object', 'page'),
(1202, 419, '_menu_item_target', ''),
(1203, 419, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1204, 419, '_menu_item_xfn', ''),
(1205, 419, '_menu_item_url', ''),
(1206, 419, '_menu_item_orphaned', '1589873487'),
(1207, 419, '_menu_item_zn_mega_menu_enable', ''),
(1208, 419, '_menu_item_zn_mega_menu_headers', ''),
(1209, 419, '_menu_item_zn_mega_menu_label', ''),
(1210, 419, '_menu_item_zn_mega_menu_smart_area', ''),
(1211, 419, '_menu_item_zn_mega_menu_bg_image', ''),
(1212, 420, '_menu_item_type', 'post_type'),
(1213, 420, '_menu_item_menu_item_parent', '414'),
(1214, 420, '_menu_item_object_id', '392'),
(1215, 420, '_menu_item_object', 'page'),
(1216, 420, '_menu_item_target', ''),
(1217, 420, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1218, 420, '_menu_item_xfn', ''),
(1219, 420, '_menu_item_url', ''),
(1220, 420, '_menu_item_orphaned', '1589873489'),
(1221, 420, '_menu_item_zn_mega_menu_enable', ''),
(1222, 420, '_menu_item_zn_mega_menu_headers', ''),
(1223, 420, '_menu_item_zn_mega_menu_label', ''),
(1224, 420, '_menu_item_zn_mega_menu_smart_area', ''),
(1225, 420, '_menu_item_zn_mega_menu_bg_image', ''),
(1226, 421, '_menu_item_type', 'post_type'),
(1227, 421, '_menu_item_menu_item_parent', '414'),
(1228, 421, '_menu_item_object_id', '391'),
(1229, 421, '_menu_item_object', 'page'),
(1230, 421, '_menu_item_target', ''),
(1231, 421, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1232, 421, '_menu_item_xfn', ''),
(1233, 421, '_menu_item_url', ''),
(1234, 421, '_menu_item_orphaned', '1589873493'),
(1235, 421, '_menu_item_zn_mega_menu_enable', ''),
(1236, 421, '_menu_item_zn_mega_menu_headers', ''),
(1237, 421, '_menu_item_zn_mega_menu_label', ''),
(1238, 421, '_menu_item_zn_mega_menu_smart_area', ''),
(1239, 421, '_menu_item_zn_mega_menu_bg_image', ''),
(1240, 422, '_menu_item_type', 'post_type'),
(1241, 422, '_menu_item_menu_item_parent', '414'),
(1242, 422, '_menu_item_object_id', '390'),
(1243, 422, '_menu_item_object', 'page'),
(1244, 422, '_menu_item_target', ''),
(1245, 422, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1246, 422, '_menu_item_xfn', ''),
(1247, 422, '_menu_item_url', ''),
(1248, 422, '_menu_item_orphaned', '1589873495'),
(1249, 422, '_menu_item_zn_mega_menu_enable', ''),
(1250, 422, '_menu_item_zn_mega_menu_headers', ''),
(1251, 422, '_menu_item_zn_mega_menu_label', ''),
(1252, 422, '_menu_item_zn_mega_menu_smart_area', ''),
(1253, 422, '_menu_item_zn_mega_menu_bg_image', ''),
(1254, 423, '_menu_item_type', 'post_type'),
(1255, 423, '_menu_item_menu_item_parent', '0'),
(1256, 423, '_menu_item_object_id', '383'),
(1257, 423, '_menu_item_object', 'page'),
(1258, 423, '_menu_item_target', ''),
(1259, 423, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1260, 423, '_menu_item_xfn', ''),
(1261, 423, '_menu_item_url', ''),
(1262, 423, '_menu_item_orphaned', '1589873497'),
(1263, 423, '_menu_item_zn_mega_menu_enable', ''),
(1264, 423, '_menu_item_zn_mega_menu_headers', ''),
(1265, 423, '_menu_item_zn_mega_menu_label', ''),
(1266, 423, '_menu_item_zn_mega_menu_smart_area', ''),
(1267, 423, '_menu_item_zn_mega_menu_bg_image', ''),
(1268, 424, '_menu_item_type', 'post_type'),
(1269, 424, '_menu_item_menu_item_parent', '0'),
(1270, 424, '_menu_item_object_id', '385'),
(1271, 424, '_menu_item_object', 'page'),
(1272, 424, '_menu_item_target', ''),
(1273, 424, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1274, 424, '_menu_item_xfn', ''),
(1275, 424, '_menu_item_url', ''),
(1276, 424, '_menu_item_orphaned', '1589873500'),
(1277, 424, '_menu_item_zn_mega_menu_enable', ''),
(1278, 424, '_menu_item_zn_mega_menu_headers', ''),
(1279, 424, '_menu_item_zn_mega_menu_label', ''),
(1280, 424, '_menu_item_zn_mega_menu_smart_area', ''),
(1281, 424, '_menu_item_zn_mega_menu_bg_image', ''),
(1282, 425, '_menu_item_type', 'post_type'),
(1283, 425, '_menu_item_menu_item_parent', '0'),
(1284, 425, '_menu_item_object_id', '398'),
(1285, 425, '_menu_item_object', 'page'),
(1286, 425, '_menu_item_target', ''),
(1287, 425, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1288, 425, '_menu_item_xfn', ''),
(1289, 425, '_menu_item_url', ''),
(1290, 425, '_menu_item_orphaned', '1589873504'),
(1291, 425, '_menu_item_zn_mega_menu_enable', ''),
(1292, 425, '_menu_item_zn_mega_menu_headers', ''),
(1293, 425, '_menu_item_zn_mega_menu_label', ''),
(1294, 425, '_menu_item_zn_mega_menu_smart_area', ''),
(1295, 425, '_menu_item_zn_mega_menu_bg_image', ''),
(1296, 426, '_menu_item_type', 'post_type'),
(1297, 426, '_menu_item_menu_item_parent', '0'),
(1298, 426, '_menu_item_object_id', '396'),
(1299, 426, '_menu_item_object', 'page'),
(1300, 426, '_menu_item_target', ''),
(1301, 426, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1302, 426, '_menu_item_xfn', ''),
(1303, 426, '_menu_item_url', ''),
(1304, 426, '_menu_item_orphaned', '1589873509'),
(1305, 426, '_menu_item_zn_mega_menu_enable', ''),
(1306, 426, '_menu_item_zn_mega_menu_headers', ''),
(1307, 426, '_menu_item_zn_mega_menu_label', ''),
(1308, 426, '_menu_item_zn_mega_menu_smart_area', ''),
(1309, 426, '_menu_item_zn_mega_menu_bg_image', ''),
(1310, 427, '_menu_item_type', 'post_type'),
(1311, 427, '_menu_item_menu_item_parent', '0'),
(1312, 427, '_menu_item_object_id', '395'),
(1313, 427, '_menu_item_object', 'page'),
(1314, 427, '_menu_item_target', ''),
(1315, 427, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1316, 427, '_menu_item_xfn', ''),
(1317, 427, '_menu_item_url', ''),
(1318, 427, '_menu_item_orphaned', '1589873518'),
(1319, 427, '_menu_item_zn_mega_menu_enable', ''),
(1320, 427, '_menu_item_zn_mega_menu_headers', ''),
(1321, 427, '_menu_item_zn_mega_menu_label', ''),
(1322, 427, '_menu_item_zn_mega_menu_smart_area', ''),
(1323, 427, '_menu_item_zn_mega_menu_bg_image', ''),
(1324, 428, '_menu_item_type', 'post_type'),
(1325, 428, '_menu_item_menu_item_parent', '0'),
(1326, 428, '_menu_item_object_id', '394'),
(1327, 428, '_menu_item_object', 'page'),
(1328, 428, '_menu_item_target', ''),
(1329, 428, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1330, 428, '_menu_item_xfn', ''),
(1331, 428, '_menu_item_url', ''),
(1332, 428, '_menu_item_orphaned', '1589873521'),
(1333, 428, '_menu_item_zn_mega_menu_enable', ''),
(1334, 428, '_menu_item_zn_mega_menu_headers', ''),
(1335, 428, '_menu_item_zn_mega_menu_label', ''),
(1336, 428, '_menu_item_zn_mega_menu_smart_area', ''),
(1337, 428, '_menu_item_zn_mega_menu_bg_image', ''),
(1338, 429, '_menu_item_type', 'post_type'),
(1339, 429, '_menu_item_menu_item_parent', '0'),
(1340, 429, '_menu_item_object_id', '393'),
(1341, 429, '_menu_item_object', 'page'),
(1342, 429, '_menu_item_target', ''),
(1343, 429, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1344, 429, '_menu_item_xfn', ''),
(1345, 429, '_menu_item_url', ''),
(1346, 429, '_menu_item_orphaned', '1589873523'),
(1347, 429, '_menu_item_zn_mega_menu_enable', ''),
(1348, 429, '_menu_item_zn_mega_menu_headers', ''),
(1349, 429, '_menu_item_zn_mega_menu_label', ''),
(1350, 429, '_menu_item_zn_mega_menu_smart_area', ''),
(1351, 429, '_menu_item_zn_mega_menu_bg_image', ''),
(1352, 430, '_menu_item_type', 'post_type'),
(1353, 430, '_menu_item_menu_item_parent', '0'),
(1354, 430, '_menu_item_object_id', '392'),
(1355, 430, '_menu_item_object', 'page'),
(1356, 430, '_menu_item_target', ''),
(1357, 430, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1358, 430, '_menu_item_xfn', ''),
(1359, 430, '_menu_item_url', ''),
(1360, 430, '_menu_item_orphaned', '1589873525'),
(1361, 430, '_menu_item_zn_mega_menu_enable', ''),
(1362, 430, '_menu_item_zn_mega_menu_headers', ''),
(1363, 430, '_menu_item_zn_mega_menu_label', ''),
(1364, 430, '_menu_item_zn_mega_menu_smart_area', ''),
(1365, 430, '_menu_item_zn_mega_menu_bg_image', ''),
(1366, 431, '_menu_item_type', 'post_type'),
(1367, 431, '_menu_item_menu_item_parent', '0'),
(1368, 431, '_menu_item_object_id', '391'),
(1369, 431, '_menu_item_object', 'page'),
(1370, 431, '_menu_item_target', ''),
(1371, 431, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1372, 431, '_menu_item_xfn', ''),
(1373, 431, '_menu_item_url', ''),
(1374, 431, '_menu_item_orphaned', '1589873528'),
(1375, 431, '_menu_item_zn_mega_menu_enable', ''),
(1376, 431, '_menu_item_zn_mega_menu_headers', ''),
(1377, 431, '_menu_item_zn_mega_menu_label', ''),
(1378, 431, '_menu_item_zn_mega_menu_smart_area', ''),
(1379, 431, '_menu_item_zn_mega_menu_bg_image', ''),
(1380, 432, '_menu_item_type', 'post_type'),
(1381, 432, '_menu_item_menu_item_parent', '0'),
(1382, 432, '_menu_item_object_id', '390'),
(1383, 432, '_menu_item_object', 'page'),
(1384, 432, '_menu_item_target', ''),
(1385, 432, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1386, 432, '_menu_item_xfn', ''),
(1387, 432, '_menu_item_url', ''),
(1388, 432, '_menu_item_orphaned', '1589873532'),
(1389, 432, '_menu_item_zn_mega_menu_enable', ''),
(1390, 432, '_menu_item_zn_mega_menu_headers', ''),
(1391, 432, '_menu_item_zn_mega_menu_label', ''),
(1392, 432, '_menu_item_zn_mega_menu_smart_area', ''),
(1393, 432, '_menu_item_zn_mega_menu_bg_image', ''),
(1394, 444, '_edit_lock', '1589875805:1'),
(1395, 445, '_wp_attached_file', '2020/05/shazil-logo.jpg'),
(1396, 445, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1051;s:6:"height";i:549;s:4:"file";s:23:"2020/05/shazil-logo.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:23:"shazil-logo-300x157.jpg";s:5:"width";i:300;s:6:"height";i:157;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"shazil-logo-1024x535.jpg";s:5:"width";i:1024;s:6:"height";i:535;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"shazil-logo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"shazil-logo-768x401.jpg";s:5:"width";i:768;s:6:"height";i:401;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"shazil-logo-280x146.jpg";s:5:"width";i:280;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:23:"shazil-logo-750x350.jpg";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"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:{}}}'),
(1397, 446, '_wp_attached_file', '2020/05/Shazil-Pakistan-Logo.png'),
(1398, 446, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2480;s:6:"height";i:3508;s:4:"file";s:32:"2020/05/Shazil-Pakistan-Logo.png";s:5:"sizes";a:9:{s:6:"medium";a:4:{s:4:"file";s:32:"Shazil-Pakistan-Logo-212x300.png";s:5:"width";i:212;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:33:"Shazil-Pakistan-Logo-724x1024.png";s:5:"width";i:724;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:32:"Shazil-Pakistan-Logo-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:33:"Shazil-Pakistan-Logo-768x1086.png";s:5:"width";i:768;s:6:"height";i:1086;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:34:"Shazil-Pakistan-Logo-1086x1536.png";s:5:"width";i:1086;s:6:"height";i:1536;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:34:"Shazil-Pakistan-Logo-1448x2048.png";s:5:"width";i:1448;s:6:"height";i:2048;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"Shazil-Pakistan-Logo-132x187.png";s:5:"width";i:132;s:6:"height";i:187;s:9:"mime-type";s:9:"image/png";}s:16:"full-width-image";a:4:{s:4:"file";s:34:"Shazil-Pakistan-Logo-1240x1754.png";s:5:"width";i:1240;s:6:"height";i:1754;s:9:"mime-type";s:9:"image/png";}s:11:"lp_bi_image";a:4:{s:4:"file";s:32:"Shazil-Pakistan-Logo-750x350.png";s:5:"width";i:750;s:6:"height";i:350;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:{}}}'),
(1399, 447, '_wp_attached_file', '2020/05/cropped-Shazil-Pakistan-Logo.png'),
(1400, 447, '_wp_attachment_context', 'site-icon'),
(1401, 447, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:40:"2020/05/cropped-Shazil-Pakistan-Logo.png";s:5:"sizes";a:8:{s:6:"medium";a:4:{s:4:"file";s:40:"cropped-Shazil-Pakistan-Logo-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:40:"cropped-Shazil-Pakistan-Logo-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:40:"cropped-Shazil-Pakistan-Logo-187x187.png";s:5:"width";i:187;s:6:"height";i:187;s:9:"mime-type";s:9:"image/png";}s:11:"lp_bi_image";a:4:{s:4:"file";s:40:"cropped-Shazil-Pakistan-Logo-512x350.png";s:5:"width";i:512;s:6:"height";i:350;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-270";a:4:{s:4:"file";s:40:"cropped-Shazil-Pakistan-Logo-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:40:"cropped-Shazil-Pakistan-Logo-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:40:"cropped-Shazil-Pakistan-Logo-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:38:"cropped-Shazil-Pakistan-Logo-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:{}}}'),
(1402, 444, '_wp_trash_meta_status', 'publish'),
(1403, 444, '_wp_trash_meta_time', '1589875811'),
(1404, 448, '_wp_attached_file', '2020/05/spl.png'),
(1405, 448, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2480;s:6:"height";i:1326;s:4:"file";s:15:"2020/05/spl.png";s:5:"sizes";a:9:{s:6:"medium";a:4:{s:4:"file";s:15:"spl-300x160.png";s:5:"width";i:300;s:6:"height";i:160;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:16:"spl-1024x548.png";s:5:"width";i:1024;s:6:"height";i:548;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:15:"spl-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:15:"spl-768x411.png";s:5:"width";i:768;s:6:"height";i:411;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:16:"spl-1536x821.png";s:5:"width";i:1536;s:6:"height";i:821;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:17:"spl-2048x1095.png";s:5:"width";i:2048;s:6:"height";i:1095;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"spl-280x150.png";s:5:"width";i:280;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:16:"full-width-image";a:4:{s:4:"file";s:16:"spl-1240x663.png";s:5:"width";i:1240;s:6:"height";i:663;s:9:"mime-type";s:9:"image/png";}s:11:"lp_bi_image";a:4:{s:4:"file";s:15:"spl-750x350.png";s:5:"width";i:750;s:6:"height";i:350;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:{}}}'),
(1408, 325, '_edit_lock', '1589881510:1'),
(1412, 325, '_edit_last', '1'),
(1413, 325, 'slide_template', 'default'),
(1414, 325, 'header_sticky_bg_color', ''),
(1415, 325, 'sticky_header_text_scheme', 'default'),
(1416, 325, 'header_sticky_custom_css_class', ''),
(1417, 325, 'logo_bg', ''),
(1418, 402, '_zn_zion_builder_status', 'enabled'),
(1419, 452, '_wp_attached_file', '2020/05/slider2.jpg'),
(1420, 452, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1365;s:4:"file";s:19:"2020/05/slider2.jpg";s:5:"sizes";a:8:{s:6:"medium";a:4:{s:4:"file";s:19:"slider2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"slider2-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"slider2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"slider2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:21:"slider2-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"slider2-280x187.jpg";s:5:"width";i:280;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:16:"full-width-image";a:4:{s:4:"file";s:20:"slider2-1240x826.jpg";s:5:"width";i:1240;s:6:"height";i:826;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:19:"slider2-750x350.jpg";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1421, 453, '_wp_attached_file', '2020/05/slidr.jpg'),
(1422, 453, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1632;s:6:"height";i:647;s:4:"file";s:17:"2020/05/slidr.jpg";s:5:"sizes";a:8:{s:6:"medium";a:4:{s:4:"file";s:17:"slidr-300x119.jpg";s:5:"width";i:300;s:6:"height";i:119;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"slidr-1024x406.jpg";s:5:"width";i:1024;s:6:"height";i:406;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"slidr-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"slidr-768x304.jpg";s:5:"width";i:768;s:6:"height";i:304;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:18:"slidr-1536x609.jpg";s:5:"width";i:1536;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"slidr-280x111.jpg";s:5:"width";i:280;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:16:"full-width-image";a:4:{s:4:"file";s:18:"slidr-1240x492.jpg";s:5:"width";i:1240;s:6:"height";i:492;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:17:"slidr-750x350.jpg";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1425, 386, '_wp_old_slug', 'header-transparent-2__trashed'),
(1426, 386, '_edit_lock', '1589882362:1'),
(1427, 386, '_edit_last', '1'),
(1428, 386, 'slide_template', 'default'),
(1429, 386, 'header_sticky_bg_color', ''),
(1430, 386, 'sticky_header_text_scheme', 'default'),
(1431, 386, 'header_sticky_custom_css_class', ''),
(1432, 386, 'logo_bg', ''),
(1433, 325, '_wp_trash_meta_status', 'publish'),
(1434, 325, '_wp_trash_meta_time', '1589881575'),
(1435, 325, '_wp_desired_post_slug', 'header-transparent'),
(1440, 459, '_wp_attached_file', '2020/05/Hallbarhetsvecka_1.jpg'),
(1441, 459, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1067;s:4:"file";s:30:"2020/05/Hallbarhetsvecka_1.jpg";s:5:"sizes";a:8:{s:6:"medium";a:4:{s:4:"file";s:30:"Hallbarhetsvecka_1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"Hallbarhetsvecka_1-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:30:"Hallbarhetsvecka_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"Hallbarhetsvecka_1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:32:"Hallbarhetsvecka_1-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"Hallbarhetsvecka_1-280x187.jpg";s:5:"width";i:280;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:16:"full-width-image";a:4:{s:4:"file";s:31:"Hallbarhetsvecka_1-1240x827.jpg";s:5:"width";i:1240;s:6:"height";i:827;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:30:"Hallbarhetsvecka_1-750x350.jpg";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"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 `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1444, 451, '_zn_pb_templatea', 'a:5:{s:4:"name";s:7:"{{{a}}}";s:8:"template";a:1:{i:0;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:4:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:112:"As the partner of choice, we aspire to build our local and international footprint through sustainable growth...";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue901";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}i:1;a:5:{s:6:"object";s:10:"ZNB_Button";s:7:"options";a:38:{s:4:"text";s:9:"Read More";s:4:"link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:8:"Click me";}s:5:"style";s:43:"btn-fullcolor btn-bordered btn-custom-color";s:11:"button_typo";a:7:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"16px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"italic";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"button_corners";s:11:"btn--square";s:12:"border_style";s:5:"solid";s:12:"border_width";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:3:"1px";s:4:"left";s:1:"0";}s:7:"bg_type";s:0:"";s:15:"bg_custom_color";s:19:"rgba(255,255,255,0)";s:21:"bg_custom_color_hover";s:19:"rgba(255,255,255,0)";s:11:"bg_gradient";s:0:"";s:17:"bg_gradient_hover";s:0:"";s:17:"text_custom_color";s:7:"#eda3a7";s:23:"text_custom_color_hover";s:7:"#ed6168";s:19:"border_custom_color";s:7:"#ed656c";s:25:"border_custom_color_hover";s:7:"#ed6a71";s:4:"size";s:6:"btn-xs";s:12:"button_width";s:0:"";s:9:"alignment";s:6:"center";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:8:"icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"14";s:13:"icon_distance";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"400";s:9:"custom_id";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}}s:5:"width";s:9:"col-md-12";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";}}i:1;a:1:{i:0;a:4:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:4:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:81:"Improving lives across the socio-economic fabric through best-in-class solutions.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue901";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}i:1;a:5:{s:6:"object";s:10:"ZNB_Button";s:7:"options";a:38:{s:4:"text";s:9:"Read More";s:4:"link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:8:"Click me";}s:5:"style";s:43:"btn-fullcolor btn-bordered btn-custom-color";s:11:"button_typo";a:7:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"16px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"italic";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"button_corners";s:11:"btn--square";s:12:"border_style";s:5:"solid";s:12:"border_width";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:3:"1px";s:4:"left";s:1:"0";}s:7:"bg_type";s:0:"";s:15:"bg_custom_color";s:19:"rgba(255,255,255,0)";s:21:"bg_custom_color_hover";s:19:"rgba(255,255,255,0)";s:11:"bg_gradient";s:0:"";s:17:"bg_gradient_hover";s:0:"";s:17:"text_custom_color";s:7:"#eda3a7";s:23:"text_custom_color_hover";s:7:"#ed6168";s:19:"border_custom_color";s:7:"#ed656c";s:25:"border_custom_color_hover";s:7:"#ed6a71";s:4:"size";s:6:"btn-xs";s:12:"button_width";s:0:"";s:9:"alignment";s:6:"center";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:8:"icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"14";s:13:"icon_distance";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}}s:5:"width";s:9:"col-md-12";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}}s:5:"width";s:9:"col-md-12";}}i:2;a:1:{i:0;a:4:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/c.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:4:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:112:"As the partner of choice, we aspire to build our local and international footprint through sustainable growth...";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue901";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}i:1;a:5:{s:6:"object";s:10:"ZNB_Button";s:7:"options";a:38:{s:4:"text";s:9:"Read More";s:4:"link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:8:"Click me";}s:5:"style";s:43:"btn-fullcolor btn-bordered btn-custom-color";s:11:"button_typo";a:7:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"16px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"italic";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"button_corners";s:11:"btn--square";s:12:"border_style";s:5:"solid";s:12:"border_width";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:3:"1px";s:4:"left";s:1:"0";}s:7:"bg_type";s:0:"";s:15:"bg_custom_color";s:19:"rgba(255,255,255,0)";s:21:"bg_custom_color_hover";s:19:"rgba(255,255,255,0)";s:11:"bg_gradient";s:0:"";s:17:"bg_gradient_hover";s:0:"";s:17:"text_custom_color";s:7:"#eda3a7";s:23:"text_custom_color_hover";s:7:"#ed6168";s:19:"border_custom_color";s:7:"#ed656c";s:25:"border_custom_color_hover";s:7:"#ed6a71";s:4:"size";s:6:"btn-xs";s:12:"button_width";s:0:"";s:9:"alignment";s:6:"center";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:8:"icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"14";s:13:"icon_distance";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}}s:5:"width";s:9:"col-md-12";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}}s:5:"width";s:9:"col-md-12";}}i:3;a:1:{i:0;a:4:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:128:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/photo_2020-04-29_21-32-48.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:4:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:30:"Our values are what define us!";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue901";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}i:1;a:5:{s:6:"object";s:10:"ZNB_Button";s:7:"options";a:38:{s:4:"text";s:9:"Read More";s:4:"link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:8:"Click me";}s:5:"style";s:43:"btn-fullcolor btn-bordered btn-custom-color";s:11:"button_typo";a:7:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"16px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"italic";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"button_corners";s:11:"btn--square";s:12:"border_style";s:5:"solid";s:12:"border_width";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:3:"1px";s:4:"left";s:1:"0";}s:7:"bg_type";s:0:"";s:15:"bg_custom_color";s:19:"rgba(255,255,255,0)";s:21:"bg_custom_color_hover";s:19:"rgba(255,255,255,0)";s:11:"bg_gradient";s:0:"";s:17:"bg_gradient_hover";s:0:"";s:17:"text_custom_color";s:7:"#eda3a7";s:23:"text_custom_color_hover";s:7:"#ed6168";s:19:"border_custom_color";s:7:"#ed656c";s:25:"border_custom_color_hover";s:7:"#ed6a71";s:4:"size";s:6:"btn-xs";s:12:"button_width";s:0:"";s:9:"alignment";s:6:"center";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:8:"icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"14";s:13:"icon_distance";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}}s:5:"width";s:9:"col-md-12";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}}s:5:"width";s:9:"col-md-12";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";}}s:10:"custom_css";s:0:"";s:9:"custom_js";s:0:"";s:5:"level";s:1:"1";}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1447, 462, '_wp_attached_file', '2020/05/agent-immobilier-ecologie.jpg'),
(1448, 462, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1620;s:6:"height";i:1080;s:4:"file";s:37:"2020/05/agent-immobilier-ecologie.jpg";s:5:"sizes";a:8:{s:6:"medium";a:4:{s:4:"file";s:37:"agent-immobilier-ecologie-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:38:"agent-immobilier-ecologie-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:37:"agent-immobilier-ecologie-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:37:"agent-immobilier-ecologie-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:39:"agent-immobilier-ecologie-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:37:"agent-immobilier-ecologie-280x187.jpg";s:5:"width";i:280;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:16:"full-width-image";a:4:{s:4:"file";s:38:"agent-immobilier-ecologie-1240x827.jpg";s:5:"width";i:1240;s:6:"height";i:827;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:37:"agent-immobilier-ecologie-750x350.jpg";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1449, 463, '_wp_attached_file', '2020/05/hh.jpg'),
(1450, 463, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:360;s:4:"file";s:14:"2020/05/hh.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:14:"hh-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:14:"hh-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:14:"hh-280x158.jpg";s:5:"width";i:280;s:6:"height";i:158;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:14:"hh-640x350.jpg";s:5:"width";i:640;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1455, 466, '_wp_attached_file', '2020/05/kk.jpg'),
(1456, 466, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:630;s:6:"height";i:1200;s:4:"file";s:14:"2020/05/kk.jpg";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:14:"kk-158x300.jpg";s:5:"width";i:158;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:15:"kk-538x1024.jpg";s:5:"width";i:538;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:14:"kk-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"kk-98x187.jpg";s:5:"width";i:98;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:14:"kk-630x350.jpg";s:5:"width";i:630;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1459, 468, '_wp_attached_file', '2020/05/k.jpg'),
(1460, 468, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:630;s:6:"height";i:900;s:4:"file";s:13:"2020/05/k.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:13:"k-210x300.jpg";s:5:"width";i:210;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"k-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"k-131x187.jpg";s:5:"width";i:131;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:13:"k-630x350.jpg";s:5:"width";i:630;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"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:{}}}'),
(1461, 469, '_wp_attached_file', '2020/05/k1.jpg'),
(1462, 469, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:622;s:6:"height";i:804;s:4:"file";s:14:"2020/05/k1.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:14:"k1-232x300.jpg";s:5:"width";i:232;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:14:"k1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:14:"k1-145x187.jpg";s:5:"width";i:145;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:14:"k1-622x350.jpg";s:5:"width";i:622;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"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:{}}}'),
(1467, 472, '_menu_item_type', 'custom'),
(1468, 472, '_menu_item_menu_item_parent', '0'),
(1469, 472, '_menu_item_object_id', '472'),
(1470, 472, '_menu_item_object', 'custom'),
(1471, 472, '_menu_item_target', ''),
(1472, 472, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1473, 472, '_menu_item_xfn', ''),
(1474, 472, '_menu_item_url', '#'),
(1476, 472, '_menu_item_zn_mega_menu_enable', ''),
(1477, 472, '_menu_item_zn_mega_menu_headers', ''),
(1478, 472, '_menu_item_zn_mega_menu_label', ''),
(1479, 472, '_menu_item_zn_mega_menu_smart_area', ''),
(1480, 472, '_menu_item_zn_mega_menu_bg_image', ''),
(1481, 473, '_menu_item_type', 'custom'),
(1482, 473, '_menu_item_menu_item_parent', '0'),
(1483, 473, '_menu_item_object_id', '473'),
(1484, 473, '_menu_item_object', 'custom'),
(1485, 473, '_menu_item_target', ''),
(1486, 473, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1487, 473, '_menu_item_xfn', ''),
(1488, 473, '_menu_item_url', '#'),
(1490, 473, '_menu_item_zn_mega_menu_enable', ''),
(1491, 473, '_menu_item_zn_mega_menu_headers', ''),
(1492, 473, '_menu_item_zn_mega_menu_label', ''),
(1493, 473, '_menu_item_zn_mega_menu_smart_area', ''),
(1494, 473, '_menu_item_zn_mega_menu_bg_image', ''),
(1495, 474, '_menu_item_type', 'custom'),
(1496, 474, '_menu_item_menu_item_parent', '0'),
(1497, 474, '_menu_item_object_id', '474'),
(1498, 474, '_menu_item_object', 'custom'),
(1499, 474, '_menu_item_target', ''),
(1500, 474, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1501, 474, '_menu_item_xfn', ''),
(1502, 474, '_menu_item_url', '#'),
(1504, 474, '_menu_item_zn_mega_menu_enable', ''),
(1505, 474, '_menu_item_zn_mega_menu_headers', ''),
(1506, 474, '_menu_item_zn_mega_menu_label', ''),
(1507, 474, '_menu_item_zn_mega_menu_smart_area', ''),
(1508, 474, '_menu_item_zn_mega_menu_bg_image', ''),
(1509, 475, '_menu_item_type', 'custom'),
(1510, 475, '_menu_item_menu_item_parent', '0'),
(1511, 475, '_menu_item_object_id', '475'),
(1512, 475, '_menu_item_object', 'custom'),
(1513, 475, '_menu_item_target', ''),
(1514, 475, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1515, 475, '_menu_item_xfn', ''),
(1516, 475, '_menu_item_url', '#'),
(1518, 475, '_menu_item_zn_mega_menu_enable', ''),
(1519, 475, '_menu_item_zn_mega_menu_headers', ''),
(1520, 475, '_menu_item_zn_mega_menu_label', ''),
(1521, 475, '_menu_item_zn_mega_menu_smart_area', ''),
(1522, 475, '_menu_item_zn_mega_menu_bg_image', ''),
(1523, 476, '_menu_item_type', 'custom'),
(1524, 476, '_menu_item_menu_item_parent', '0'),
(1525, 476, '_menu_item_object_id', '476'),
(1526, 476, '_menu_item_object', 'custom'),
(1527, 476, '_menu_item_target', ''),
(1528, 476, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1529, 476, '_menu_item_xfn', ''),
(1530, 476, '_menu_item_url', '#'),
(1532, 476, '_menu_item_zn_mega_menu_enable', ''),
(1533, 476, '_menu_item_zn_mega_menu_headers', ''),
(1534, 476, '_menu_item_zn_mega_menu_label', ''),
(1535, 476, '_menu_item_zn_mega_menu_smart_area', ''),
(1536, 476, '_menu_item_zn_mega_menu_bg_image', ''),
(1537, 477, '_menu_item_type', 'custom'),
(1538, 477, '_menu_item_menu_item_parent', '0'),
(1539, 477, '_menu_item_object_id', '477'),
(1540, 477, '_menu_item_object', 'custom'),
(1541, 477, '_menu_item_target', ''),
(1542, 477, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1543, 477, '_menu_item_xfn', ''),
(1544, 477, '_menu_item_url', '#'),
(1546, 477, '_menu_item_zn_mega_menu_enable', ''),
(1547, 477, '_menu_item_zn_mega_menu_headers', ''),
(1548, 477, '_menu_item_zn_mega_menu_label', ''),
(1549, 477, '_menu_item_zn_mega_menu_smart_area', ''),
(1550, 477, '_menu_item_zn_mega_menu_bg_image', ''),
(1559, 344, '_wp_trash_meta_status', 'publish'),
(1560, 344, '_wp_trash_meta_time', '1589948288'),
(1561, 344, '_wp_desired_post_slug', 'interactively-generate-granular-experiences'),
(1562, 405, '_wp_trash_meta_status', 'publish'),
(1563, 405, '_wp_trash_meta_time', '1589948289'),
(1564, 405, '_wp_desired_post_slug', 'interactively-generate-granular-experiences-2'),
(1565, 345, '_wp_trash_meta_status', 'publish'),
(1566, 345, '_wp_trash_meta_time', '1589948290'),
(1567, 345, '_wp_desired_post_slug', 'globally-plagiarize-robust-niche-markets'),
(1568, 406, '_wp_trash_meta_status', 'publish'),
(1569, 406, '_wp_trash_meta_time', '1589948290'),
(1570, 406, '_wp_desired_post_slug', 'globally-plagiarize-robust-niche-markets-2'),
(1571, 342, '_edit_lock', '1589951517:1'),
(1572, 486, '_edit_lock', '1589949687:1'),
(1573, 488, '_wp_attached_file', '2016/11/environment.jpg'),
(1574, 488, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:853;s:4:"file";s:23:"2016/11/environment.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:23:"environment-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"environment-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"environment-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"environment-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"environment-280x187.jpg";s:5:"width";i:280;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:16:"full-width-image";a:4:{s:4:"file";s:24:"environment-1240x826.jpg";s:5:"width";i:1240;s:6:"height";i:826;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:23:"environment-750x350.jpg";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:13:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}s:14:"resized_images";a:1:{i:0;s:9:"420x240_c";}}}'),
(1575, 342, '_edit_last', '1'),
(1578, 342, 'slide_template', ''),
(1579, 342, '_wp_old_slug', 'completely-generate-technically'),
(1580, 403, '_edit_lock', '1589951481:1'),
(1581, 490, '_wp_attached_file', '2016/11/bristol-recycled-plastic-bottles-whale.jpg'),
(1582, 490, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:853;s:4:"file";s:50:"2016/11/bristol-recycled-plastic-bottles-whale.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:50:"bristol-recycled-plastic-bottles-whale-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:51:"bristol-recycled-plastic-bottles-whale-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"bristol-recycled-plastic-bottles-whale-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"bristol-recycled-plastic-bottles-whale-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"bristol-recycled-plastic-bottles-whale-280x187.jpg";s:5:"width";i:280;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:16:"full-width-image";a:4:{s:4:"file";s:51:"bristol-recycled-plastic-bottles-whale-1240x826.jpg";s:5:"width";i:1240;s:6:"height";i:826;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:50:"bristol-recycled-plastic-bottles-whale-750x350.jpg";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:13:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}s:14:"resized_images";a:1:{i:0;s:9:"420x240_c";}}}'),
(1583, 403, '_edit_last', '1'),
(1586, 403, 'slide_template', ''),
(1587, 403, '_wp_old_slug', 'completely-generate-technically-2'),
(1588, 343, '_edit_lock', '1589950445:1'),
(1589, 493, '_wp_attached_file', '2016/10/energy.jpg'),
(1590, 493, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:853;s:4:"file";s:18:"2016/10/energy.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:18:"energy-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"energy-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:18:"energy-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"energy-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"energy-280x187.jpg";s:5:"width";i:280;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:16:"full-width-image";a:4:{s:4:"file";s:19:"energy-1240x826.jpg";s:5:"width";i:1240;s:6:"height";i:826;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:18:"energy-750x350.jpg";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:13:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}s:14:"resized_images";a:1:{i:0;s:9:"420x240_c";}}}'),
(1591, 343, '_edit_last', '1'),
(1594, 343, 'slide_template', 'default'),
(1595, 343, '_wp_old_slug', 'credibly-whiteboard-viral-content-for-efficient-niches'),
(1596, 404, '_edit_lock', '1589950835:1'),
(1597, 404, '_wp_trash_meta_status', 'publish'),
(1598, 404, '_wp_trash_meta_time', '1589950614');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1600, 496, 'zn_page_builder_els', 'a:9:{i:0;a:6:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:9:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:4:"main";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:2:"90";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-50px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue031";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:62:"<b style="color:#00812f;">INDUSTRIAL</b> <br/>Waste Management";s:8:"ibx_desc";s:85:"We offer complete industrial waste management services, from collection to recycling.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid77b13937";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#22aa86";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue089";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:42:"<b>SUSTAINABLE</b> <br/>Business Solutions";s:8:"ibx_desc";s:87:"We help business adopt sustainable and environmentally responsible recycling practices.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:22:"rgba(255,255,255,0.86)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:65:"<b style="color:#00812f;">ENVIRONMENTAL</b> <br/>Quality Services";s:8:"ibx_desc";s:83:"We focus on disposing of all waste sustainably and minimizing environmental impact.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide389efe1";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:8:"About Us";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid2ed0ca73";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida91060a6";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid64376047";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid3fd39499";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid115d2621";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid12ba8476";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluide65fe6bf";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid60026862";}}i:2;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3f0e70c6";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid6fd74ada";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid880be108";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid57b6ba4b";}}i:3;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid4c54bcec";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidccaec8d5";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluida865507f";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidc74cd89f";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid642200b5";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid89b35b1c";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluida1ccaa4b";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluidb3636779";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidcc4e6302";}i:4;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"130px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Our Business";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidacd119b2";}i:1;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:18:"Recycled Plastics.";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:26:"Plastic Sheets/Foils/Films";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd6c0e8e5";}i:4;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9d57913b";}i:5;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Packaging";s:8:"ibx_desc";s:105:"We transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid82279e19";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:34:{s:15:"image_box_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"717";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:9:"alignment";s:6:"center";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:9:"desc_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"img_sizes";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"35px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid93f87488";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:6:"center";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:51:"Get a free case evaluation. Call now +1-202-555-018";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:8:"btn-text";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:0:"";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"38px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:12:"button_block";s:9:"btn-block";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"75px";s:5:"right";s:0:"";s:6:"bottom";s:4:"85px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid5aebd554";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid85e106f6";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluid93f87488";}i:6;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#181834";s:22:"source_overlay_opacity";s:2:"80";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:4:"dark";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:8:"gutter-0";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"60";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"md";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:5:"125px";s:6:"bottom";s:5:"125px";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:13:"WHAT THEY SAY";s:11:"te_subtitle";s:19:"Client Testimonials";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5277242c";}i:1;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:13:"Testimonial 1";}i:1;a:1:{s:9:"smc_title";s:13:"Testimonial 2";}}s:14:"smc_transition";s:9:"crossfade";s:12:"smc_autoplay";s:1:"1";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:2:"no";s:13:"smc_nav_style";s:2:"s1";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:3:"yes";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:5:"light";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:346:""Professionally myocardinate bleeding-edge "outside the box" thinking before resource maximizing networks. Appropriately fashion state of the art niche markets via premier systems. Progressively incentivize interoperable catalysts for change before tactical web services. Conveniently facilitate timely outsourcing before stand-alone information"";s:11:"te_subtitle";s:10:"Jeff Hardy";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"30";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4b524f25";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluiddfc3c009";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:348:""Professionally disseminate excellent synergy after e-business process improvements. Enthusiastically scale premium methods of empowerment after inexpensive data. Globally integrate magnetic testing procedures via flexible leadership skills. Interactively mesh standards compliant intellectual capital without timely collaboration and idea-sharing"";s:11:"te_subtitle";s:11:"Rhonda Biel";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"30";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1add67da";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid5ae78b47";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ddf4b45";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluide765c891";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"xs";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"760";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"580";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"480";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:3:"top";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidcaad4c9b";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidd34af80a";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid40299aea";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid06794358";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidab74adca";}i:8;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:13:"News & Events";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:8:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:3:"502";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid54d9c2a8";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid713a6378";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1601, 496, 'zn_page_builder_els', 'a:9:{i:0;a:6:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:9:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:4:"main";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:2:"90";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-50px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue031";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:62:"<b style="color:#00812f;">INDUSTRIAL</b> <br/>Waste Management";s:8:"ibx_desc";s:85:"We offer complete industrial waste management services, from collection to recycling.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid77b13937";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#22aa86";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue089";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:42:"<b>SUSTAINABLE</b> <br/>Business Solutions";s:8:"ibx_desc";s:87:"We help business adopt sustainable and environmentally responsible recycling practices.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:22:"rgba(255,255,255,0.86)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:65:"<b style="color:#00812f;">ENVIRONMENTAL</b> <br/>Quality Services";s:8:"ibx_desc";s:83:"We focus on disposing of all waste sustainably and minimizing environmental impact.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide389efe1";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:8:"About Us";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid2ed0ca73";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida91060a6";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid64376047";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid3fd39499";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid115d2621";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid12ba8476";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluide65fe6bf";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid60026862";}}i:2;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3f0e70c6";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid6fd74ada";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid880be108";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid57b6ba4b";}}i:3;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid4c54bcec";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidccaec8d5";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluida865507f";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidc74cd89f";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid642200b5";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid89b35b1c";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluida1ccaa4b";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluidb3636779";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidcc4e6302";}i:4;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"130px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Our Business";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidacd119b2";}i:1;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:18:"Recycled Plastics.";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:26:"Plastic Sheets/Foils/Films";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd6c0e8e5";}i:4;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9d57913b";}i:5;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Packaging";s:8:"ibx_desc";s:105:"We transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid82279e19";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:34:{s:15:"image_box_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"717";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:9:"alignment";s:6:"center";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:9:"desc_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"img_sizes";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"35px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid93f87488";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:6:"center";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:51:"Get a free case evaluation. Call now +1-202-555-018";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:8:"btn-text";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:0:"";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"38px";s:11:"line-height";s:4:"44px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:12:"button_block";s:9:"btn-block";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"75px";s:5:"right";s:0:"";s:6:"bottom";s:4:"85px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid5aebd554";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid85e106f6";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluid93f87488";}i:6;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#181834";s:22:"source_overlay_opacity";s:2:"80";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:4:"dark";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:8:"gutter-0";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"60";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"md";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:5:"125px";s:6:"bottom";s:5:"125px";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:13:"WHAT THEY SAY";s:11:"te_subtitle";s:19:"Client Testimonials";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5277242c";}i:1;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:13:"Testimonial 1";}i:1;a:1:{s:9:"smc_title";s:13:"Testimonial 2";}}s:14:"smc_transition";s:9:"crossfade";s:12:"smc_autoplay";s:1:"1";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:2:"no";s:13:"smc_nav_style";s:2:"s1";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:3:"yes";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:5:"light";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:346:""Professionally myocardinate bleeding-edge "outside the box" thinking before resource maximizing networks. Appropriately fashion state of the art niche markets via premier systems. Progressively incentivize interoperable catalysts for change before tactical web services. Conveniently facilitate timely outsourcing before stand-alone information"";s:11:"te_subtitle";s:10:"Jeff Hardy";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"30";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4b524f25";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluiddfc3c009";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:348:""Professionally disseminate excellent synergy after e-business process improvements. Enthusiastically scale premium methods of empowerment after inexpensive data. Globally integrate magnetic testing procedures via flexible leadership skills. Interactively mesh standards compliant intellectual capital without timely collaboration and idea-sharing"";s:11:"te_subtitle";s:11:"Rhonda Biel";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"30";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"4";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"38px";s:11:"font-weight";s:3:"400";s:5:"color";s:21:"rgba(255,255,255,0.5)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1add67da";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid5ae78b47";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ddf4b45";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluide765c891";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"xs";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"760";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"580";s:7:"unit_sm";s:2:"px";s:2:"xs";s:3:"480";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:3:"top";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidcaad4c9b";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidd34af80a";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid40299aea";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid06794358";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidab74adca";}i:8;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:13:"News & Events";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:8:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:3:"502";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid54d9c2a8";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid713a6378";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1602, 497, '_edit_last', '1'),
(1603, 497, '_edit_lock', '1589951453:1'),
(1604, 498, '_wp_attached_file', '2020/05/planting.jpg'),
(1605, 498, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:853;s:4:"file";s:20:"2020/05/planting.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:20:"planting-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"planting-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"planting-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"planting-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"planting-280x187.jpg";s:5:"width";i:280;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:16:"full-width-image";a:4:{s:4:"file";s:21:"planting-1240x826.jpg";s:5:"width";i:1240;s:6:"height";i:826;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:20:"planting-750x350.jpg";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:13:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}s:14:"resized_images";a:1:{i:0;s:9:"420x240_c";}}}'),
(1606, 404, '_edit_last', '1'),
(1609, 404, 'slide_template', 'default'),
(1610, 404, '_wp_old_slug', 'credibly-whiteboard-viral-content-for-efficient-niches-2__trashed'),
(1611, 497, '_thumbnail_id', '498'),
(1614, 497, 'slide_template', ''),
(1615, 497, 'zn_page_layout', 'default'),
(1616, 497, 'zn_sidebar_select', 'default'),
(1617, 497, 'zn_show_social', 'default'),
(1618, 497, 'zn_zn_disable_subheader', ''),
(1619, 497, 'zn_subheader_style', 'zn_def_header_style'),
(1620, 497, 'zn-custom-layout', '0'),
(1621, 404, '_wp_trash_meta_status', 'publish'),
(1622, 404, '_wp_trash_meta_time', '1589950875'),
(1623, 404, '_wp_desired_post_slug', 'credibly-whiteboard-viral-content-for-efficient-niches-2'),
(1624, 501, '_wp_attached_file', '2020/05/cool-background.jpg'),
(1625, 501, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1280;s:4:"file";s:27:"2020/05/cool-background.jpg";s:5:"sizes";a:8:{s:6:"medium";a:4:{s:4:"file";s:27:"cool-background-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"cool-background-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:27:"cool-background-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"cool-background-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:29:"cool-background-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"cool-background-280x187.jpg";s:5:"width";i:280;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:16:"full-width-image";a:4:{s:4:"file";s:28:"cool-background-1240x827.jpg";s:5:"width";i:1240;s:6:"height";i:827;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:27:"cool-background-750x350.jpg";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1628, 497, '_wp_old_slug', 'native-tree-planting-contest'),
(1631, 403, '_wp_old_slug', 'dispose-plastic-products'),
(1634, 342, '_wp_old_slug', 'the-ozone-layer');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1635, 505, 'zn_page_builder_els', 'a:8:{i:0;a:6:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:9:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:4:"main";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:2:"90";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-50px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue031";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:62:"<b style="color:#00812f;">INDUSTRIAL</b> <br/>Waste Management";s:8:"ibx_desc";s:85:"We offer complete industrial waste management services, from collection to recycling.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid77b13937";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#22aa86";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue089";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:42:"<b>SUSTAINABLE</b> <br/>Business Solutions";s:8:"ibx_desc";s:87:"We help business adopt sustainable and environmentally responsible recycling practices.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:22:"rgba(255,255,255,0.86)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:65:"<b style="color:#00812f;">ENVIRONMENTAL</b> <br/>Quality Services";s:8:"ibx_desc";s:83:"We focus on disposing of all waste sustainably and minimizing environmental impact.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide389efe1";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:8:"About Us";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid2ed0ca73";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida91060a6";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid64376047";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid3fd39499";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid115d2621";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid12ba8476";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluide65fe6bf";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid60026862";}}i:2;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3f0e70c6";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid6fd74ada";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid880be108";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid57b6ba4b";}}i:3;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid4c54bcec";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidccaec8d5";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluida865507f";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidc74cd89f";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid642200b5";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid89b35b1c";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluida1ccaa4b";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluidb3636779";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidcc4e6302";}i:4;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"130px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Our Business";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidacd119b2";}i:1;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:18:"Recycled Plastics.";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:26:"Plastic Sheets/Foils/Films";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd6c0e8e5";}i:4;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9d57913b";}i:5;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Packaging";s:8:"ibx_desc";s:105:"We transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid82279e19";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:34:{s:15:"image_box_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"717";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:9:"alignment";s:6:"center";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:9:"desc_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"img_sizes";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid40299aea";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid06794358";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidab74adca";}i:6;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#ffffff";s:22:"source_overlay_opacity";s:2:"90";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:13:"News & Events";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:8:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:3:"502";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid54d9c2a8";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid713a6378";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:75:"http://localhost:8082/shazil/wp-content/uploads/2020/05/cool-background.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"3";s:20:"source_overlay_color";s:7:"#22aa86";s:22:"source_overlay_opacity";s:2:"85";s:29:"source_overlay_color_gradient";s:7:"#80bc25";s:34:"source_overlay_color_gradient_opac";s:2:"60";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:5:"light";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:5:"125px";s:6:"bottom";s:5:"125px";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:13:"WHAT THEY SAY";s:11:"te_subtitle";s:19:"Client Testimonials";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5277242c";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluide765c891";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"xs";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomHTML";s:7:"options";a:6:{s:11:"custom_html";s:416:"<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3616.1850450505053!2d67.21146631448023!3d24.99382744605585!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3eb3486a62f37c69%3A0xfd0dd2c1e2b4fb24!2sShazil%20Pakistan%20(Pvt)%20Ltd!5e0!3m2!1sen!2s!4v1589951796031!5m2!1sen!2s" width="100%" height="550" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid88bba6c7";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidd34af80a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1636, 505, 'zn_page_builder_els', 'a:8:{i:0;a:6:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:9:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:4:"main";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:2:"90";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-50px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue031";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:62:"<b style="color:#00812f;">INDUSTRIAL</b> <br/>Waste Management";s:8:"ibx_desc";s:85:"We offer complete industrial waste management services, from collection to recycling.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid77b13937";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#22aa86";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue089";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:42:"<b>SUSTAINABLE</b> <br/>Business Solutions";s:8:"ibx_desc";s:87:"We help business adopt sustainable and environmentally responsible recycling practices.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:22:"rgba(255,255,255,0.86)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:65:"<b style="color:#00812f;">ENVIRONMENTAL</b> <br/>Quality Services";s:8:"ibx_desc";s:83:"We focus on disposing of all waste sustainably and minimizing environmental impact.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide389efe1";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:8:"About Us";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid2ed0ca73";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida91060a6";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid64376047";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid3fd39499";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid115d2621";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid12ba8476";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluide65fe6bf";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid60026862";}}i:2;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3f0e70c6";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid6fd74ada";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid880be108";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid57b6ba4b";}}i:3;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid4c54bcec";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidccaec8d5";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluida865507f";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidc74cd89f";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid642200b5";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid89b35b1c";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluida1ccaa4b";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluidb3636779";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidcc4e6302";}i:4;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"130px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Our Business";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidacd119b2";}i:1;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:18:"Recycled Plastics.";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:26:"Plastic Sheets/Foils/Films";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd6c0e8e5";}i:4;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9d57913b";}i:5;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Packaging";s:8:"ibx_desc";s:105:"We transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid82279e19";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:34:{s:15:"image_box_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"717";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:9:"alignment";s:6:"center";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:9:"desc_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"img_sizes";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid40299aea";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid06794358";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidab74adca";}i:6;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#ffffff";s:22:"source_overlay_opacity";s:2:"90";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:13:"News & Events";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:8:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:3:"502";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid54d9c2a8";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid713a6378";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:75:"http://localhost:8082/shazil/wp-content/uploads/2020/05/cool-background.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"3";s:20:"source_overlay_color";s:7:"#22aa86";s:22:"source_overlay_opacity";s:2:"85";s:29:"source_overlay_color_gradient";s:7:"#80bc25";s:34:"source_overlay_color_gradient_opac";s:2:"60";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:5:"light";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:5:"125px";s:6:"bottom";s:5:"125px";s:4:"left";s:1:"0";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:13:"WHAT THEY SAY";s:11:"te_subtitle";s:19:"Client Testimonials";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5277242c";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluide765c891";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"xs";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomHTML";s:7:"options";a:6:{s:11:"custom_html";s:416:"<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3616.1850450505053!2d67.21146631448023!3d24.99382744605585!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3eb3486a62f37c69%3A0xfd0dd2c1e2b4fb24!2sShazil%20Pakistan%20(Pvt)%20Ltd!5e0!3m2!1sen!2s!4v1589951796031!5m2!1sen!2s" width="100%" height="550" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid88bba6c7";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidd34af80a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1637, 506, 'zn_page_builder_els', 'a:8:{i:0;a:6:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:9:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:4:"main";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:2:"90";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-50px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue031";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:62:"<b style="color:#00812f;">INDUSTRIAL</b> <br/>Waste Management";s:8:"ibx_desc";s:85:"We offer complete industrial waste management services, from collection to recycling.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid77b13937";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#22aa86";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue089";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:42:"<b>SUSTAINABLE</b> <br/>Business Solutions";s:8:"ibx_desc";s:87:"We help business adopt sustainable and environmentally responsible recycling practices.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:22:"rgba(255,255,255,0.86)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:65:"<b style="color:#00812f;">ENVIRONMENTAL</b> <br/>Quality Services";s:8:"ibx_desc";s:83:"We focus on disposing of all waste sustainably and minimizing environmental impact.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide389efe1";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:8:"About Us";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid2ed0ca73";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida91060a6";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid64376047";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid3fd39499";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid115d2621";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid12ba8476";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluide65fe6bf";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid60026862";}}i:2;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3f0e70c6";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid6fd74ada";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid880be108";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid57b6ba4b";}}i:3;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid4c54bcec";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidccaec8d5";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluida865507f";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidc74cd89f";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid642200b5";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid89b35b1c";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluida1ccaa4b";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluidb3636779";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidcc4e6302";}i:4;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"130px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Our Business";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidacd119b2";}i:1;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:18:"Recycled Plastics.";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:26:"Plastic Sheets/Foils/Films";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd6c0e8e5";}i:4;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9d57913b";}i:5;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Packaging";s:8:"ibx_desc";s:105:"We transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid82279e19";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:34:{s:15:"image_box_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"717";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:9:"alignment";s:6:"center";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:9:"desc_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"img_sizes";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid40299aea";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid06794358";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidab74adca";}i:6;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#ffffff";s:22:"source_overlay_opacity";s:2:"90";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:13:"News & Events";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:8:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:3:"502";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid54d9c2a8";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid713a6378";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:1:"0";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:75:"http://localhost:8082/shazil/wp-content/uploads/2020/05/cool-background.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"3";s:20:"source_overlay_color";s:7:"#22aa86";s:22:"source_overlay_opacity";s:2:"85";s:29:"source_overlay_color_gradient";s:7:"#80bc25";s:34:"source_overlay_color_gradient_opac";s:2:"60";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:5:"light";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"50px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"40px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Get In Touch";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:3:"600";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5277242c";}i:1;a:6:{s:6:"object";s:13:"ZnContactForm";s:7:"options";a:31:{s:5:"email";s:22:"kainat@a2zcreatorz.com";s:7:"cf_from";s:7:"noreply";s:16:"cf_force_dynamic";s:14:"zn_dummy_value";s:16:"cf_custom_sender";s:0:"";s:12:"redirect_url";s:0:"";s:12:"submit_label";s:12:"Send message";s:13:"email_subject";s:19:"New form submission";s:12:"sent_message";s:27:"Thank you for contacting us";s:7:"captcha";s:1:"0";s:12:"send_me_copy";s:2:"no";s:19:"mailchimp_subscribe";s:2:"no";s:17:"mailchimp_list_id";s:0:"";s:12:"cf_labels_pl";s:1:"1";s:11:"description";s:0:"";s:8:"cf_debug";s:14:"zn_dummy_value";s:6:"fields";a:5:{i:0;a:15:{s:4:"name";s:4:"Name";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:4:"Name";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:1;a:15:{s:4:"name";s:7:"Contact";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Contact";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:2;a:15:{s:4:"name";s:5:"Email";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:5:"Email";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:8:"is_email";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:3;a:15:{s:4:"name";s:7:"Subject";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Subject";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:4;a:15:{s:4:"name";s:7:"Message";s:4:"type";s:8:"textarea";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Message";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}}s:14:"element_scheme";s:0:"";s:14:"cf_form_styles";s:5:"fancy";s:13:"input_corners";s:0:"";s:12:"inputs_style";s:0:"";s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:22:"cf_btn_custom_bg_color";s:7:"#026b33";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:9:"btn-third";s:11:"button_size";s:0:"";s:13:"btn_alignment";s:4:"left";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidef3eab24";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluide765c891";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"-9px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomHTML";s:7:"options";a:6:{s:11:"custom_html";s:416:"<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3616.1850450505053!2d67.21146631448023!3d24.99382744605585!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3eb3486a62f37c69%3A0xfd0dd2c1e2b4fb24!2sShazil%20Pakistan%20(Pvt)%20Ltd!5e0!3m2!1sen!2s!4v1589951796031!5m2!1sen!2s" width="100%" height="620" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid88bba6c7";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidd34af80a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1638, 506, 'zn_page_builder_els', 'a:8:{i:0;a:6:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:9:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:4:"main";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:2:"90";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-50px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue031";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:62:"<b style="color:#00812f;">INDUSTRIAL</b> <br/>Waste Management";s:8:"ibx_desc";s:85:"We offer complete industrial waste management services, from collection to recycling.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid77b13937";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#22aa86";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue089";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:42:"<b>SUSTAINABLE</b> <br/>Business Solutions";s:8:"ibx_desc";s:87:"We help business adopt sustainable and environmentally responsible recycling practices.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:22:"rgba(255,255,255,0.86)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:65:"<b style="color:#00812f;">ENVIRONMENTAL</b> <br/>Quality Services";s:8:"ibx_desc";s:83:"We focus on disposing of all waste sustainably and minimizing environmental impact.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide389efe1";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:8:"About Us";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid2ed0ca73";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida91060a6";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid64376047";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid3fd39499";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid115d2621";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid12ba8476";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluide65fe6bf";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid60026862";}}i:2;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3f0e70c6";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid6fd74ada";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid880be108";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid57b6ba4b";}}i:3;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid4c54bcec";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidccaec8d5";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluida865507f";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidc74cd89f";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid642200b5";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid89b35b1c";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluida1ccaa4b";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluidb3636779";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidcc4e6302";}i:4;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"130px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Our Business";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidacd119b2";}i:1;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:18:"Recycled Plastics.";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:26:"Plastic Sheets/Foils/Films";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd6c0e8e5";}i:4;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:7:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"60";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9d57913b";}i:5;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Packaging";s:8:"ibx_desc";s:105:"We transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid82279e19";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"85px";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:34:{s:15:"image_box_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg";s:16:"image_box_imgfit";s:2:"no";s:16:"image_box_height";s:3:"717";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:9:"alignment";s:6:"center";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:9:"desc_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"img_sizes";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid40299aea";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid06794358";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidab74adca";}i:6;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#ffffff";s:22:"source_overlay_opacity";s:2:"90";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:13:"News & Events";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:8:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:3:"502";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid54d9c2a8";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid713a6378";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:1:"0";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:75:"http://localhost:8082/shazil/wp-content/uploads/2020/05/cool-background.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"3";s:20:"source_overlay_color";s:7:"#22aa86";s:22:"source_overlay_opacity";s:2:"85";s:29:"source_overlay_color_gradient";s:7:"#80bc25";s:34:"source_overlay_color_gradient_opac";s:2:"60";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:5:"light";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"50px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"40px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Get In Touch";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:3:"600";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5277242c";}i:1;a:6:{s:6:"object";s:13:"ZnContactForm";s:7:"options";a:31:{s:5:"email";s:22:"kainat@a2zcreatorz.com";s:7:"cf_from";s:7:"noreply";s:16:"cf_force_dynamic";s:14:"zn_dummy_value";s:16:"cf_custom_sender";s:0:"";s:12:"redirect_url";s:0:"";s:12:"submit_label";s:12:"Send message";s:13:"email_subject";s:19:"New form submission";s:12:"sent_message";s:27:"Thank you for contacting us";s:7:"captcha";s:1:"0";s:12:"send_me_copy";s:2:"no";s:19:"mailchimp_subscribe";s:2:"no";s:17:"mailchimp_list_id";s:0:"";s:12:"cf_labels_pl";s:1:"1";s:11:"description";s:0:"";s:8:"cf_debug";s:14:"zn_dummy_value";s:6:"fields";a:5:{i:0;a:15:{s:4:"name";s:4:"Name";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:4:"Name";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:1;a:15:{s:4:"name";s:7:"Contact";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Contact";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:2;a:15:{s:4:"name";s:5:"Email";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:5:"Email";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:8:"is_email";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:3;a:15:{s:4:"name";s:7:"Subject";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Subject";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:4;a:15:{s:4:"name";s:7:"Message";s:4:"type";s:8:"textarea";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Message";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}}s:14:"element_scheme";s:0:"";s:14:"cf_form_styles";s:5:"fancy";s:13:"input_corners";s:0:"";s:12:"inputs_style";s:0:"";s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:22:"cf_btn_custom_bg_color";s:7:"#026b33";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:9:"btn-third";s:11:"button_size";s:0:"";s:13:"btn_alignment";s:4:"left";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidef3eab24";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluide765c891";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"-9px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomHTML";s:7:"options";a:6:{s:11:"custom_html";s:416:"<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3616.1850450505053!2d67.21146631448023!3d24.99382744605585!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3eb3486a62f37c69%3A0xfd0dd2c1e2b4fb24!2sShazil%20Pakistan%20(Pvt)%20Ltd!5e0!3m2!1sen!2s!4v1589951796031!5m2!1sen!2s" width="100%" height="620" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid88bba6c7";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidd34af80a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1639, 507, '_wp_attached_file', '2020/05/featured-icon-tree.png'),
(1640, 507, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:200;s:4:"file";s:30:"2020/05/featured-icon-tree.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"featured-icon-tree-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"featured-icon-tree-187x187.png";s:5:"width";i:187;s:6:"height";i:187;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 `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1641, 508, 'zn_page_builder_els', 'a:8:{i:0;a:6:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:9:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:4:"main";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:2:"90";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-50px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue031";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:62:"<b style="color:#00812f;">INDUSTRIAL</b> <br/>Waste Management";s:8:"ibx_desc";s:85:"We offer complete industrial waste management services, from collection to recycling.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid77b13937";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"280";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#22aa86";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-20px";s:5:"right";s:0:"";s:6:"bottom";s:5:"-20px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:7:"#12bc00";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue089";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:42:"<b>SUSTAINABLE</b> <br/>Business Solutions";s:8:"ibx_desc";s:87:"We help business adopt sustainable and environmentally responsible recycling practices.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:22:"rgba(255,255,255,0.86)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:65:"<b style="color:#00812f;">ENVIRONMENTAL</b> <br/>Quality Services";s:8:"ibx_desc";s:83:"We focus on disposing of all waste sustainably and minimizing environmental impact.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide389efe1";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:8:"About Us";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid2ed0ca73";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida91060a6";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid64376047";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid3fd39499";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid115d2621";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid12ba8476";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluide65fe6bf";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid60026862";}}i:2;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3f0e70c6";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid6fd74ada";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid880be108";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid57b6ba4b";}}i:3;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid4c54bcec";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidccaec8d5";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluida865507f";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidc74cd89f";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid642200b5";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid89b35b1c";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluida1ccaa4b";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluidb3636779";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidcc4e6302";}i:4;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:5:"right";s:1:"y";s:6:"bottom";}s:4:"size";s:7:"contain";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"65px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"65px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Our Business";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"43px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidacd119b2";}i:1;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:18:"Recycled Plastics.";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:10:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:26:"Plastic Sheets/Foils/Films";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd6c0e8e5";}i:4;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:10:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9d57913b";}i:5;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Packaging";s:8:"ibx_desc";s:105:"We transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid82279e19";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"35px";s:5:"right";s:0:"";s:6:"bottom";s:3:"1px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:34:{s:15:"image_box_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg";s:16:"image_box_imgfit";s:13:"cover-fit-img";s:16:"image_box_height";s:3:"510";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:9:"alignment";s:6:"center";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:9:"desc_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"img_sizes";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid40299aea";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid06794358";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidab74adca";}i:6;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#ffffff";s:22:"source_overlay_opacity";s:2:"90";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:13:"News & Events";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:8:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:3:"502";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid54d9c2a8";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid713a6378";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:1:"0";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:75:"http://localhost:8082/shazil/wp-content/uploads/2020/05/cool-background.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"3";s:20:"source_overlay_color";s:7:"#22aa86";s:22:"source_overlay_opacity";s:2:"85";s:29:"source_overlay_color_gradient";s:7:"#80bc25";s:34:"source_overlay_color_gradient_opac";s:2:"60";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:5:"light";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"50px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"40px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Get In Touch";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:3:"600";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5277242c";}i:1;a:6:{s:6:"object";s:13:"ZnContactForm";s:7:"options";a:31:{s:5:"email";s:22:"kainat@a2zcreatorz.com";s:7:"cf_from";s:7:"noreply";s:16:"cf_force_dynamic";s:14:"zn_dummy_value";s:16:"cf_custom_sender";s:0:"";s:12:"redirect_url";s:0:"";s:12:"submit_label";s:12:"Send message";s:13:"email_subject";s:19:"New form submission";s:12:"sent_message";s:27:"Thank you for contacting us";s:7:"captcha";s:1:"0";s:12:"send_me_copy";s:2:"no";s:19:"mailchimp_subscribe";s:2:"no";s:17:"mailchimp_list_id";s:0:"";s:12:"cf_labels_pl";s:1:"1";s:11:"description";s:0:"";s:8:"cf_debug";s:14:"zn_dummy_value";s:6:"fields";a:5:{i:0;a:15:{s:4:"name";s:4:"Name";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:4:"Name";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:1;a:15:{s:4:"name";s:7:"Contact";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Contact";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:2;a:15:{s:4:"name";s:5:"Email";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:5:"Email";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:8:"is_email";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:3;a:15:{s:4:"name";s:7:"Subject";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Subject";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:4;a:15:{s:4:"name";s:7:"Message";s:4:"type";s:8:"textarea";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Message";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}}s:14:"element_scheme";s:0:"";s:14:"cf_form_styles";s:5:"fancy";s:13:"input_corners";s:0:"";s:12:"inputs_style";s:0:"";s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:22:"cf_btn_custom_bg_color";s:7:"#026b33";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:9:"btn-third";s:11:"button_size";s:0:"";s:13:"btn_alignment";s:4:"left";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidef3eab24";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluide765c891";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"-9px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomHTML";s:7:"options";a:6:{s:11:"custom_html";s:416:"<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3616.1850450505053!2d67.21146631448023!3d24.99382744605585!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3eb3486a62f37c69%3A0xfd0dd2c1e2b4fb24!2sShazil%20Pakistan%20(Pvt)%20Ltd!5e0!3m2!1sen!2s!4v1589951796031!5m2!1sen!2s" width="100%" height="620" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid88bba6c7";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidd34af80a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1642, 508, 'zn_page_builder_els', 'a:8:{i:0;a:6:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:9:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:4:"main";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:2:"90";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-50px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue031";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:62:"<b style="color:#00812f;">INDUSTRIAL</b> <br/>Waste Management";s:8:"ibx_desc";s:85:"We offer complete industrial waste management services, from collection to recycling.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid77b13937";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"280";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#22aa86";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-20px";s:5:"right";s:0:"";s:6:"bottom";s:5:"-20px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:7:"#12bc00";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue089";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:42:"<b>SUSTAINABLE</b> <br/>Business Solutions";s:8:"ibx_desc";s:87:"We help business adopt sustainable and environmentally responsible recycling practices.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:22:"rgba(255,255,255,0.86)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:65:"<b style="color:#00812f;">ENVIRONMENTAL</b> <br/>Quality Services";s:8:"ibx_desc";s:83:"We focus on disposing of all waste sustainably and minimizing environmental impact.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide389efe1";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:8:"About Us";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid2ed0ca73";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida91060a6";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid64376047";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid3fd39499";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid115d2621";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid12ba8476";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluide65fe6bf";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid60026862";}}i:2;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3f0e70c6";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid6fd74ada";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid880be108";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid57b6ba4b";}}i:3;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid4c54bcec";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidccaec8d5";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluida865507f";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidc74cd89f";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid642200b5";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid89b35b1c";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluida1ccaa4b";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluidb3636779";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidcc4e6302";}i:4;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:5:"right";s:1:"y";s:6:"bottom";}s:4:"size";s:7:"contain";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"65px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"65px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Our Business";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"43px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidacd119b2";}i:1;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:18:"Recycled Plastics.";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:10:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:26:"Plastic Sheets/Foils/Films";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd6c0e8e5";}i:4;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:10:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9d57913b";}i:5;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Packaging";s:8:"ibx_desc";s:105:"We transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid82279e19";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"35px";s:5:"right";s:0:"";s:6:"bottom";s:3:"1px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:34:{s:15:"image_box_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg";s:16:"image_box_imgfit";s:13:"cover-fit-img";s:16:"image_box_height";s:3:"510";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:9:"alignment";s:6:"center";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:9:"desc_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"img_sizes";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid40299aea";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid06794358";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidab74adca";}i:6;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#ffffff";s:22:"source_overlay_opacity";s:2:"90";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:13:"News & Events";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:8:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:3:"502";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid54d9c2a8";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid713a6378";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:1:"0";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:75:"http://localhost:8082/shazil/wp-content/uploads/2020/05/cool-background.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"3";s:20:"source_overlay_color";s:7:"#22aa86";s:22:"source_overlay_opacity";s:2:"85";s:29:"source_overlay_color_gradient";s:7:"#80bc25";s:34:"source_overlay_color_gradient_opac";s:2:"60";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:5:"light";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"50px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"40px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Get In Touch";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:3:"600";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5277242c";}i:1;a:6:{s:6:"object";s:13:"ZnContactForm";s:7:"options";a:31:{s:5:"email";s:22:"kainat@a2zcreatorz.com";s:7:"cf_from";s:7:"noreply";s:16:"cf_force_dynamic";s:14:"zn_dummy_value";s:16:"cf_custom_sender";s:0:"";s:12:"redirect_url";s:0:"";s:12:"submit_label";s:12:"Send message";s:13:"email_subject";s:19:"New form submission";s:12:"sent_message";s:27:"Thank you for contacting us";s:7:"captcha";s:1:"0";s:12:"send_me_copy";s:2:"no";s:19:"mailchimp_subscribe";s:2:"no";s:17:"mailchimp_list_id";s:0:"";s:12:"cf_labels_pl";s:1:"1";s:11:"description";s:0:"";s:8:"cf_debug";s:14:"zn_dummy_value";s:6:"fields";a:5:{i:0;a:15:{s:4:"name";s:4:"Name";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:4:"Name";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:1;a:15:{s:4:"name";s:7:"Contact";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Contact";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:2;a:15:{s:4:"name";s:5:"Email";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:5:"Email";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:8:"is_email";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:3;a:15:{s:4:"name";s:7:"Subject";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Subject";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:4;a:15:{s:4:"name";s:7:"Message";s:4:"type";s:8:"textarea";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Message";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}}s:14:"element_scheme";s:0:"";s:14:"cf_form_styles";s:5:"fancy";s:13:"input_corners";s:0:"";s:12:"inputs_style";s:0:"";s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:22:"cf_btn_custom_bg_color";s:7:"#026b33";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:9:"btn-third";s:11:"button_size";s:0:"";s:13:"btn_alignment";s:4:"left";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidef3eab24";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluide765c891";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"-9px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomHTML";s:7:"options";a:6:{s:11:"custom_html";s:416:"<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3616.1850450505053!2d67.21146631448023!3d24.99382744605585!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3eb3486a62f37c69%3A0xfd0dd2c1e2b4fb24!2sShazil%20Pakistan%20(Pvt)%20Ltd!5e0!3m2!1sen!2s!4v1589951796031!5m2!1sen!2s" width="100%" height="620" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid88bba6c7";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidd34af80a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1643, 399, '_zn_zion_builder_status', 'enabled'),
(1644, 509, '_wp_attached_file', '2020/05/a911461b-plastic.jpg'),
(1645, 509, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:600;s:4:"file";s:28:"2020/05/a911461b-plastic.jpg";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:28:"a911461b-plastic-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:28:"a911461b-plastic-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"a911461b-plastic-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"a911461b-plastic-249x187.jpg";s:5:"width";i:249;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:28:"a911461b-plastic-750x350.jpg";s:5:"width";i:750;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1646, 510, '_wp_attached_file', '2020/05/iStock_26388419_SMALL-725x483-1.jpg'),
(1647, 510, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:725;s:6:"height";i:483;s:4:"file";s:43:"2020/05/iStock_26388419_SMALL-725x483-1.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:43:"iStock_26388419_SMALL-725x483-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:43:"iStock_26388419_SMALL-725x483-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:43:"iStock_26388419_SMALL-725x483-1-280x187.jpg";s:5:"width";i:280;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:11:"lp_bi_image";a:4:{s:4:"file";s:43:"iStock_26388419_SMALL-725x483-1-725x350.jpg";s:5:"width";i:725;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"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 `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1648, 511, 'zn_page_builder_els', 'a:8:{i:0;a:6:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:9:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:4:"main";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:2:"90";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-50px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue031";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:62:"<b style="color:#00812f;">INDUSTRIAL</b> <br/>Waste Management";s:8:"ibx_desc";s:85:"We offer complete industrial waste management services, from collection to recycling.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid77b13937";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"280";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#22aa86";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-20px";s:5:"right";s:0:"";s:6:"bottom";s:5:"-20px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:7:"#12bc00";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue089";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:42:"<b>SUSTAINABLE</b> <br/>Business Solutions";s:8:"ibx_desc";s:87:"We help business adopt sustainable and environmentally responsible recycling practices.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:22:"rgba(255,255,255,0.86)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:65:"<b style="color:#00812f;">ENVIRONMENTAL</b> <br/>Quality Services";s:8:"ibx_desc";s:83:"We focus on disposing of all waste sustainably and minimizing environmental impact.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide389efe1";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:8:"About Us";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid2ed0ca73";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida91060a6";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid64376047";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid3fd39499";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid115d2621";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid12ba8476";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluide65fe6bf";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid60026862";}}i:2;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3f0e70c6";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid6fd74ada";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid880be108";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid57b6ba4b";}}i:3;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid4c54bcec";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidccaec8d5";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluida865507f";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidc74cd89f";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid642200b5";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid89b35b1c";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluida1ccaa4b";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluidb3636779";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidcc4e6302";}i:4;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:5:"right";s:1:"y";s:6:"bottom";}s:4:"size";s:7:"contain";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"65px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"65px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Our Business";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"43px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidacd119b2";}i:1;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:18:"Recycled Plastics.";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:10:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:26:"Plastic Sheets/Foils/Films";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd6c0e8e5";}i:4;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:10:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9d57913b";}i:5;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Packaging";s:8:"ibx_desc";s:105:"We transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid82279e19";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"35px";s:5:"right";s:0:"";s:6:"bottom";s:3:"1px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:34:{s:15:"image_box_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg";s:16:"image_box_imgfit";s:13:"cover-fit-img";s:16:"image_box_height";s:3:"510";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:9:"alignment";s:6:"center";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:9:"desc_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"img_sizes";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid40299aea";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid06794358";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidab74adca";}i:6;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#ffffff";s:22:"source_overlay_opacity";s:2:"90";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:13:"News & Events";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:8:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:3:"502";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid54d9c2a8";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid713a6378";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:1:"0";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:75:"http://localhost:8082/shazil/wp-content/uploads/2020/05/cool-background.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"3";s:20:"source_overlay_color";s:7:"#007f6a";s:22:"source_overlay_opacity";s:2:"75";s:29:"source_overlay_color_gradient";s:7:"#21a57d";s:34:"source_overlay_color_gradient_opac";s:2:"70";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:5:"light";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"50px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"40px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Get In Touch";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:3:"600";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5277242c";}i:1;a:6:{s:6:"object";s:13:"ZnContactForm";s:7:"options";a:31:{s:5:"email";s:22:"kainat@a2zcreatorz.com";s:7:"cf_from";s:7:"noreply";s:16:"cf_force_dynamic";s:14:"zn_dummy_value";s:16:"cf_custom_sender";s:0:"";s:12:"redirect_url";s:0:"";s:12:"submit_label";s:12:"Send message";s:13:"email_subject";s:19:"New form submission";s:12:"sent_message";s:27:"Thank you for contacting us";s:7:"captcha";s:1:"0";s:12:"send_me_copy";s:2:"no";s:19:"mailchimp_subscribe";s:2:"no";s:17:"mailchimp_list_id";s:0:"";s:12:"cf_labels_pl";s:1:"1";s:11:"description";s:0:"";s:8:"cf_debug";s:14:"zn_dummy_value";s:6:"fields";a:5:{i:0;a:15:{s:4:"name";s:4:"Name";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:4:"Name";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:1;a:15:{s:4:"name";s:7:"Contact";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Contact";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:2;a:15:{s:4:"name";s:5:"Email";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:5:"Email";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:8:"is_email";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:3;a:15:{s:4:"name";s:7:"Subject";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Subject";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:4;a:15:{s:4:"name";s:7:"Message";s:4:"type";s:8:"textarea";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Message";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}}s:14:"element_scheme";s:0:"";s:14:"cf_form_styles";s:5:"fancy";s:13:"input_corners";s:0:"";s:12:"inputs_style";s:0:"";s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:22:"cf_btn_custom_bg_color";s:7:"#026b33";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:9:"btn-third";s:11:"button_size";s:0:"";s:13:"btn_alignment";s:4:"left";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidef3eab24";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluide765c891";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"-9px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomHTML";s:7:"options";a:6:{s:11:"custom_html";s:416:"<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3616.1850450505053!2d67.21146631448023!3d24.99382744605585!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3eb3486a62f37c69%3A0xfd0dd2c1e2b4fb24!2sShazil%20Pakistan%20(Pvt)%20Ltd!5e0!3m2!1sen!2s!4v1589951796031!5m2!1sen!2s" width="100%" height="620" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid88bba6c7";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidd34af80a";}}');
INSERT INTO `szak_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1649, 511, 'zn_page_builder_els', 'a:8:{i:0;a:6:{s:6:"object";s:19:"TH_RevolutionSlider";s:7:"options";a:9:{s:15:"ww_header_style";s:1:"0";s:12:"revslider_id";s:4:"main";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid28c1e26a";}i:1;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:2:"90";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:1:"1";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5d0343dc";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#ffffff";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-50px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid563f7a27";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:1:"6";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue031";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:62:"<b style="color:#00812f;">INDUSTRIAL</b> <br/>Waste Management";s:8:"ibx_desc";s:85:"We offer complete industrial waste management services, from collection to recycling.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9ef131de";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid77b13937";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"280";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#22aa86";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:5:"-20px";s:5:"right";s:0:"";s:6:"bottom";s:5:"-20px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:7:"#12bc00";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue089";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:42:"<b>SUSTAINABLE</b> <br/>Business Solutions";s:8:"ibx_desc";s:87:"We help business adopt sustainable and environmentally responsible recycling practices.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:22:"rgba(255,255,255,0.86)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid0b1e87f3";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluiddc8c21d8";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"240";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:7:"#ffffff";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:1:"0";s:8:"ibx_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:65:"<b style="color:#00812f;">ENVIRONMENTAL</b> <br/>Quality Services";s:8:"ibx_desc";s:83:"We focus on disposing of all waste sustainably and minimizing environmental impact.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#22aa86";s:20:"ibx_icon_color_hover";s:7:"#22aa86";s:9:"ibx_shape";s:0:"";s:15:"ibx_shape_color";s:7:"#dfdfdf";s:21:"ibx_shape_color_hover";s:7:"#cd2122";s:12:"force_square";s:0:"";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"42";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"22";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"24px";s:11:"line-height";s:4:"30px";s:11:"font-weight";s:3:"400";s:5:"color";s:19:"rgba(10,10,10,0.87)";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluide389efe1";}}s:5:"width";s:8:"col-md-4";s:3:"uid";s:13:"eluid51d0cf3c";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid6fa0a05c";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid563f7a27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5d0343dc";}i:2;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:27:"container custom_width_perc";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:2:"95";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:0:"";s:6:"bottom";s:4:"35px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:8:"About Us";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2f55dde3";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidb7ff8ccf";}i:1;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:38:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_VerticalTabs";s:7:"options";a:10:{s:11:"vtabs_style";s:10:"kl-style-1";s:14:"element_scheme";s:4:"dark";s:10:"hover_tabs";s:3:"yes";s:12:"tabs_history";s:2:"no";s:19:"single_vertical_tab";a:4:{i:0;a:2:{s:13:"vts_tab_title";s:12:" Our Vision ";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:1;a:2:{s:13:"vts_tab_title";s:11:"Our Mission";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:2;a:2:{s:13:"vts_tab_title";s:11:"Our History";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}i:3;a:2:{s:13:"vts_tab_title";s:10:"Our Values";s:12:"vts_tab_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue092";}}}s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:5:{i:0;a:1:{i:0;a:6:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:104:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/a.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(10,10,10,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.95)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid2ed0ca73";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluida91060a6";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid64376047";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid3fd39499";}}i:1;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:114:"http://server10.a2zcreatorz.com/staging/projects/ghazi-brothers/design1/wp-content/uploads/2020/05/plantgrowth.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"300";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:314:"\r\nWith aims to standout as world''s leading organization in resource recycling, we are on a mission to provide maximum protection to environment , health safety and education by adopting the principals of Corporate Social Responsibilities ( CSR ).\r\n\r\nWe will suggest the world "HOW TO STOP THE WASTE OF RESOURCES"\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid115d2621";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid12ba8476";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluide65fe6bf";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid60026862";}}i:2;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(53,53,53,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid3f0e70c6";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid6fd74ada";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid880be108";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid57b6ba4b";}}i:3;a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:1:"0";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:55:{s:12:"mc_link_type";s:2:"pb";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:6:"bottom";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"450";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:3:"10%";s:6:"bottom";s:0:"";s:4:"left";s:3:"10%";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:85:"http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"3";s:23:"source_overlay_color_v2";s:16:"rgba(15,15,15,0)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(10,10,10,0.85)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:16:"zn-anim-fadeInUp";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"200";s:9:"custom_id";s:0:"";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:335:"We buy post consumers plastics waste/ Pet Bottles from collectors.\r\nWe collect by ourselves from institutions, hotels, hospitals.\r\nWe have our own dedicated collection points in different parts of the cities in various cities.\r\nWe transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.\r\n";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"0";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"2";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"48px";s:11:"line-height";s:4:"58px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#191919";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#d6d6d6";s:14:"te_symbol_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:9:"icon_size";s:2:"50";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:14:"zn-anim-zoomIn";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"100";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid4c54bcec";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidccaec8d5";}}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluida865507f";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidc74cd89f";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid642200b5";}}s:5:"width";s:9:"col-md-12";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid89b35b1c";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluida1ccaa4b";}i:3;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1340";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"120px";s:5:"right";s:0:"";s:6:"bottom";s:5:"120px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#ffffff";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidcc4e6302";}s:7:"content";a:3:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"sm";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-5";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"300";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"bottom";s:6:"halign";s:4:"left";s:16:"background_color";s:7:"#121232";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"30px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid4afeaff4";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:3:"98%";s:11:"te_subtitle";s:12:"SUCCESS RATE";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"md";s:10:"title_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"64px";s:11:"line-height";s:4:"74px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:4:"40px";s:11:"line-height";s:4:"50px";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:3:"div";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"icon";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#3b3744";s:14:"te_symbol_icon";a:2:{s:6:"family";s:7:"icomoon";s:7:"unicode";s:5:"ue900";}s:9:"icon_size";s:2:"60";s:13:"te_symbol_pos";s:12:"before-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid305f00af";}}s:5:"width";s:8:"col-md-2";s:3:"uid";s:13:"eluid4afeaff4";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:8:"col-sm-7";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"xs";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"50px";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidb3636779";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:53:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:10:"mc_pb_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"460";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:3:"300";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid95596172";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluidb3636779";}i:2;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:35:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"95";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:5:"right";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"sm";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluid6d8244f9";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:8:"ABOUT US";s:11:"te_subtitle";s:31:"Law firm devoted to our clients";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"10";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:5:"theme";s:22:"te_symbol_custom_color";s:7:"#aaaaaa";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:316:"Collaboratively underwhelm 24/365 platforms through standards compliant results. Uniquely harness business outsourcing without sticky methodologies. Credibly mesh enterprise-wide functionalities whereas performance based outsourcing. Conveniently evisculate leading-edge materials vis-a-vis wireless potentialities.";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid09e911bd";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:8:"ABOUT US";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:13:"btn-fullcolor";s:16:"btn_custom_color";s:7:"#cd2122";s:20:"cta_custom_color_hov";s:0:"";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd2eb6620";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6d8244f9";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidcc4e6302";}i:4;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#f4f4f4";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:5:"right";s:1:"y";s:6:"bottom";}s:4:"size";s:7:"contain";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid5b46677d";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"65px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:4:"65px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:5:"100px";s:6:"bottom";s:0:"";s:4:"left";s:5:"100px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidf3bb17da";}s:7:"content";a:6:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Our Business";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"40px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"43px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidacd119b2";}i:1;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:18:"Recycled Plastics.";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid666a8007";}i:2;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:10:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2596804c";}i:3;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:26:"Plastic Sheets/Foils/Films";s:8:"ibx_desc";s:55:"We accept materials with and without caps and labels...";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd6c0e8e5";}i:4;a:5:{s:6:"object";s:16:"TH_SpacerElement";s:7:"options";a:10:{s:13:"spacer_height";a:8:{s:2:"lg";s:2:"35";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:14:"spacer_hide_lg";s:14:"zn_dummy_value";s:14:"spacer_hide_md";s:14:"zn_dummy_value";s:14:"spacer_hide_sm";s:14:"zn_dummy_value";s:14:"spacer_hide_xs";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid9d57913b";}i:5;a:5:{s:6:"object";s:10:"TH_IconBox";s:7:"options";a:37:{s:13:"ibx_link_type";s:9:"icontitle";s:8:"ibx_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:8:"ibx_type";s:4:"icon";s:9:"ibx_image";s:0:"";s:8:"ibx_icon";a:2:{s:6:"family";s:27:"glyphicons_halflingsregular";s:7:"unicode";s:5:"ue103";}s:8:"playsize";s:2:"md";s:9:"ibx_title";s:9:"Packaging";s:8:"ibx_desc";s:105:"We transport the waste plastics/ Bottles to our recycling factory and convert in to primary raw material.";s:13:"ibx_alignment";s:4:"left";s:11:"ibx_floated";s:5:"fleft";s:21:"floated_side_distance";s:2:"20";s:14:"ibx_icon_color";s:7:"#ffffff";s:20:"ibx_icon_color_hover";s:7:"#ffffff";s:9:"ibx_shape";s:9:"sh-circle";s:15:"ibx_shape_color";s:7:"#22aa86";s:21:"ibx_shape_color_hover";s:7:"#00aa7d";s:12:"force_square";s:12:"force-square";s:15:"ibx_color_theme";s:0:"";s:11:"ibx_opacity";s:3:"100";s:8:"ibx_size";s:2:"25";s:12:"ibx_imgwidth";s:3:"100";s:18:"ibx_shaped_padding";s:2:"36";s:18:"floating_animation";s:2:"no";s:10:"title_typo";a:8:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"28px";s:11:"font-weight";s:3:"400";s:5:"color";s:7:"#121232";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:9:"uppercase";}s:14:"ibx_titleorder";s:14:"zn_dummy_value";s:19:"ibx_floated_topmarg";s:1:"0";s:9:"desc_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:3:"400";s:5:"color";s:0:"";s:10:"font-style";s:6:"normal";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:17:"ibstg_point_stage";s:0:"";s:11:"ibstg_point";s:0:"";s:18:"point_measure_unit";s:5:"pixel";s:17:"ibstg_point_title";s:0:"";s:14:"ibstg_point_nr";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid82279e19";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3bb17da";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:0:"";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:2:"50";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"35px";s:5:"right";s:0:"";s:6:"bottom";s:3:"1px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide6db4005";}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:11:"TH_ImageBox";s:7:"options";a:34:{s:15:"image_box_image";s:62:"http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg";s:16:"image_box_imgfit";s:13:"cover-fit-img";s:16:"image_box_height";s:3:"510";s:19:"image_box_link_text";s:0:"";s:14:"image_box_link";a:3:{s:3:"url";s:0:"";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:15:"image_box_title";s:0:"";s:14:"image_box_text";s:0:"";s:15:"image_box_style";s:6:"simple";s:9:"alignment";s:6:"center";s:21:"image_box_title_style";s:18:"title_style_center";s:10:"title_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:9:"desc_typo";a:8:{s:11:"font-family";s:0:"";s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:11:"font-weight";s:0:"";s:5:"color";s:0:"";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";}s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"img_sizes";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid1e033b48";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluide6db4005";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5b46677d";}i:5;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:59:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:5:"100px";s:5:"right";s:0:"";s:6:"bottom";s:5:"100px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"0";s:20:"source_overlay_color";s:7:"#353535";s:22:"source_overlay_opacity";s:2:"30";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:16:"hm_header_bmasks";s:4:"none";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:11:"gutter_size";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:9:"custom_id";s:13:"eluidab74adca";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:8:"THE TEAM";s:11:"te_subtitle";s:11:"Our Lawyers";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"30px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid3909856b";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf28eb505";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:15:"ZnSmartCarousel";s:7:"options";a:27:{s:11:"single_item";a:2:{i:0;a:1:{s:9:"smc_title";s:6:"Page 1";}i:1;a:1:{s:9:"smc_title";s:6:"Page 2";}}s:14:"smc_transition";s:5:"slide";s:12:"smc_autoplay";s:14:"zn_dummy_value";s:9:"smc_speed";s:1:"6";s:7:"smc_nav";s:3:"yes";s:13:"smc_nav_style";s:7:"default";s:16:"smc_nav_position";s:6:"middle";s:11:"smc_bullets";s:2:"no";s:20:"smc_bullets_position";s:13:"bottom-center";s:15:"smc_swipe_touch";s:1:"1";s:15:"smc_swipe_mouse";s:1:"1";s:13:"smc_preloaded";s:1:"1";s:14:"smc_continuous";s:14:"zn_dummy_value";s:20:"smc_continuous_speed";s:4:"4000";s:11:"gutter_size";s:0:"";s:19:"spacing_breakpoints";s:2:"lg";s:9:"margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:9:"margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_lg";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:0:"";s:6:"bottom";s:4:"15px";s:4:"left";s:0:"";}s:10:"padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:10:"padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:14:"element_scheme";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:3:{i:0;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid995ecf82";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid6887deb1";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Elton Fowler";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid593cb316";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid71435b17";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid7bacdf27";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5f8bab43";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidb3f57f86";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid4914506c";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid9017cfae";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Jessica Linden";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidf626b346";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid7ee2607b";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluid112cedda";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidce21403f";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluidf3671773";}}i:1;a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8b11d254";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid2adfd294";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:14:"Anne Rodriguez";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidb446f62f";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidc7a23733";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidfeba6128";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd88d58d5";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid40299aea";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"ZnCustomContainer";s:7:"options";a:28:{s:6:"layout";s:7:"default";s:12:"abox_bgcolor";s:0:"";s:14:"normal_bgcolor";s:7:"#b1a276";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"gutter_size";s:8:"gutter-0";s:8:"pad_type";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:17:"TH_MediaContainer";s:7:"options";a:52:{s:12:"mc_link_type";s:0:"";s:13:"mc_link_style";s:5:"lined";s:11:"mc_btn_text";s:0:"";s:12:"mc_btn_color";s:0:"";s:18:"mc_btn_color_hover";s:0:"";s:20:"mc_borderanim2_width";s:3:"400";s:14:"mc_link_target";s:4:"self";s:11:"mc_btn_link";s:0:"";s:15:"mc_btn_modalimg";s:0:"";s:12:"mc_pb_vertal";s:3:"top";s:9:"mc_height";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:79:"http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:15:"enable_parallax";s:14:"zn_dummy_value";s:14:"source_overlay";s:1:"0";s:23:"source_overlay_color_v2";s:19:"rgba(53,53,53,0.65)";s:32:"source_overlay_color_gradient_v2";s:19:"rgba(53,53,53,0.65)";s:25:"source_overlay_custom_css";s:0:"";s:23:"overlay_hover_animation";s:4:"none";s:21:"overlay_hover_opacity";s:1:"0";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid56ea8f93";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid06794358";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:34:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:0:"";s:11:"size_xsmall";s:0:"";s:13:"custom_height";a:8:{s:2:"lg";s:3:"340";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:2:"75";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:6:"center";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:38:{s:12:"te_alignment";s:4:"left";s:8:"te_title";s:12:"Malena Moore";s:11:"te_subtitle";s:118:"Quickly incentivize low-risk high-yield platforms with ubiquitous human capital. Credibly envisioneer next-generation.";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:4:"10px";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"20px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:2:"15";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"3";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"32px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:1:"p";s:13:"subtitle_typo";a:9:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:4:"24px";s:11:"font-weight";s:0:"";s:5:"color";s:22:"rgba(255,255,255,0.75)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:21:"obj_parallax_distance";s:3:"100";s:18:"obj_parallax_speed";s:3:"800";s:19:"obj_parallax_easing";s:14:"Power1.easeOut";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid676d3914";}i:1;a:5:{s:6:"object";s:10:"TH_Buttons";s:7:"options";a:6:{s:12:"el_alignment";s:4:"left";s:10:"single_btn";a:1:{i:0;a:24:{s:11:"button_text";s:12:"VIEW PROFILE";s:11:"button_link";a:3:{s:3:"url";s:1:"#";s:6:"target";s:5:"_self";s:5:"title";s:0:"";}s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:16:"btn_custom_color";s:16:"rgba(0,0,0,0.15)";s:20:"cta_custom_color_hov";s:18:"rgba(10,10,10,0.3)";s:11:"button_size";s:6:"btn-md";s:14:"button_corners";s:11:"btn--square";s:12:"button_width";s:0:"";s:11:"button_typo";a:8:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"11px";s:11:"line-height";s:4:"22px";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";s:14:"text-transform";s:0:"";}s:12:"button_block";s:14:"zn_dummy_value";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:18:"button_icon_enable";s:14:"zn_dummy_value";s:15:"button_icon_pos";s:6:"before";s:11:"button_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:16:"button_icon_size";s:2:"14";s:20:"button_icon_distance";s:1:"0";}}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid2c2b58f6";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluidda2dec44";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid05b92f34";}}s:5:"width";s:8:"col-md-6";s:3:"uid";s:13:"eluid478c8cd3";}}s:12:"has_multiple";s:1:"1";}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid8f084ced";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid88965862";}}s:5:"width";s:0:"";s:8:"isHidden";s:1:"1";s:3:"uid";s:13:"eluidab74adca";}i:6;a:5:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:9:"container";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"80px";s:5:"right";s:0:"";s:6:"bottom";s:4:"80px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:0:"";s:11:"source_type";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"1";s:20:"source_overlay_color";s:7:"#ffffff";s:22:"source_overlay_opacity";s:2:"90";s:29:"source_overlay_color_gradient";s:7:"#353535";s:34:"source_overlay_color_gradient_opac";s:2:"30";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:0:"";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:14:"zn_dummy_value";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid713a6378";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:13:"News & Events";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:7:"#b1a276";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:0:"";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:0:"";s:5:"color";s:7:"#121232";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h4";s:9:"te_symbol";s:4:"line";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:14:"after-subtitle";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluid8196b7c5";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluidf8b89355";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:0:{}s:7:"content";a:1:{i:0;a:5:{s:6:"object";s:22:"TH_LatestPostsCarousel";s:7:"options";a:8:{s:9:"lpc_title";s:1:" ";s:14:"lpc_categories";a:1:{i:0;s:3:"502";}s:13:"lpc_num_posts";s:2:"10";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluidd07fe31d";}}s:5:"width";s:9:"col-md-12";s:3:"uid";s:13:"eluid54d9c2a8";}}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid713a6378";}i:7;a:6:{s:6:"object";s:9:"ZnSection";s:7:"options";a:66:{s:4:"size";s:10:"full_width";s:12:"custom_width";s:4:"1170";s:20:"custom_width_percent";s:3:"100";s:10:"sec_height";s:4:"auto";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:3:"100";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:6:"valign";s:3:"top";s:11:"gutter_size";s:8:"gutter-0";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:1:"0";}s:12:"cc_margin_md";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_sm";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:12:"cc_margin_xs";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:16:"background_color";s:7:"#121232";s:11:"source_type";s:5:"image";s:16:"background_image";a:5:{s:5:"image";s:75:"http://localhost:8082/shazil/wp-content/uploads/2020/05/cool-background.jpg";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:12:"source_vd_yt";s:0:"";s:12:"source_vd_vm";s:0:"";s:15:"enable_parallax";s:2:"no";s:9:"skewed_bg";s:2:"no";s:22:"source_vd_embed_iframe";s:0:"";s:18:"source_vd_self_mp4";s:0:"";s:18:"source_vd_self_ogg";s:0:"";s:19:"source_vd_self_webm";s:0:"";s:12:"source_vd_vp";s:0:"";s:11:"mobile_play";s:2:"no";s:18:"source_vd_autoplay";s:3:"yes";s:14:"source_vd_loop";s:3:"yes";s:15:"source_vd_muted";s:3:"yes";s:18:"source_vd_controls";s:3:"yes";s:22:"source_vd_controls_pos";s:12:"bottom-right";s:14:"source_overlay";s:1:"3";s:20:"source_overlay_color";s:7:"#007f6a";s:22:"source_overlay_opacity";s:2:"75";s:29:"source_overlay_color_gradient";s:7:"#21a57d";s:34:"source_overlay_color_gradient_opac";s:2:"70";s:25:"source_overlay_custom_css";s:0:"";s:20:"source_overlay_gloss";s:14:"zn_dummy_value";s:14:"section_scheme";s:5:"light";s:16:"section_topmasks";s:4:"none";s:11:"topmasks_bg";s:0:"";s:17:"top_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:18:"top_mask_bg_height";s:3:"100";s:16:"hm_header_bmasks";s:4:"none";s:20:"bottom_mask_bg_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:21:"bottom_mask_bg_height";s:3:"100";s:19:"hm_header_bmasks_bg";s:0:"";s:16:"enable_ov_hidden";s:14:"zn_dummy_value";s:15:"dsb_sidemargins";s:3:"yes";s:16:"image_box_shadow";s:0:"";s:22:"image_box_shadow_hover";s:0:"";s:6:"zIndex";s:0:"";s:18:"enable_inlinemodal";s:14:"zn_dummy_value";s:11:"window_size";s:4:"1200";s:16:"window_autopopup";s:0:"";s:15:"autopopup_delay";s:1:"5";s:16:"autopopup_cookie";s:2:"no";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluidd34af80a";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:9:{s:11:"breakpoints";s:1:"1";s:2:"lg";s:2:"85";s:7:"unit_lg";s:1:"%";s:2:"md";s:3:"100";s:7:"unit_md";s:1:"%";s:2:"sm";s:3:"100";s:7:"unit_sm";s:1:"%";s:2:"xs";s:3:"100";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:6:"center";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:4:"50px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"40px";}s:13:"cc_padding_md";a:4:{s:3:"top";s:5:"160px";s:5:"right";s:4:"60px";s:6:"bottom";s:5:"100px";s:4:"left";s:4:"60px";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"60px";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"40px";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluide765c891";}s:7:"content";a:2:{i:0;a:5:{s:6:"object";s:15:"TH_TitleElement";s:7:"options";a:43:{s:12:"te_alignment";s:6:"center";s:8:"te_title";s:0:"";s:11:"te_subtitle";s:12:"Get In Touch";s:14:"te_color_theme";s:0:"";s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:4:"10px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"title_bmargin";a:8:{s:2:"lg";s:1:"5";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:17:"parent_hover_anim";s:0:"";s:15:"parent_hover_id";s:0:"";s:13:"te_tt_heading";s:1:"5";s:19:"cc_font_breakpoints";s:2:"lg";s:10:"title_typo";a:10:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"13px";s:11:"line-height";s:0:"";s:11:"font-weight";s:3:"700";s:5:"color";s:22:"rgba(255,255,255,0.35)";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"1px";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";s:15:"text-decoration";s:0:"";}s:13:"title_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"title_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:13:"subtitle_typo";a:9:{s:11:"font-family";s:12:"Crimson Text";s:9:"font-size";s:4:"42px";s:11:"line-height";s:4:"48px";s:11:"font-weight";s:3:"600";s:5:"color";s:7:"#ffffff";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:0:"";s:14:"text-transform";s:0:"";s:11:"text-shadow";s:0:"";}s:16:"subtitle_typo_md";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_sm";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:16:"subtitle_typo_xs";a:3:{s:9:"font-size";s:0:"";s:11:"line-height";s:0:"";s:14:"letter-spacing";s:0:"";}s:10:"te_stt_tag";s:2:"h2";s:9:"te_symbol";s:0:"";s:15:"te_symbol_color";s:7:"default";s:22:"te_symbol_custom_color";s:7:"#cd2122";s:14:"te_symbol_icon";a:2:{s:6:"family";s:0:"";s:7:"unicode";s:0:"";}s:9:"icon_size";s:2:"28";s:13:"te_symbol_pos";s:11:"after-title";s:7:"te_text";s:0:"";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:3:"uid";s:13:"eluid5277242c";}i:1;a:6:{s:6:"object";s:13:"ZnContactForm";s:7:"options";a:31:{s:5:"email";s:22:"kainat@a2zcreatorz.com";s:7:"cf_from";s:7:"noreply";s:16:"cf_force_dynamic";s:14:"zn_dummy_value";s:16:"cf_custom_sender";s:0:"";s:12:"redirect_url";s:0:"";s:12:"submit_label";s:12:"Send message";s:13:"email_subject";s:19:"New form submission";s:12:"sent_message";s:27:"Thank you for contacting us";s:7:"captcha";s:1:"0";s:12:"send_me_copy";s:2:"no";s:19:"mailchimp_subscribe";s:2:"no";s:17:"mailchimp_list_id";s:0:"";s:12:"cf_labels_pl";s:1:"1";s:11:"description";s:0:"";s:8:"cf_debug";s:14:"zn_dummy_value";s:6:"fields";a:5:{i:0;a:15:{s:4:"name";s:4:"Name";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:4:"Name";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:1;a:15:{s:4:"name";s:7:"Contact";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Contact";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:8:"col-sm-6";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:2;a:15:{s:4:"name";s:5:"Email";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:5:"Email";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:8:"is_email";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:3;a:15:{s:4:"name";s:7:"Subject";s:4:"type";s:4:"text";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Subject";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}i:4;a:15:{s:4:"name";s:7:"Message";s:4:"type";s:8:"textarea";s:13:"select_option";s:0:"";s:18:"select_placeholder";s:0:"";s:15:"select_multiple";s:2:"no";s:12:"radio_inline";s:2:"no";s:11:"placeholder";s:7:"Message";s:15:"datepicker_lang";s:0:"";s:11:"date_format";s:8:"yy-mm-dd";s:11:"time_picker";s:14:"zn_dummy_value";s:13:"tpicker_label";s:9:"PICK TIME";s:5:"width";s:9:"col-sm-12";s:10:"validation";s:9:"not_empty";s:11:"is_required";s:3:"yes";s:18:"is_dynamic_subject";s:2:"no";}}s:14:"element_scheme";s:0:"";s:14:"cf_form_styles";s:5:"fancy";s:13:"input_corners";s:0:"";s:12:"inputs_style";s:0:"";s:12:"button_style";s:30:"btn-fullcolor btn-custom-color";s:22:"cf_btn_custom_bg_color";s:7:"#026b33";s:14:"button_corners";s:12:"btn--rounded";s:12:"button_width";s:9:"btn-third";s:11:"button_size";s:0:"";s:13:"btn_alignment";s:4:"left";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluidef3eab24";}}s:5:"width";s:8:"col-md-7";s:3:"uid";s:13:"eluide765c891";}i:1;a:5:{s:6:"object";s:8:"ZnColumn";s:7:"options";a:47:{s:14:"cc_breakpoints";s:2:"lg";s:16:"column_offset_lg";s:0:"";s:16:"column_offset_md";s:0:"";s:13:"column_offset";s:0:"";s:16:"column_offset_xs";s:0:"";s:10:"size_large";s:0:"";s:10:"size_small";s:9:"col-sm-12";s:11:"size_xsmall";s:9:"col-xs-12";s:14:"column_push_lg";s:0:"";s:14:"column_push_md";s:0:"";s:11:"column_push";s:0:"";s:14:"column_pull_lg";s:0:"";s:14:"column_pull_md";s:0:"";s:11:"column_pull";s:0:"";s:13:"custom_height";a:9:{s:10:"properties";s:10:"min-height";s:2:"lg";s:0:"";s:7:"unit_lg";s:2:"px";s:2:"md";s:0:"";s:7:"unit_md";s:2:"px";s:2:"sm";s:0:"";s:7:"unit_sm";s:2:"px";s:2:"xs";s:0:"";s:7:"unit_xs";s:2:"px";}s:12:"custom_width";a:8:{s:2:"lg";s:3:"100";s:7:"unit_lg";s:1:"%";s:2:"md";s:0:"";s:7:"unit_md";s:1:"%";s:2:"sm";s:0:"";s:7:"unit_sm";s:1:"%";s:2:"xs";s:0:"";s:7:"unit_xs";s:1:"%";}s:6:"valign";s:3:"top";s:6:"halign";s:4:"left";s:16:"background_color";s:0:"";s:16:"background_image";a:5:{s:5:"image";s:0:"";s:6:"repeat";s:9:"no-repeat";s:10:"attachment";s:6:"scroll";s:8:"position";a:2:{s:1:"x";s:6:"center";s:1:"y";s:6:"center";}s:4:"size";s:5:"cover";}s:22:"cc_spacing_breakpoints";s:2:"lg";s:12:"cc_margin_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:4:"-9px";s:4:"left";s:0:"";}s:12:"cc_margin_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"cc_margin_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_lg";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:3:"0px";s:4:"left";s:0:"";}s:13:"cc_padding_md";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_sm";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:13:"cc_padding_xs";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"border_style";s:4:"none";s:12:"border_width";s:1:"0";s:12:"border_color";s:0:"";s:13:"corner_radius";s:1:"0";s:6:"zindex";s:1:"0";s:19:"obj_parallax_enable";s:14:"zn_dummy_value";s:24:"obj_parallax_distance_v2";s:1:"1";s:22:"obj_parallax_easing_v2";s:6:"linear";s:20:"obj_parallax_reverse";s:14:"zn_dummy_value";s:10:"sticky_col";s:14:"zn_dummy_value";s:19:"sticky_col_distance";s:3:"100";s:17:"sticky_col_offset";s:1:"0";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";s:9:"custom_id";s:13:"eluid8d1a5631";}s:7:"content";a:1:{i:0;a:6:{s:6:"object";s:13:"TH_CustomHTML";s:7:"options";a:6:{s:11:"custom_html";s:416:"<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3616.1850450505053!2d67.21146631448023!3d24.99382744605585!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3eb3486a62f37c69%3A0xfd0dd2c1e2b4fb24!2sShazil%20Pakistan%20(Pvt)%20Ltd!5e0!3m2!1sen!2s!4v1589951796031!5m2!1sen!2s" width="100%" height="620" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>";s:18:"znpb_hide_visitors";s:3:"all";s:9:"css_class";s:0:"";s:19:"appear_animation_v2";s:4:"none";s:15:"appear_duration";s:4:"1000";s:12:"appear_delay";s:3:"700";}s:7:"content";a:0:{}s:5:"width";s:0:"";s:8:"isHidden";a:0:{}s:3:"uid";s:13:"eluid88bba6c7";}}s:5:"width";s:8:"col-md-5";s:3:"uid";s:13:"eluid8d1a5631";}}s:5:"width";s:0:"";s:8:"isHidden";s:0:"";s:3:"uid";s:13:"eluidd34af80a";}}');

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

--
-- Table structure for table `szak_posts`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `szak_posts`
--

INSERT INTO `szak_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
(1, 1, '2020-05-19 06:52:48', '2020-05-19 06:52:48', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-05-19 06:52:48', '2020-05-19 06:52:48', '', 0, 'http://localhost:8082/shazil/?p=1', 0, 'post', '', 1),
(2, 1, '2020-05-19 06:52:48', '2020-05-19 06:52:48', '<!-- wp:paragraph -->\n<p>This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class="wp-block-quote"><p>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin'' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class="wp-block-quote"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href="http://localhost:8082/shazil/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-05-19 06:52:48', '2020-05-19 06:52:48', '', 0, 'http://localhost:8082/shazil/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-05-19 06:52:48', '2020-05-19 06:52:48', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://localhost:8082/shazil.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-05-19 06:52:48', '2020-05-19 06:52:48', '', 0, 'http://localhost:8082/shazil/?page_id=3', 0, 'page', '', 0),
(4, 1, '2020-05-19 06:53:29', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-05-19 06:53:29', '0000-00-00 00:00:00', '', 0, 'http://localhost:8082/shazil/?p=4', 0, 'post', '', 0),
(88, 1, '2020-05-19 07:23:53', '2020-05-19 07:23:53', '', 'kallyas_placeholder.png', '', 'inherit', 'closed', 'closed', '', 'kallyas-placeholder-png', '', '', '2020-05-19 07:23:53', '2020-05-19 07:23:53', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2016/12/kallyas_placeholder.png', 0, 'attachment', 'image/png', 0),
(150, 1, '2020-05-19 07:24:01', '2020-05-19 07:24:01', '', 'icomoon.zip', '', 'inherit', 'closed', 'closed', '', 'icomoon-zip', '', '', '2020-05-19 07:24:01', '2020-05-19 07:24:01', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2016/11/icomoon.zip', 0, 'attachment', '', 0),
(249, 1, '2020-05-19 07:24:02', '2020-05-19 07:24:02', '', 'signature.png', '', 'inherit', 'closed', 'closed', '', 'signature-png', '', '', '2020-05-19 07:24:02', '2020-05-19 07:24:02', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2016/11/signature.png', 0, 'attachment', 'image/png', 0),
(268, 1, '2020-05-19 07:24:04', '2020-05-19 07:24:04', '', 'logo_light.png', '', 'inherit', 'closed', 'closed', '', 'logo-light-png', '', '', '2020-05-19 07:24:04', '2020-05-19 07:24:04', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2016/11/logo_light.png', 0, 'attachment', 'image/png', 0),
(319, 1, '2020-05-19 07:24:04', '2020-05-19 07:24:04', '', '29.jpg', '', 'inherit', 'closed', 'closed', '', '29-jpg', '', '', '2020-05-19 07:24:04', '2020-05-19 07:24:04', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2016/11/29.jpg', 0, 'attachment', 'image/jpeg', 0),
(320, 1, '2020-05-19 07:24:05', '2020-05-19 07:24:05', '', '85.jpg', '', 'inherit', 'closed', 'closed', '', '85-jpg', '', '', '2020-05-19 07:24:05', '2020-05-19 07:24:05', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2016/11/85.jpg', 0, 'attachment', 'image/jpeg', 0),
(321, 1, '2020-05-19 07:24:06', '2020-05-19 07:24:06', '', '93.jpg', '', 'inherit', 'closed', 'closed', '', '93-jpg', '', '', '2020-05-19 07:24:06', '2020-05-19 07:24:06', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2016/11/93.jpg', 0, 'attachment', 'image/jpeg', 0),
(322, 1, '2016-11-29 11:28:38', '2016-11-29 11:28:38', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2016-11-29 11:28:38', '2016-11-29 11:28:38', '', 0, 'http://localhost:8082/shazil/?page_id=322', 0, 'page', '', 0),
(323, 1, '2016-11-29 11:28:20', '2016-11-29 11:28:20', '', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2016-11-29 11:28:20', '2016-11-29 11:28:20', '', 0, 'http://localhost:8082/shazil/?page_id=323', 0, 'page', '', 0),
(324, 1, '2016-11-29 11:28:06', '2016-11-29 11:28:06', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2016-11-29 11:28:06', '2016-11-29 11:28:06', '', 0, 'http://localhost:8082/shazil/?page_id=324', 0, 'page', '', 0),
(325, 1, '2016-11-28 14:41:14', '2016-11-28 14:41:14', '', 'Header Transparent', '', 'trash', 'closed', 'closed', '', 'header-transparent__trashed', '', '', '2020-05-19 09:46:17', '2020-05-19 09:46:17', '', 0, 'http://localhost:8082/shazil/?zn_layout=header-transparent', 0, 'zn_layout', '', 0),
(326, 1, '2016-11-28 12:43:46', '2016-11-28 12:43:46', '', 'Anne Rodriguez', '', 'publish', 'closed', 'closed', '', 'anne-rodriguez', '', '', '2020-05-19 07:28:25', '2020-05-19 07:28:25', '', 340, 'http://localhost:8082/shazil/?page_id=326', 0, 'page', '', 0),
(327, 1, '2016-11-28 12:43:28', '2016-11-28 12:43:28', '', 'Jessica Linden', '', 'publish', 'closed', 'closed', '', 'jessica-linden', '', '', '2020-05-19 07:28:25', '2020-05-19 07:28:25', '', 340, 'http://localhost:8082/shazil/?page_id=327', 0, 'page', '', 0),
(328, 1, '2016-11-28 12:43:09', '2016-11-28 12:43:09', '', 'Elton Fowler', '', 'publish', 'closed', 'closed', '', 'elton-fowler', '', '', '2020-05-19 07:28:26', '2020-05-19 07:28:26', '', 340, 'http://localhost:8082/shazil/?page_id=328', 0, 'page', '', 0),
(329, 1, '2016-11-28 12:41:19', '2016-11-28 12:41:19', '', 'Trusts & Estates', '', 'publish', 'closed', 'closed', '', 'trusts-estates', '', '', '2020-05-19 07:28:26', '2020-05-19 07:28:26', '', 336, 'http://localhost:8082/shazil/?page_id=329', 0, 'page', '', 0),
(330, 1, '2016-11-28 12:40:58', '2016-11-28 12:40:58', '', 'Employment & Workers Compensation', '', 'publish', 'closed', 'closed', '', 'employment-workers-compensation', '', '', '2020-05-19 07:28:27', '2020-05-19 07:28:27', '', 336, 'http://localhost:8082/shazil/?page_id=330', 0, 'page', '', 0),
(331, 1, '2016-11-28 12:40:31', '2016-11-28 12:40:31', '', 'Healthcare Law', '', 'publish', 'closed', 'closed', '', 'healthcare-law', '', '', '2020-05-19 07:28:27', '2020-05-19 07:28:27', '', 336, 'http://localhost:8082/shazil/?page_id=331', 0, 'page', '', 0),
(332, 1, '2016-11-28 12:40:16', '2016-11-28 12:40:16', '', 'Real Estate', '', 'publish', 'closed', 'closed', '', 'real-estate', '', '', '2020-05-19 07:28:28', '2020-05-19 07:28:28', '', 336, 'http://localhost:8082/shazil/?page_id=332', 0, 'page', '', 0),
(333, 1, '2016-11-28 12:40:03', '2016-11-28 12:40:03', '', 'Professional Malpractice', '', 'publish', 'closed', 'closed', '', 'professional-malpractice', '', '', '2020-05-19 07:28:28', '2020-05-19 07:28:28', '', 336, 'http://localhost:8082/shazil/?page_id=333', 0, 'page', '', 0),
(334, 1, '2016-11-28 12:39:46', '2016-11-28 12:39:46', '', 'Business & Transactions', '', 'publish', 'closed', 'closed', '', 'business-transactions', '', '', '2020-05-19 07:28:29', '2020-05-19 07:28:29', '', 336, 'http://localhost:8082/shazil/?page_id=334', 0, 'page', '', 0),
(335, 1, '2016-11-28 12:39:29', '2016-11-28 12:39:29', '', 'Litigation', '', 'publish', 'closed', 'closed', '', 'litigation', '', '', '2020-05-19 07:28:29', '2020-05-19 07:28:29', '', 336, 'http://localhost:8082/shazil/?page_id=335', 0, 'page', '', 0),
(336, 1, '2016-11-28 12:38:56', '2016-11-28 12:38:56', '', 'Practice Areas', '', 'publish', 'closed', 'closed', '', 'practice-area', '', '', '2016-11-28 12:38:56', '2016-11-28 12:38:56', '', 0, 'http://localhost:8082/shazil/?page_id=336', 0, 'page', '', 0),
(337, 1, '2016-11-28 12:37:18', '2016-11-28 12:37:18', '', 'Administrative Law', '', 'publish', 'closed', 'closed', '', 'administrative-law', '', '', '2016-11-28 12:37:18', '2016-11-28 12:37:18', '', 336, 'http://localhost:8082/shazil/?page_id=337', 0, 'page', '', 0),
(338, 1, '2016-11-28 11:57:26', '2016-11-28 11:57:26', '', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2016-11-28 11:57:26', '2016-11-28 11:57:26', '', 0, 'http://localhost:8082/shazil/?znpb_template_mngr=footer', 0, 'znpb_template_mngr', '', 0),
(339, 1, '2016-11-24 13:19:28', '2016-11-24 13:19:28', '', 'Malena Moore', '', 'publish', 'closed', 'closed', '', 'malena-moore', '', '', '2020-05-19 07:28:30', '2020-05-19 07:28:30', '', 340, 'http://localhost:8082/shazil/?page_id=339', 0, 'page', '', 0),
(340, 1, '2016-11-24 13:19:14', '2016-11-24 13:19:14', '', 'Lawyers', '', 'publish', 'closed', 'closed', '', 'lawyer', '', '', '2016-11-24 13:19:14', '2016-11-24 13:19:14', '', 0, 'http://localhost:8082/shazil/?page_id=340', 0, 'page', '', 0),
(341, 1, '2016-11-22 15:56:39', '2016-11-22 15:56:39', '', 'Home', '', 'publish', 'closed', 'open', '', 'home', '', '', '2016-11-22 15:56:39', '2016-11-22 15:56:39', '', 0, 'http://localhost:8082/shazil/?page_id=341', 0, 'page', '', 0),
(342, 1, '2016-11-22 15:56:39', '2016-11-22 15:56:39', 'How all this mistaken idea denouncing pleasure &amp; praising pain was born and will give you a complete…', 'Concepts of Safe Recycling', '', 'publish', 'open', 'open', '', 'concepts-of-safe-recycling', '', '', '2020-05-20 05:11:56', '2020-05-20 05:11:56', '', 0, 'http://localhost:8082/shazil/?p=342', 0, 'post', '', 0),
(343, 1, '2016-10-28 14:21:20', '2016-10-28 14:21:20', 'Know how to pursue pleasure rationally encounter consequences that extremely painful rationally encounter…', 'Ideas for Save Energy', '', 'publish', 'open', 'open', '', 'ideas-for-save-energy', '', '', '2020-05-20 04:56:11', '2020-05-20 04:56:11', '', 0, 'http://localhost:8082/shazil/?p=343', 0, 'post', '', 0),
(344, 1, '2016-09-28 14:19:35', '2016-09-28 14:19:35', 'Continually engage progressive e-business through ethical resources. Authoritatively syndicate empowered convergence through web-enabled services. Objectively administrate B2B action items without pandemic portals. Assertively provide access to frictionless collaboration and idea-sharing with emerging process improvements. Progressively plagiarize principle-centered collaboration and idea-sharing before resource maximizing e-business.\r\n\r\nConveniently develop open-source portals with functional imperatives. Efficiently coordinate 24/7 growth strategies after cost effective architectures. Distinctively disseminate frictionless architectures for standardized services. Quickly coordinate wireless intellectual capital for cross-platform systems. Efficiently formulate market positioning imperatives for synergistic e-markets.', 'Interactively generate granular experiences', '', 'trash', 'open', 'open', '', 'interactively-generate-granular-experiences__trashed', '', '', '2020-05-20 04:18:08', '2020-05-20 04:18:08', '', 0, 'http://localhost:8082/shazil/?p=344', 0, 'post', '', 0),
(345, 1, '2016-08-28 14:17:53', '2016-08-28 14:17:53', 'Uniquely monetize web-enabled web-readiness before open-source process improvements. Proactively disseminate cross-platform functionalities via out-of-the-box mindshare. Globally target real-time quality vectors via worldwide core competencies. Dynamically enhance seamless expertise and effective experiences. Objectively expedite high standards in networks and user friendly bandwidth.\r\n\r\nIntrinsicly build excellent infrastructures and frictionless models. Conveniently reconceptualize market positioning services before interoperable ROI. Synergistically productize progressive customer service vis-a-vis goal-oriented users. Professionally transition maintainable architectures and intuitive materials. Appropriately harness sticky benefits for client-centric methodologies.', 'Globally plagiarize robust niche markets', '', 'trash', 'open', 'open', '', 'globally-plagiarize-robust-niche-markets__trashed', '', '', '2020-05-20 04:18:10', '2020-05-20 04:18:10', '', 0, 'http://localhost:8082/shazil/?p=345', 0, 'post', '', 0),
(346, 1, '2016-11-28 13:26:54', '2016-11-28 13:26:54', ' ', '', '', 'publish', 'closed', 'closed', '', '248', '', '', '2020-05-19 11:33:05', '2020-05-19 11:33:05', '', 0, 'http://localhost:8082/shazil/?p=346', 1, 'nav_menu_item', '', 0),
(353, 1, '2016-11-28 12:42:46', '2016-11-28 12:42:46', '', 'About Us', '', 'publish', 'closed', 'closed', '', 'practice-areas', '', '', '2020-05-19 11:33:05', '2020-05-19 11:33:05', '', 0, 'http://localhost:8082/shazil/?p=353', 2, 'nav_menu_item', '', 0),
(364, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '301', '', '', '2020-05-19 07:27:25', '2020-05-19 07:27:25', '', 336, 'http://localhost:8082/shazil/?p=364', 1, 'nav_menu_item', '', 0),
(365, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '300', '', '', '2020-05-19 07:27:28', '2020-05-19 07:27:28', '', 198, 'http://localhost:8082/shazil/?p=365', 2, 'nav_menu_item', '', 0),
(366, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', '', 'Business &#038; Transactions', '', 'publish', 'closed', 'closed', '', '299', '', '', '2020-05-19 07:27:32', '2020-05-19 07:27:32', '', 198, 'http://localhost:8082/shazil/?p=366', 3, 'nav_menu_item', '', 0),
(367, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '298', '', '', '2020-05-19 07:27:36', '2020-05-19 07:27:36', '', 198, 'http://localhost:8082/shazil/?p=367', 4, 'nav_menu_item', '', 0),
(368, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '297', '', '', '2020-05-19 07:27:39', '2020-05-19 07:27:39', '', 198, 'http://localhost:8082/shazil/?p=368', 5, 'nav_menu_item', '', 0),
(369, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '296', '', '', '2020-05-19 07:27:42', '2020-05-19 07:27:42', '', 198, 'http://localhost:8082/shazil/?p=369', 6, 'nav_menu_item', '', 0),
(370, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', '', 'Employment &#038; Workers Compensation', '', 'publish', 'closed', 'closed', '', '295', '', '', '2020-05-19 07:27:45', '2020-05-19 07:27:45', '', 198, 'http://localhost:8082/shazil/?p=370', 7, 'nav_menu_item', '', 0),
(371, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', '', 'Trusts &#038; Estates', '', 'publish', 'closed', 'closed', '', '294', '', '', '2020-05-19 07:27:47', '2020-05-19 07:27:47', '', 198, 'http://localhost:8082/shazil/?p=371', 8, 'nav_menu_item', '', 0),
(372, 1, '2020-05-19 07:28:25', '2020-05-19 07:28:25', '', 'Anne Rodriguez', '', 'inherit', 'closed', 'closed', '', '326-revision-v1', '', '', '2020-05-19 07:28:25', '2020-05-19 07:28:25', '', 326, 'http://localhost:8082/shazil/2020/05/19/326-revision-v1/', 0, 'revision', '', 0),
(373, 1, '2020-05-19 07:28:25', '2020-05-19 07:28:25', '', 'Jessica Linden', '', 'inherit', 'closed', 'closed', '', '327-revision-v1', '', '', '2020-05-19 07:28:25', '2020-05-19 07:28:25', '', 327, 'http://localhost:8082/shazil/2020/05/19/327-revision-v1/', 0, 'revision', '', 0),
(374, 1, '2020-05-19 07:28:26', '2020-05-19 07:28:26', '', 'Elton Fowler', '', 'inherit', 'closed', 'closed', '', '328-revision-v1', '', '', '2020-05-19 07:28:26', '2020-05-19 07:28:26', '', 328, 'http://localhost:8082/shazil/2020/05/19/328-revision-v1/', 0, 'revision', '', 0),
(375, 1, '2020-05-19 07:28:26', '2020-05-19 07:28:26', '', 'Trusts & Estates', '', 'inherit', 'closed', 'closed', '', '329-revision-v1', '', '', '2020-05-19 07:28:26', '2020-05-19 07:28:26', '', 329, 'http://localhost:8082/shazil/2020/05/19/329-revision-v1/', 0, 'revision', '', 0),
(376, 1, '2020-05-19 07:28:27', '2020-05-19 07:28:27', '', 'Employment & Workers Compensation', '', 'inherit', 'closed', 'closed', '', '330-revision-v1', '', '', '2020-05-19 07:28:27', '2020-05-19 07:28:27', '', 330, 'http://localhost:8082/shazil/2020/05/19/330-revision-v1/', 0, 'revision', '', 0),
(377, 1, '2020-05-19 07:28:27', '2020-05-19 07:28:27', '', 'Healthcare Law', '', 'inherit', 'closed', 'closed', '', '331-revision-v1', '', '', '2020-05-19 07:28:27', '2020-05-19 07:28:27', '', 331, 'http://localhost:8082/shazil/2020/05/19/331-revision-v1/', 0, 'revision', '', 0),
(378, 1, '2020-05-19 07:28:28', '2020-05-19 07:28:28', '', 'Real Estate', '', 'inherit', 'closed', 'closed', '', '332-revision-v1', '', '', '2020-05-19 07:28:28', '2020-05-19 07:28:28', '', 332, 'http://localhost:8082/shazil/2020/05/19/332-revision-v1/', 0, 'revision', '', 0),
(379, 1, '2020-05-19 07:28:28', '2020-05-19 07:28:28', '', 'Professional Malpractice', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2020-05-19 07:28:28', '2020-05-19 07:28:28', '', 333, 'http://localhost:8082/shazil/2020/05/19/333-revision-v1/', 0, 'revision', '', 0),
(380, 1, '2020-05-19 07:28:29', '2020-05-19 07:28:29', '', 'Business & Transactions', '', 'inherit', 'closed', 'closed', '', '334-revision-v1', '', '', '2020-05-19 07:28:29', '2020-05-19 07:28:29', '', 334, 'http://localhost:8082/shazil/2020/05/19/334-revision-v1/', 0, 'revision', '', 0),
(381, 1, '2020-05-19 07:28:29', '2020-05-19 07:28:29', '', 'Litigation', '', 'inherit', 'closed', 'closed', '', '335-revision-v1', '', '', '2020-05-19 07:28:29', '2020-05-19 07:28:29', '', 335, 'http://localhost:8082/shazil/2020/05/19/335-revision-v1/', 0, 'revision', '', 0),
(382, 1, '2020-05-19 07:28:30', '2020-05-19 07:28:30', '', 'Malena Moore', '', 'inherit', 'closed', 'closed', '', '339-revision-v1', '', '', '2020-05-19 07:28:30', '2020-05-19 07:28:30', '', 339, 'http://localhost:8082/shazil/2020/05/19/339-revision-v1/', 0, 'revision', '', 0),
(383, 1, '2016-11-29 11:28:38', '2016-11-29 11:28:38', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog-2', '', '', '2016-11-29 11:28:38', '2016-11-29 11:28:38', '', 0, 'http://localhost:8082/shazil/blog-2/', 0, 'page', '', 0),
(384, 1, '2016-11-29 11:28:20', '2016-11-29 11:28:20', '', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us-2', '', '', '2016-11-29 11:28:20', '2016-11-29 11:28:20', '', 0, 'http://localhost:8082/shazil/about-us-2/', 0, 'page', '', 0),
(385, 1, '2016-11-29 11:28:06', '2016-11-29 11:28:06', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact-2', '', '', '2016-11-29 11:28:06', '2016-11-29 11:28:06', '', 0, 'http://localhost:8082/shazil/contact-2/', 0, 'page', '', 0),
(386, 1, '2016-11-28 14:41:14', '2016-11-28 14:41:14', '', 'Header Transparent', '', 'publish', 'closed', 'closed', '', 'header-transparent-2', '', '', '2020-05-19 09:53:25', '2020-05-19 09:53:25', '', 0, 'http://localhost:8082/shazil/layout_manager/header-transparent-2/', 0, 'zn_layout', '', 0),
(387, 1, '2016-11-28 12:43:46', '2016-11-28 12:43:46', '', 'Anne Rodriguez', '', 'publish', 'closed', 'closed', '', 'anne-rodriguez', '', '', '2020-05-19 07:32:49', '2020-05-19 07:32:49', '', 401, 'http://localhost:8082/shazil/anne-rodriguez/', 0, 'page', '', 0),
(388, 1, '2016-11-28 12:43:28', '2016-11-28 12:43:28', '', 'Jessica Linden', '', 'publish', 'closed', 'closed', '', 'jessica-linden', '', '', '2020-05-19 07:32:51', '2020-05-19 07:32:51', '', 401, 'http://localhost:8082/shazil/jessica-linden/', 0, 'page', '', 0),
(389, 1, '2016-11-28 12:43:09', '2016-11-28 12:43:09', '', 'Elton Fowler', '', 'publish', 'closed', 'closed', '', 'elton-fowler', '', '', '2020-05-19 07:32:52', '2020-05-19 07:32:52', '', 401, 'http://localhost:8082/shazil/elton-fowler/', 0, 'page', '', 0),
(390, 1, '2016-11-28 12:41:19', '2016-11-28 12:41:19', '', 'Trusts & Estates', '', 'publish', 'closed', 'closed', '', 'trusts-estates', '', '', '2020-05-19 07:32:52', '2020-05-19 07:32:52', '', 397, 'http://localhost:8082/shazil/trusts-estates/', 0, 'page', '', 0),
(391, 1, '2016-11-28 12:40:58', '2016-11-28 12:40:58', '', 'Employment & Workers Compensation', '', 'publish', 'closed', 'closed', '', 'employment-workers-compensation', '', '', '2020-05-19 07:32:53', '2020-05-19 07:32:53', '', 397, 'http://localhost:8082/shazil/employment-workers-compensation/', 0, 'page', '', 0),
(392, 1, '2016-11-28 12:40:31', '2016-11-28 12:40:31', '', 'Healthcare Law', '', 'publish', 'closed', 'closed', '', 'healthcare-law', '', '', '2020-05-19 07:32:54', '2020-05-19 07:32:54', '', 397, 'http://localhost:8082/shazil/healthcare-law/', 0, 'page', '', 0),
(393, 1, '2016-11-28 12:40:16', '2016-11-28 12:40:16', '', 'Real Estate', '', 'publish', 'closed', 'closed', '', 'real-estate', '', '', '2020-05-19 07:32:55', '2020-05-19 07:32:55', '', 397, 'http://localhost:8082/shazil/real-estate/', 0, 'page', '', 0),
(394, 1, '2016-11-28 12:40:03', '2016-11-28 12:40:03', '', 'Professional Malpractice', '', 'publish', 'closed', 'closed', '', 'professional-malpractice', '', '', '2020-05-19 07:32:55', '2020-05-19 07:32:55', '', 397, 'http://localhost:8082/shazil/professional-malpractice/', 0, 'page', '', 0),
(395, 1, '2016-11-28 12:39:46', '2016-11-28 12:39:46', '', 'Business & Transactions', '', 'publish', 'closed', 'closed', '', 'business-transactions', '', '', '2020-05-19 07:32:56', '2020-05-19 07:32:56', '', 397, 'http://localhost:8082/shazil/business-transactions/', 0, 'page', '', 0),
(396, 1, '2016-11-28 12:39:29', '2016-11-28 12:39:29', '', 'Litigation', '', 'publish', 'closed', 'closed', '', 'litigation', '', '', '2020-05-19 07:32:57', '2020-05-19 07:32:57', '', 397, 'http://localhost:8082/shazil/litigation/', 0, 'page', '', 0),
(397, 1, '2016-11-28 12:38:56', '2016-11-28 12:38:56', '', 'Practice Areas', '', 'publish', 'closed', 'closed', '', 'practice-area-2', '', '', '2016-11-28 12:38:56', '2016-11-28 12:38:56', '', 0, 'http://localhost:8082/shazil/practice-area-2/', 0, 'page', '', 0),
(398, 1, '2016-11-28 12:37:18', '2016-11-28 12:37:18', '', 'Administrative Law', '', 'publish', 'closed', 'closed', '', 'administrative-law', '', '', '2016-11-28 12:37:18', '2016-11-28 12:37:18', '', 397, 'http://localhost:8082/shazil/practice-area-2/administrative-law/', 0, 'page', '', 0),
(399, 1, '2016-11-28 11:57:26', '2016-11-28 11:57:26', '', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer-2', '', '', '2020-05-20 06:43:49', '2020-05-20 06:43:49', '', 0, 'http://localhost:8082/shazil/znpb_template_mngr/footer-2/', 0, 'znpb_template_mngr', '', 0),
(400, 1, '2016-11-24 13:19:28', '2016-11-24 13:19:28', '', 'Malena Moore', '', 'publish', 'closed', 'closed', '', 'malena-moore', '', '', '2020-05-19 07:32:57', '2020-05-19 07:32:57', '', 401, 'http://localhost:8082/shazil/malena-moore/', 0, 'page', '', 0),
(401, 1, '2016-11-24 13:19:14', '2016-11-24 13:19:14', '', 'Lawyers', '', 'publish', 'closed', 'closed', '', 'lawyer-2', '', '', '2016-11-24 13:19:14', '2016-11-24 13:19:14', '', 0, 'http://localhost:8082/shazil/lawyer-2/', 0, 'page', '', 0),
(402, 1, '2016-11-22 15:56:39', '2016-11-22 15:56:39', '', 'Home', '', 'publish', 'closed', 'open', '', 'home-2', '', '', '2020-05-20 06:39:06', '2020-05-20 06:39:06', '', 0, 'http://localhost:8082/shazil/home-2/', 0, 'page', '', 0),
(403, 1, '2016-11-22 15:56:39', '2016-11-22 15:56:39', 'The great explorer of the truth master builder of human happinessone rejects, dislikes, or avoids pleasure…', 'Educate People about Recycling of Plastics.', '', 'publish', 'open', 'open', '', 'educate-people-about-recycling-of-plastics', '', '', '2020-05-20 05:11:19', '2020-05-20 05:11:19', '', 0, 'http://localhost:8082/shazil/2016/11/22/completely-generate-technically-2/', 0, 'post', '', 0),
(404, 1, '2016-10-28 14:21:20', '2016-10-28 14:21:20', 'The Nature Conservancy''s Plant a Billion Trees campaign is a major forest restoration effort...', 'Credibly whiteboard viral content for efficient niches', '', 'trash', 'open', 'open', '', 'credibly-whiteboard-viral-content-for-efficient-niches-2__trashed', '', '', '2020-05-20 05:01:16', '2020-05-20 05:01:16', '', 0, 'http://localhost:8082/shazil/2016/10/28/credibly-whiteboard-viral-content-for-efficient-niches-2/', 0, 'post', '', 0),
(405, 1, '2016-09-28 14:19:35', '2016-09-28 14:19:35', 'Continually engage progressive e-business through ethical resources. Authoritatively syndicate empowered convergence through web-enabled services. Objectively administrate B2B action items without pandemic portals. Assertively provide access to frictionless collaboration and idea-sharing with emerging process improvements. Progressively plagiarize principle-centered collaboration and idea-sharing before resource maximizing e-business.\r\n\r\nConveniently develop open-source portals with functional imperatives. Efficiently coordinate 24/7 growth strategies after cost effective architectures. Distinctively disseminate frictionless architectures for standardized services. Quickly coordinate wireless intellectual capital for cross-platform systems. Efficiently formulate market positioning imperatives for synergistic e-markets.', 'Interactively generate granular experiences', '', 'trash', 'open', 'open', '', 'interactively-generate-granular-experiences-2__trashed', '', '', '2020-05-20 04:18:09', '2020-05-20 04:18:09', '', 0, 'http://localhost:8082/shazil/2016/09/28/interactively-generate-granular-experiences-2/', 0, 'post', '', 0),
(406, 1, '2016-08-28 14:17:53', '2016-08-28 14:17:53', 'Uniquely monetize web-enabled web-readiness before open-source process improvements. Proactively disseminate cross-platform functionalities via out-of-the-box mindshare. Globally target real-time quality vectors via worldwide core competencies. Dynamically enhance seamless expertise and effective experiences. Objectively expedite high standards in networks and user friendly bandwidth.\r\n\r\nIntrinsicly build excellent infrastructures and frictionless models. Conveniently reconceptualize market positioning services before interoperable ROI. Synergistically productize progressive customer service vis-a-vis goal-oriented users. Professionally transition maintainable architectures and intuitive materials. Appropriately harness sticky benefits for client-centric methodologies.', 'Globally plagiarize robust niche markets', '', 'trash', 'open', 'open', '', 'globally-plagiarize-robust-niche-markets-2__trashed', '', '', '2020-05-20 04:18:10', '2020-05-20 04:18:10', '', 0, 'http://localhost:8082/shazil/2016/08/28/globally-plagiarize-robust-niche-markets-2/', 0, 'post', '', 0),
(407, 1, '2016-11-28 13:26:54', '2016-11-28 13:26:54', ' ', '', '', 'publish', 'closed', 'closed', '', '248-2', '', '', '2020-05-19 07:30:50', '2020-05-19 07:30:50', '', 0, 'http://localhost:8082/shazil/2016/11/28/248-2/', 1, 'nav_menu_item', '', 0),
(408, 1, '2016-11-29 11:29:20', '2016-11-29 11:29:20', ' ', '', '', 'publish', 'closed', 'closed', '', '360-2', '', '', '2020-05-19 07:30:54', '2020-05-19 07:30:54', '', 0, 'http://localhost:8082/shazil/2016/11/29/360-2/', 1, 'nav_menu_item', '', 0),
(409, 1, '2016-11-23 13:52:07', '2016-11-23 13:52:07', '', 'Lawyers', '', 'publish', 'closed', 'closed', '', 'lawyers-2', '', '', '2020-05-19 07:30:56', '2020-05-19 07:30:56', '', 0, 'http://localhost:8082/shazil/2016/11/23/lawyers-2/', 1, 'nav_menu_item', '', 0),
(410, 1, '2016-11-28 12:45:31', '2016-11-28 12:45:31', ' ', '', '', 'publish', 'closed', 'closed', '', '241-2', '', '', '2020-05-19 07:30:59', '2020-05-19 07:30:59', '', 91, 'http://localhost:8082/shazil/2016/11/28/241-2/', 1, 'nav_menu_item', '', 0),
(411, 1, '2016-11-28 12:45:31', '2016-11-28 12:45:31', ' ', '', '', 'publish', 'closed', 'closed', '', '240-2', '', '', '2020-05-19 07:31:02', '2020-05-19 07:31:02', '', 91, 'http://localhost:8082/shazil/2016/11/28/240-2/', 1, 'nav_menu_item', '', 0),
(412, 1, '2016-11-28 12:45:31', '2016-11-28 12:45:31', ' ', '', '', 'publish', 'closed', 'closed', '', '239-2', '', '', '2020-05-19 07:31:05', '2020-05-19 07:31:05', '', 91, 'http://localhost:8082/shazil/2016/11/28/239-2/', 1, 'nav_menu_item', '', 0),
(413, 1, '2016-11-28 12:45:47', '2016-11-28 12:45:47', ' ', '', '', 'publish', 'closed', 'closed', '', '244-2', '', '', '2020-05-19 07:31:08', '2020-05-19 07:31:08', '', 91, 'http://localhost:8082/shazil/2016/11/28/244-2/', 1, 'nav_menu_item', '', 0),
(414, 1, '2016-11-28 12:42:46', '2016-11-28 12:42:46', '', 'Practice Areas', '', 'publish', 'closed', 'closed', '', 'practice-areas-2', '', '', '2020-05-19 07:31:12', '2020-05-19 07:31:12', '', 0, 'http://localhost:8082/shazil/2016/11/28/practice-areas-2/', 1, 'nav_menu_item', '', 0),
(415, 1, '2016-11-28 12:42:46', '2016-11-28 12:42:46', ' ', '', '', 'publish', 'closed', 'closed', '', '229-2', '', '', '2020-05-19 07:31:15', '2020-05-19 07:31:15', '', 397, 'http://localhost:8082/shazil/2016/11/28/229-2/', 1, 'nav_menu_item', '', 0),
(416, 1, '2016-11-28 12:42:46', '2016-11-28 12:42:46', ' ', '', '', 'publish', 'closed', 'closed', '', '228-2', '', '', '2020-05-19 07:31:19', '2020-05-19 07:31:19', '', 198, 'http://localhost:8082/shazil/2016/11/28/228-2/', 1, 'nav_menu_item', '', 0),
(417, 1, '2016-11-28 12:42:46', '2016-11-28 12:42:46', '', 'Business &#038; Transactions', '', 'publish', 'closed', 'closed', '', '227-2', '', '', '2020-05-19 07:31:22', '2020-05-19 07:31:22', '', 198, 'http://localhost:8082/shazil/2016/11/28/227-2/', 1, 'nav_menu_item', '', 0),
(418, 1, '2016-11-28 12:42:46', '2016-11-28 12:42:46', ' ', '', '', 'publish', 'closed', 'closed', '', '226-2', '', '', '2020-05-19 07:31:25', '2020-05-19 07:31:25', '', 198, 'http://localhost:8082/shazil/2016/11/28/226-2/', 1, 'nav_menu_item', '', 0),
(419, 1, '2016-11-28 12:42:46', '2016-11-28 12:42:46', ' ', '', '', 'publish', 'closed', 'closed', '', '225-2', '', '', '2020-05-19 07:31:27', '2020-05-19 07:31:27', '', 198, 'http://localhost:8082/shazil/2016/11/28/225-2/', 1, 'nav_menu_item', '', 0),
(420, 1, '2016-11-28 12:42:46', '2016-11-28 12:42:46', ' ', '', '', 'publish', 'closed', 'closed', '', '224-2', '', '', '2020-05-19 07:31:30', '2020-05-19 07:31:30', '', 198, 'http://localhost:8082/shazil/2016/11/28/224-2/', 1, 'nav_menu_item', '', 0),
(421, 1, '2016-11-28 12:42:46', '2016-11-28 12:42:46', '', 'Employment &#038; Workers Compensation', '', 'publish', 'closed', 'closed', '', '223-2', '', '', '2020-05-19 07:31:33', '2020-05-19 07:31:33', '', 198, 'http://localhost:8082/shazil/2016/11/28/223-2/', 1, 'nav_menu_item', '', 0),
(422, 1, '2016-11-28 12:42:47', '2016-11-28 12:42:47', '', 'Trusts &#038; Estates', '', 'publish', 'closed', 'closed', '', '222-2', '', '', '2020-05-19 07:31:35', '2020-05-19 07:31:35', '', 198, 'http://localhost:8082/shazil/2016/11/28/222-2/', 1, 'nav_menu_item', '', 0),
(423, 1, '2016-11-29 11:29:21', '2016-11-29 11:29:21', ' ', '', '', 'publish', 'closed', 'closed', '', '361-2', '', '', '2020-05-19 07:31:38', '2020-05-19 07:31:38', '', 0, 'http://localhost:8082/shazil/2016/11/29/361-2/', 1, 'nav_menu_item', '', 0),
(424, 1, '2016-11-29 11:29:21', '2016-11-29 11:29:21', ' ', '', '', 'publish', 'closed', 'closed', '', '362-2', '', '', '2020-05-19 07:31:41', '2020-05-19 07:31:41', '', 0, 'http://localhost:8082/shazil/2016/11/29/362-2/', 1, 'nav_menu_item', '', 0),
(425, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '301-2', '', '', '2020-05-19 07:31:44', '2020-05-19 07:31:44', '', 397, 'http://localhost:8082/shazil/2016/11/28/301-2/', 1, 'nav_menu_item', '', 0),
(426, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '300-2', '', '', '2020-05-19 07:31:49', '2020-05-19 07:31:49', '', 198, 'http://localhost:8082/shazil/2016/11/28/300-2/', 1, 'nav_menu_item', '', 0),
(427, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', '', 'Business &#038; Transactions', '', 'publish', 'closed', 'closed', '', '299-2', '', '', '2020-05-19 07:31:58', '2020-05-19 07:31:58', '', 198, 'http://localhost:8082/shazil/2016/11/28/299-2/', 1, 'nav_menu_item', '', 0),
(428, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '298-2', '', '', '2020-05-19 07:32:01', '2020-05-19 07:32:01', '', 198, 'http://localhost:8082/shazil/2016/11/28/298-2/', 1, 'nav_menu_item', '', 0),
(429, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '297-2', '', '', '2020-05-19 07:32:03', '2020-05-19 07:32:03', '', 198, 'http://localhost:8082/shazil/2016/11/28/297-2/', 1, 'nav_menu_item', '', 0),
(430, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '296-2', '', '', '2020-05-19 07:32:05', '2020-05-19 07:32:05', '', 198, 'http://localhost:8082/shazil/2016/11/28/296-2/', 1, 'nav_menu_item', '', 0),
(431, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', '', 'Employment &#038; Workers Compensation', '', 'publish', 'closed', 'closed', '', '295-2', '', '', '2020-05-19 07:32:08', '2020-05-19 07:32:08', '', 198, 'http://localhost:8082/shazil/2016/11/28/295-2/', 1, 'nav_menu_item', '', 0),
(432, 1, '2016-11-28 16:12:29', '2016-11-28 16:12:29', '', 'Trusts &#038; Estates', '', 'publish', 'closed', 'closed', '', '294-2', '', '', '2020-05-19 07:32:13', '2020-05-19 07:32:13', '', 198, 'http://localhost:8082/shazil/2016/11/28/294-2/', 1, 'nav_menu_item', '', 0),
(433, 1, '2020-05-19 07:32:49', '2020-05-19 07:32:49', '', 'Anne Rodriguez', '', 'inherit', 'closed', 'closed', '', '387-revision-v1', '', '', '2020-05-19 07:32:49', '2020-05-19 07:32:49', '', 387, 'http://localhost:8082/shazil/2020/05/19/387-revision-v1/', 0, 'revision', '', 0),
(434, 1, '2020-05-19 07:32:51', '2020-05-19 07:32:51', '', 'Jessica Linden', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2020-05-19 07:32:51', '2020-05-19 07:32:51', '', 388, 'http://localhost:8082/shazil/2020/05/19/388-revision-v1/', 0, 'revision', '', 0),
(435, 1, '2020-05-19 07:32:52', '2020-05-19 07:32:52', '', 'Elton Fowler', '', 'inherit', 'closed', 'closed', '', '389-revision-v1', '', '', '2020-05-19 07:32:52', '2020-05-19 07:32:52', '', 389, 'http://localhost:8082/shazil/2020/05/19/389-revision-v1/', 0, 'revision', '', 0),
(436, 1, '2020-05-19 07:32:52', '2020-05-19 07:32:52', '', 'Trusts & Estates', '', 'inherit', 'closed', 'closed', '', '390-revision-v1', '', '', '2020-05-19 07:32:52', '2020-05-19 07:32:52', '', 390, 'http://localhost:8082/shazil/2020/05/19/390-revision-v1/', 0, 'revision', '', 0),
(437, 1, '2020-05-19 07:32:53', '2020-05-19 07:32:53', '', 'Employment & Workers Compensation', '', 'inherit', 'closed', 'closed', '', '391-revision-v1', '', '', '2020-05-19 07:32:53', '2020-05-19 07:32:53', '', 391, 'http://localhost:8082/shazil/2020/05/19/391-revision-v1/', 0, 'revision', '', 0),
(438, 1, '2020-05-19 07:32:54', '2020-05-19 07:32:54', '', 'Healthcare Law', '', 'inherit', 'closed', 'closed', '', '392-revision-v1', '', '', '2020-05-19 07:32:54', '2020-05-19 07:32:54', '', 392, 'http://localhost:8082/shazil/2020/05/19/392-revision-v1/', 0, 'revision', '', 0),
(439, 1, '2020-05-19 07:32:55', '2020-05-19 07:32:55', '', 'Real Estate', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2020-05-19 07:32:55', '2020-05-19 07:32:55', '', 393, 'http://localhost:8082/shazil/2020/05/19/393-revision-v1/', 0, 'revision', '', 0),
(440, 1, '2020-05-19 07:32:55', '2020-05-19 07:32:55', '', 'Professional Malpractice', '', 'inherit', 'closed', 'closed', '', '394-revision-v1', '', '', '2020-05-19 07:32:55', '2020-05-19 07:32:55', '', 394, 'http://localhost:8082/shazil/2020/05/19/394-revision-v1/', 0, 'revision', '', 0),
(441, 1, '2020-05-19 07:32:56', '2020-05-19 07:32:56', '', 'Business & Transactions', '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2020-05-19 07:32:56', '2020-05-19 07:32:56', '', 395, 'http://localhost:8082/shazil/2020/05/19/395-revision-v1/', 0, 'revision', '', 0),
(442, 1, '2020-05-19 07:32:57', '2020-05-19 07:32:57', '', 'Litigation', '', 'inherit', 'closed', 'closed', '', '396-revision-v1', '', '', '2020-05-19 07:32:57', '2020-05-19 07:32:57', '', 396, 'http://localhost:8082/shazil/2020/05/19/396-revision-v1/', 0, 'revision', '', 0),
(443, 1, '2020-05-19 07:32:57', '2020-05-19 07:32:57', '', 'Malena Moore', '', 'inherit', 'closed', 'closed', '', '400-revision-v1', '', '', '2020-05-19 07:32:57', '2020-05-19 07:32:57', '', 400, 'http://localhost:8082/shazil/2020/05/19/400-revision-v1/', 0, 'revision', '', 0),
(444, 1, '2020-05-19 08:10:10', '2020-05-19 08:10:10', '{\n    "blogdescription": {\n        "value": "",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2020-05-19 07:57:55"\n    },\n    "site_icon": {\n        "value": 447,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2020-05-19 08:10:05"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '664c9005-191a-482c-aa65-9e799e7b3717', '', '', '2020-05-19 08:10:10', '2020-05-19 08:10:10', '', 0, 'http://localhost:8082/shazil/?p=444', 0, 'customize_changeset', '', 0),
(445, 1, '2020-05-19 08:07:48', '2020-05-19 08:07:48', '', 'shazil logo', '', 'inherit', 'open', 'closed', '', 'shazil-logo', '', '', '2020-05-19 08:07:48', '2020-05-19 08:07:48', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/shazil-logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(446, 1, '2020-05-19 08:08:03', '2020-05-19 08:08:03', '', 'Shazil Pakistan Logo', '', 'inherit', 'open', 'closed', '', 'shazil-pakistan-logo', '', '', '2020-05-19 08:08:03', '2020-05-19 08:08:03', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/Shazil-Pakistan-Logo.png', 0, 'attachment', 'image/png', 0),
(447, 1, '2020-05-19 08:09:04', '2020-05-19 08:09:04', 'http://localhost:8082/shazil/wp-content/uploads/2020/05/cropped-Shazil-Pakistan-Logo.png', 'cropped-Shazil-Pakistan-Logo.png', '', 'inherit', 'open', 'closed', '', 'cropped-shazil-pakistan-logo-png', '', '', '2020-05-19 08:09:04', '2020-05-19 08:09:04', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/cropped-Shazil-Pakistan-Logo.png', 0, 'attachment', 'image/png', 0),
(448, 1, '2020-05-19 08:14:17', '2020-05-19 08:14:17', '', 'spl', '', 'inherit', 'open', 'closed', '', 'spl', '', '', '2020-05-19 08:14:17', '2020-05-19 08:14:17', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/spl.png', 0, 'attachment', 'image/png', 0),
(450, 1, '2020-05-19 09:22:25', '0000-00-00 00:00:00', '', 'zn_pb_templates', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-05-19 09:22:25', '0000-00-00 00:00:00', '', 0, 'http://localhost:8082/shazil/?post_type=zn_pb_templates&p=450', 0, 'zn_pb_templates', '', 0),
(451, 1, '2020-05-19 09:22:33', '0000-00-00 00:00:00', '', 'zn_pb_el_templates', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-05-19 09:22:33', '0000-00-00 00:00:00', '', 0, 'http://localhost:8082/shazil/?post_type=zn_pb_templates&p=451', 0, 'zn_pb_templates', '', 0),
(452, 1, '2020-05-19 09:24:41', '2020-05-19 09:24:41', '', 'slider2', '', 'inherit', 'open', 'closed', '', 'slider2', '', '', '2020-05-19 09:24:41', '2020-05-19 09:24:41', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/slider2.jpg', 0, 'attachment', 'image/jpeg', 0),
(453, 1, '2020-05-19 09:25:53', '2020-05-19 09:25:53', '', 'slidr', '', 'inherit', 'open', 'closed', '', 'slidr', '', '', '2020-05-19 09:25:53', '2020-05-19 09:25:53', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/slidr.jpg', 0, 'attachment', 'image/jpeg', 0),
(459, 1, '2020-05-19 10:14:36', '2020-05-19 10:14:36', '', '', '', 'inherit', 'open', 'closed', '', 'hallbarhetsvecka_1', '', '', '2020-05-19 10:15:02', '2020-05-19 10:15:02', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/Hallbarhetsvecka_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(462, 1, '2020-05-19 10:51:59', '2020-05-19 10:51:59', '', 'agent-immobilier-ecologie', '', 'inherit', 'open', 'closed', '', 'agent-immobilier-ecologie', '', '', '2020-05-19 10:51:59', '2020-05-19 10:51:59', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/agent-immobilier-ecologie.jpg', 0, 'attachment', 'image/jpeg', 0),
(463, 1, '2020-05-19 10:53:40', '2020-05-19 10:53:40', '', '', '', 'inherit', 'open', 'closed', '', 'hh', '', '', '2020-05-19 10:53:50', '2020-05-19 10:53:50', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/hh.jpg', 0, 'attachment', 'image/jpeg', 0),
(466, 1, '2020-05-19 11:09:14', '2020-05-19 11:09:14', '', '', '', 'inherit', 'open', 'closed', '', 'kk', '', '', '2020-05-19 11:09:43', '2020-05-19 11:09:43', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/kk.jpg', 0, 'attachment', 'image/jpeg', 0),
(468, 1, '2020-05-19 11:12:13', '2020-05-19 11:12:13', '', 'k', '', 'inherit', 'open', 'closed', '', 'k', '', '', '2020-05-19 11:12:13', '2020-05-19 11:12:13', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/k.jpg', 0, 'attachment', 'image/jpeg', 0),
(469, 1, '2020-05-19 11:13:52', '2020-05-19 11:13:52', '', 'k1', '', 'inherit', 'open', 'closed', '', 'k1', '', '', '2020-05-19 11:13:52', '2020-05-19 11:13:52', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/k1.jpg', 0, 'attachment', 'image/jpeg', 0),
(472, 1, '2020-05-19 11:28:07', '2020-05-19 11:28:07', '', 'Our Businesses', '', 'publish', 'closed', 'closed', '', 'our-businesses', '', '', '2020-05-19 11:33:05', '2020-05-19 11:33:05', '', 0, 'http://localhost:8082/shazil/?p=472', 3, 'nav_menu_item', '', 0),
(473, 1, '2020-05-19 11:28:07', '2020-05-19 11:28:07', '', 'News & Events', '', 'publish', 'closed', 'closed', '', 'news-events', '', '', '2020-05-19 11:33:05', '2020-05-19 11:33:05', '', 0, 'http://localhost:8082/shazil/?p=473', 4, 'nav_menu_item', '', 0),
(474, 1, '2020-05-19 11:28:07', '2020-05-19 11:28:07', '', 'Sustainability', '', 'publish', 'closed', 'closed', '', 'sustainability', '', '', '2020-05-19 11:33:06', '2020-05-19 11:33:06', '', 0, 'http://localhost:8082/shazil/?p=474', 5, 'nav_menu_item', '', 0),
(475, 1, '2020-05-19 11:28:08', '2020-05-19 11:28:08', '', 'CSR', '', 'publish', 'closed', 'closed', '', 'csr', '', '', '2020-05-19 11:33:06', '2020-05-19 11:33:06', '', 0, 'http://localhost:8082/shazil/?p=475', 6, 'nav_menu_item', '', 0),
(476, 1, '2020-05-19 11:28:08', '2020-05-19 11:28:08', '', 'Careers', '', 'publish', 'closed', 'closed', '', 'careers', '', '', '2020-05-19 11:33:06', '2020-05-19 11:33:06', '', 0, 'http://localhost:8082/shazil/?p=476', 7, 'nav_menu_item', '', 0),
(477, 1, '2020-05-19 11:28:08', '2020-05-19 11:28:08', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2020-05-19 11:33:06', '2020-05-19 11:33:06', '', 0, 'http://localhost:8082/shazil/?p=477', 8, 'nav_menu_item', '', 0),
(482, 1, '2020-05-20 04:18:08', '2020-05-20 04:18:08', 'Continually engage progressive e-business through ethical resources. Authoritatively syndicate empowered convergence through web-enabled services. Objectively administrate B2B action items without pandemic portals. Assertively provide access to frictionless collaboration and idea-sharing with emerging process improvements. Progressively plagiarize principle-centered collaboration and idea-sharing before resource maximizing e-business.\r\n\r\nConveniently develop open-source portals with functional imperatives. Efficiently coordinate 24/7 growth strategies after cost effective architectures. Distinctively disseminate frictionless architectures for standardized services. Quickly coordinate wireless intellectual capital for cross-platform systems. Efficiently formulate market positioning imperatives for synergistic e-markets.', 'Interactively generate granular experiences', '', 'inherit', 'closed', 'closed', '', '344-revision-v1', '', '', '2020-05-20 04:18:08', '2020-05-20 04:18:08', '', 344, 'http://localhost:8082/shazil/2020/05/20/344-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `szak_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
(483, 1, '2020-05-20 04:18:09', '2020-05-20 04:18:09', 'Continually engage progressive e-business through ethical resources. Authoritatively syndicate empowered convergence through web-enabled services. Objectively administrate B2B action items without pandemic portals. Assertively provide access to frictionless collaboration and idea-sharing with emerging process improvements. Progressively plagiarize principle-centered collaboration and idea-sharing before resource maximizing e-business.\r\n\r\nConveniently develop open-source portals with functional imperatives. Efficiently coordinate 24/7 growth strategies after cost effective architectures. Distinctively disseminate frictionless architectures for standardized services. Quickly coordinate wireless intellectual capital for cross-platform systems. Efficiently formulate market positioning imperatives for synergistic e-markets.', 'Interactively generate granular experiences', '', 'inherit', 'closed', 'closed', '', '405-revision-v1', '', '', '2020-05-20 04:18:09', '2020-05-20 04:18:09', '', 405, 'http://localhost:8082/shazil/2020/05/20/405-revision-v1/', 0, 'revision', '', 0),
(484, 1, '2020-05-20 04:18:10', '2020-05-20 04:18:10', 'Uniquely monetize web-enabled web-readiness before open-source process improvements. Proactively disseminate cross-platform functionalities via out-of-the-box mindshare. Globally target real-time quality vectors via worldwide core competencies. Dynamically enhance seamless expertise and effective experiences. Objectively expedite high standards in networks and user friendly bandwidth.\r\n\r\nIntrinsicly build excellent infrastructures and frictionless models. Conveniently reconceptualize market positioning services before interoperable ROI. Synergistically productize progressive customer service vis-a-vis goal-oriented users. Professionally transition maintainable architectures and intuitive materials. Appropriately harness sticky benefits for client-centric methodologies.', 'Globally plagiarize robust niche markets', '', 'inherit', 'closed', 'closed', '', '345-revision-v1', '', '', '2020-05-20 04:18:10', '2020-05-20 04:18:10', '', 345, 'http://localhost:8082/shazil/2020/05/20/345-revision-v1/', 0, 'revision', '', 0),
(485, 1, '2020-05-20 04:18:10', '2020-05-20 04:18:10', 'Uniquely monetize web-enabled web-readiness before open-source process improvements. Proactively disseminate cross-platform functionalities via out-of-the-box mindshare. Globally target real-time quality vectors via worldwide core competencies. Dynamically enhance seamless expertise and effective experiences. Objectively expedite high standards in networks and user friendly bandwidth.\r\n\r\nIntrinsicly build excellent infrastructures and frictionless models. Conveniently reconceptualize market positioning services before interoperable ROI. Synergistically productize progressive customer service vis-a-vis goal-oriented users. Professionally transition maintainable architectures and intuitive materials. Appropriately harness sticky benefits for client-centric methodologies.', 'Globally plagiarize robust niche markets', '', 'inherit', 'closed', 'closed', '', '406-revision-v1', '', '', '2020-05-20 04:18:10', '2020-05-20 04:18:10', '', 406, 'http://localhost:8082/shazil/2020/05/20/406-revision-v1/', 0, 'revision', '', 0),
(486, 1, '2020-05-20 04:41:27', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-05-20 04:41:27', '0000-00-00 00:00:00', '', 0, 'http://localhost:8082/shazil/?p=486', 0, 'post', '', 0),
(487, 1, '2020-05-20 04:50:41', '2020-05-20 04:50:41', 'How all this mistaken idea denouncing pleasure &amp; praising pain was born and will give you a complete…', 'The Ozone Layer', '', 'inherit', 'closed', 'closed', '', '342-autosave-v1', '', '', '2020-05-20 04:50:41', '2020-05-20 04:50:41', '', 342, 'http://localhost:8082/shazil/2020/05/20/342-autosave-v1/', 0, 'revision', '', 0),
(488, 1, '2020-05-20 04:51:15', '2020-05-20 04:51:15', '', 'environment', '', 'inherit', 'open', 'closed', '', 'environment', '', '', '2020-05-20 04:51:15', '2020-05-20 04:51:15', '', 342, 'http://localhost:8082/shazil/wp-content/uploads/2016/11/environment.jpg', 0, 'attachment', 'image/jpeg', 0),
(489, 1, '2020-05-20 04:51:28', '2020-05-20 04:51:28', 'How all this mistaken idea denouncing pleasure &amp; praising pain was born and will give you a complete…', 'The Ozone Layer', '', 'inherit', 'closed', 'closed', '', '342-revision-v1', '', '', '2020-05-20 04:51:28', '2020-05-20 04:51:28', '', 342, 'http://localhost:8082/shazil/2020/05/20/342-revision-v1/', 0, 'revision', '', 0),
(490, 1, '2020-05-20 04:52:20', '2020-05-20 04:52:20', '', 'bristol-recycled-plastic-bottles-whale', '', 'inherit', 'open', 'closed', '', 'bristol-recycled-plastic-bottles-whale', '', '', '2020-05-20 04:52:20', '2020-05-20 04:52:20', '', 403, 'http://localhost:8082/shazil/wp-content/uploads/2016/11/bristol-recycled-plastic-bottles-whale.jpg', 0, 'attachment', 'image/jpeg', 0),
(491, 1, '2020-05-20 04:52:36', '2020-05-20 04:52:36', 'The great explorer of the truth master builder of human happinessone rejects, dislikes, or avoids pleasure…', 'Dispose Plastic Products', '', 'inherit', 'closed', 'closed', '', '403-revision-v1', '', '', '2020-05-20 04:52:36', '2020-05-20 04:52:36', '', 403, 'http://localhost:8082/shazil/2020/05/20/403-revision-v1/', 0, 'revision', '', 0),
(492, 1, '2020-05-20 04:53:47', '2020-05-20 04:53:47', 'Know how to pursue pleasure rationally encounter consequences that extremely painful rationally encounter…', 'Ideas for Save Energy', '', 'inherit', 'closed', 'closed', '', '343-autosave-v1', '', '', '2020-05-20 04:53:47', '2020-05-20 04:53:47', '', 343, 'http://localhost:8082/shazil/2020/05/20/343-autosave-v1/', 0, 'revision', '', 0),
(493, 1, '2020-05-20 04:55:58', '2020-05-20 04:55:58', '', 'energy', '', 'inherit', 'open', 'closed', '', 'energy', '', '', '2020-05-20 04:55:58', '2020-05-20 04:55:58', '', 343, 'http://localhost:8082/shazil/wp-content/uploads/2016/10/energy.jpg', 0, 'attachment', 'image/jpeg', 0),
(494, 1, '2020-05-20 04:56:11', '2020-05-20 04:56:11', 'Know how to pursue pleasure rationally encounter consequences that extremely painful rationally encounter…', 'Ideas for Save Energy', '', 'inherit', 'closed', 'closed', '', '343-revision-v1', '', '', '2020-05-20 04:56:11', '2020-05-20 04:56:11', '', 343, 'http://localhost:8082/shazil/2020/05/20/343-revision-v1/', 0, 'revision', '', 0),
(495, 1, '2020-05-20 04:56:54', '2020-05-20 04:56:54', 'Interactively supply cutting-edge core competencies with end-to-end catalysts for change. Phosfluorescently morph value-added markets rather than just in time initiatives. Continually develop client-centric channels via maintainable leadership. Dynamically transform cross functional action items whereas sustainable methodologies. Seamlessly foster synergistic paradigms via next-generation best practices.\r\n\r\nDistinctively formulate robust e-business with reliable human capital. Efficiently transition tactical platforms vis-a-vis distinctive infrastructures. Compellingly envisioneer ubiquitous bandwidth before unique leadership. Appropriately negotiate an expanded array of strategic theme areas through standardized e-markets. Authoritatively evolve resource-leveling functionalities before B2C value.', 'Credibly whiteboard viral content for efficient niches', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2020-05-20 04:56:54', '2020-05-20 04:56:54', '', 404, 'http://localhost:8082/shazil/2020/05/20/404-revision-v1/', 0, 'revision', '', 0),
(496, 1, '2020-05-20 04:58:16', '2020-05-20 04:58:16', '', 'Home', '', 'inherit', 'closed', 'closed', '', '402-revision-v1', '', '', '2020-05-20 04:58:17', '2020-05-20 04:58:17', '', 402, 'http://localhost:8082/shazil/2020/05/20/402-revision-v1/', 0, 'revision', '', 0),
(497, 1, '2020-05-20 05:01:07', '2020-05-20 05:01:07', 'The Nature Conservancy''s Plant a Billion Trees campaign is a major forest restoration effort...', 'Create Awareness about Recycling in General', '', 'publish', 'open', 'open', '', 'create-awareness-about-recycling-in-general', '', '', '2020-05-20 05:10:52', '2020-05-20 05:10:52', '', 0, 'http://localhost:8082/shazil/?p=497', 0, 'post', '', 0),
(498, 1, '2020-05-20 04:59:10', '2020-05-20 04:59:10', '', 'planting', '', 'inherit', 'open', 'closed', '', 'planting', '', '', '2020-05-20 04:59:10', '2020-05-20 04:59:10', '', 497, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/planting.jpg', 0, 'attachment', 'image/jpeg', 0),
(499, 1, '2020-05-20 05:00:28', '2020-05-20 05:00:28', 'The Nature Conservancy''s Plant a Billion Trees campaign is a major forest restoration effort...', 'Credibly whiteboard viral content for efficient niches', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2020-05-20 05:00:28', '2020-05-20 05:00:28', '', 404, 'http://localhost:8082/shazil/2020/05/20/404-revision-v1/', 0, 'revision', '', 0),
(500, 1, '2020-05-20 05:01:07', '2020-05-20 05:01:07', 'The Nature Conservancy''s Plant a Billion Trees campaign is a major forest restoration effort...', 'Native Tree Planting Contest', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2020-05-20 05:01:07', '2020-05-20 05:01:07', '', 497, 'http://localhost:8082/shazil/2020/05/20/497-revision-v1/', 0, 'revision', '', 0),
(501, 1, '2020-05-20 05:02:53', '2020-05-20 05:02:53', '', 'cool-background', '', 'inherit', 'open', 'closed', '', 'cool-background', '', '', '2020-05-20 05:02:53', '2020-05-20 05:02:53', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/cool-background.jpg', 0, 'attachment', 'image/jpeg', 0),
(502, 1, '2020-05-20 05:10:52', '2020-05-20 05:10:52', 'The Nature Conservancy''s Plant a Billion Trees campaign is a major forest restoration effort...', 'Create Awareness about Recycling in General', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2020-05-20 05:10:52', '2020-05-20 05:10:52', '', 497, 'http://localhost:8082/shazil/2020/05/20/497-revision-v1/', 0, 'revision', '', 0),
(503, 1, '2020-05-20 05:11:19', '2020-05-20 05:11:19', 'The great explorer of the truth master builder of human happinessone rejects, dislikes, or avoids pleasure…', 'Educate People about Recycling of Plastics.', '', 'inherit', 'closed', 'closed', '', '403-revision-v1', '', '', '2020-05-20 05:11:19', '2020-05-20 05:11:19', '', 403, 'http://localhost:8082/shazil/2020/05/20/403-revision-v1/', 0, 'revision', '', 0),
(504, 1, '2020-05-20 05:11:56', '2020-05-20 05:11:56', 'How all this mistaken idea denouncing pleasure &amp; praising pain was born and will give you a complete…', 'Concepts of Safe Recycling', '', 'inherit', 'closed', 'closed', '', '342-revision-v1', '', '', '2020-05-20 05:11:56', '2020-05-20 05:11:56', '', 342, 'http://localhost:8082/shazil/2020/05/20/342-revision-v1/', 0, 'revision', '', 0),
(505, 1, '2020-05-20 05:38:47', '2020-05-20 05:38:47', '', 'Home', '', 'inherit', 'closed', 'closed', '', '402-revision-v1', '', '', '2020-05-20 05:38:49', '2020-05-20 05:38:49', '', 402, 'http://localhost:8082/shazil/2020/05/20/402-revision-v1/', 0, 'revision', '', 0),
(506, 1, '2020-05-20 05:46:19', '2020-05-20 05:46:19', '', 'Home', '', 'inherit', 'closed', 'closed', '', '402-revision-v1', '', '', '2020-05-20 05:46:20', '2020-05-20 05:46:20', '', 402, 'http://localhost:8082/shazil/2020/05/20/402-revision-v1/', 0, 'revision', '', 0),
(507, 1, '2020-05-20 05:53:29', '2020-05-20 05:53:29', '', 'featured-icon-tree', '', 'inherit', 'open', 'closed', '', 'featured-icon-tree', '', '', '2020-05-20 05:53:29', '2020-05-20 05:53:29', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/featured-icon-tree.png', 0, 'attachment', 'image/png', 0),
(508, 1, '2020-05-20 06:02:12', '2020-05-20 06:02:12', '', 'Home', '', 'inherit', 'closed', 'closed', '', '402-revision-v1', '', '', '2020-05-20 06:02:13', '2020-05-20 06:02:13', '', 402, 'http://localhost:8082/shazil/2020/05/20/402-revision-v1/', 0, 'revision', '', 0),
(509, 1, '2020-05-20 06:17:59', '2020-05-20 06:17:59', '', '', '', 'inherit', 'open', 'closed', '', 'a911461b-plastic', '', '', '2020-05-20 06:18:08', '2020-05-20 06:18:08', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/a911461b-plastic.jpg', 0, 'attachment', 'image/jpeg', 0),
(510, 1, '2020-05-20 06:19:11', '2020-05-20 06:19:11', '', 'iStock_26388419_SMALL-725x483', '', 'inherit', 'open', 'closed', '', 'istock_26388419_small-725x483', '', '', '2020-05-20 06:19:11', '2020-05-20 06:19:11', '', 0, 'http://localhost:8082/shazil/wp-content/uploads/2020/05/iStock_26388419_SMALL-725x483-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(511, 1, '2020-05-20 06:39:06', '2020-05-20 06:39:06', '', 'Home', '', 'inherit', 'closed', 'closed', '', '402-revision-v1', '', '', '2020-05-20 06:39:07', '2020-05-20 06:39:07', '', 402, 'http://localhost:8082/shazil/2020/05/20/402-revision-v1/', 0, 'revision', '', 0);

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

--
-- Table structure for table `szak_revslider_css`
--

CREATE TABLE `szak_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext,
  `hover` longtext,
  `advanced` longtext,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `szak_revslider_css`
--

INSERT INTO `szak_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-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"}'),
(53, '.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"}'),
(54, '.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"}'),
(55, '.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"}'),
(56, '.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":"-"}'),
(57, '.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"}'),
(58, '.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"}'),
(59, '.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"}'),
(60, '.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"}'),
(61, '.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"}'),
(62, '.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"}'),
(63, '.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"}'),
(64, '.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"}'),
(65, '.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"}'),
(66, '.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"}'),
(67, '.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"}'),
(68, '.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"}'),
(69, '.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"}'),
(70, '.tp-caption.Fashion-SmallText', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"12px","line-height":"20px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(71, '.tp-caption.Fashion-BigDisplay', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#000000","color-transparency":"1","font-size":"60px","line-height":"60px","font-weight":"900","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(72, '.tp-caption.Fashion-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"}'),
(73, '.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"}'),
(74, '.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"}'),
(75, '.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"}'),
(76, '.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"}');
INSERT INTO `szak_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(77, '.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"}'),
(78, '.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"}'),
(79, '.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"}'),
(80, '.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"}'),
(81, '.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"}'),
(82, '.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"}'),
(83, '.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"}'),
(84, '.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"}'),
(85, '.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"}'),
(86, '.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"}'),
(87, '.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"}'),
(88, '.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"}'),
(89, '.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"}'),
(90, '.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"}'),
(91, '.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"}'),
(92, '.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"}'),
(93, '.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"}'),
(94, '.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"}'),
(95, '.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":"-"}'),
(96, '.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":"-"}'),
(97, '.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":"-"}'),
(98, '.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":"-"}'),
(99, '.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":"-"}'),
(100, '.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":"-"}'),
(101, '.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":"-"}'),
(102, '.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":"-"}'),
(103, '.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":"-"}'),
(104, '.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":"-"}'),
(105, '.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":"-"}'),
(106, '.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":"-"}'),
(107, '.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":"-"}'),
(108, '.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":"-"}'),
(109, '.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":"-"}'),
(110, '.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":"-"}'),
(111, '.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":"-"}'),
(112, '.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":"-"}'),
(113, '.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":"-"}'),
(114, '.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":"-"}'),
(115, '.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":"-"}'),
(116, '.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":"-"}'),
(117, '.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":"-"}');
INSERT INTO `szak_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(118, '.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":"-"}'),
(119, '.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":"-"}'),
(120, '.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":"-"}'),
(121, '.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":"-"}'),
(122, '.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":"-"}'),
(123, '.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":"-"}'),
(124, '.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":"-"}'),
(125, '.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":"-"}'),
(126, '.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":"-"}'),
(127, '.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":"-"}'),
(128, '.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":"-"}'),
(129, '.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":"-"}'),
(130, '.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":"-"}'),
(131, '.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":"-"}'),
(132, '.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":"-"}'),
(133, '.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":"-"}'),
(134, '.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":"-"}'),
(135, '.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":"-"}'),
(136, '.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":"-"}'),
(137, '.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":"-"}'),
(138, '.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":"-"}'),
(139, '.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":"-"}'),
(140, '.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":"-"}'),
(141, '.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":"-"}'),
(142, '.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":"-"}'),
(143, '.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":"-"}'),
(144, '.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":"-"}'),
(145, '.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":"-"}'),
(146, '.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":"-"}'),
(147, '.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 `szak_revslider_layer_animations`
--

CREATE TABLE `szak_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `szak_revslider_navigations`
--

CREATE TABLE `szak_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `szak_revslider_sliders`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `szak_revslider_sliders`
--

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

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

--
-- Table structure for table `szak_revslider_slides`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `szak_revslider_slides`
--

INSERT INTO `szak_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{"background_type":"image","rs-gallery-type":"gallery","bg_external":"","bg_color":"#E7E7E7","slide_bg_youtube":"","slide_bg_vimeo":"","slide_bg_html_mpeg":"","slide_bg_html_webm":"","slide_bg_html_ogv":"","image_source_type":"full","alt_option":"media_library","alt_attr":"","ext_width":"1920","ext_height":"1080","title_option":"media_library","title_attr":"","video_force_cover":"on","video_dotted_overlay":"none","video_ratio":"16:9","video_start_at":"","video_end_at":"","video_loop":"none","video_nextslide":"off","video_force_rewind":"on","video_mute":"on","video_volume":"100","video_speed":"1","video_arguments":"hd=1&wmode=opaque&showinfo=0&rel=0;","video_arguments_vim":"title=0&byline=0&portrait=0&api=1","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_position":"center center","bg_position_x":"0","bg_position_y":"0","bg_repeat":"no-repeat","media-filter-type":"none","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_start_offset_x":"0","kb_end_offset_x":"0","kb_start_offset_y":"0","kb_end_offset_y":"0","kb_start_rotate":"0","kb_end_rotate":"0","kb_blur_start":"0","kb_blur_end":"0","kb_easing":"Linear.easeNone","kb_duration":"10000","image_id":"453","title":"Slide","delay":"0","stoponpurpose":"false","invisibleslide":"false","state":"published","hideslideafter":"0","hideslideonmobile":"off","date_from":"","date_to":"","save_performance":"off","slide_thumb":"","0":"Remove","thumb_dimension":"slider","thumb_for_admin":"off","slide_transition":["fade","slidingoverlaydown","scaledownfromleft","zoomin"],"slot_amount":["default","default","default","default"],"transition_rotation":["0","0","0","0"],"transition_duration":["300","default","default","default"],"transition_ease_in":["default","default","default","default"],"transition_ease_out":["default","default","default","default"],"ph-round-arrows-bg-color-custom-slide":"off","ph-round-arrows-bg-color-custom":"0,0,0,0.5","ph-round-arrows-bg-size-custom-slide":"off","ph-round-arrows-bg-size-custom":"40","ph-round-arrows-arrow-color-color-slide":"off","ph-round-arrows-arrow-color-color":"#ffffff","ph-round-arrows-arrow-size-custom-slide":"off","ph-round-arrows-arrow-size-custom":"20","ph-round-arrows-hover-bg-color-color-rgba-slide":"off","ph-round-arrows-hover-bg-color-color-rgba":"#000000","ph-round-bullets-bullet-size-custom-slide":"off","ph-round-bullets-bullet-size-custom":"12","ph-round-bullets-bullet-bg-top-color-slide":"off","ph-round-bullets-bullet-bg-top-color":"#999999","ph-round-bullets-bullet-bg-bottom-color-slide":"off","ph-round-bullets-bullet-bg-bottom-color":"#e1e1e1","ph-round-bullets-border-color-color-slide":"off","ph-round-bullets-border-color-color":"#e5e5e5","ph-round-bullets-border-size-custom-slide":"off","ph-round-bullets-border-size-custom":"3","ph-round-bullets-hover-bullet-bg-color-slide":"off","ph-round-bullets-hover-bullet-bg-color":"#666666","ph-round-tabs-font-family-font_family-slide":"off","ph-round-tabs-font-family-font_family":"Roboto","ph-round-tabs-border-color-color-rgba-slide":"off","ph-round-tabs-border-color-color-rgba":"#e5e5e5","ph-round-tabs-border-size-custom-slide":"off","ph-round-tabs-border-size-custom":"1","ph-round-tabs-image-size-custom-slide":"off","ph-round-tabs-image-size-custom":"60","ph-round-tabs-param1-color-color-rgba-slide":"off","ph-round-tabs-param1-color-color-rgba":"rgba(51,51,51,0.5)","ph-round-tabs-param1-size-custom-slide":"off","ph-round-tabs-param1-size-custom":"12","ph-round-tabs-hover-bg-color-color-rgba-slide":"off","ph-round-tabs-hover-bg-color-color-rgba":"#eeeeee","ph-round-tabs-bgcolor-color-rgba-slide":"off","ph-round-tabs-bgcolor-color-rgba":"rgba(0,0,0,0)","ph-round-tabs-contentcolor-color-rgba-slide":"off","ph-round-tabs-contentcolor-color-rgba":"#333333","ph-round-tabs-param2-color-color-rgba-slide":"off","ph-round-tabs-param2-color-color-rgba":"transparent","ph-round-tabs-param2-size-custom-slide":"off","ph-round-tabs-param2-size-custom":"14","ph-round-thumbs-title-bg-color-rgba-slide":"off","ph-round-thumbs-title-bg-color-rgba":"rgba(0,0,0,0.85)","ph-round-thumbs-title-color-color-rgba-slide":"off","ph-round-thumbs-title-color-color-rgba":"#ffffff","ph-round-thumbs-title-font-size-custom-slide":"off","ph-round-thumbs-title-font-size-custom":"12","params_1":"","params_1_chars":"10","params_2":"","params_2_chars":"10","params_3":"","params_3_chars":"10","params_4":"","params_4_chars":"10","params_5":"","params_5_chars":"10","params_6":"","params_6_chars":"10","params_7":"","params_7_chars":"10","params_8":"","params_8_chars":"10","params_9":"","params_9_chars":"10","params_10":"","params_10_chars":"10","slide_description":"","class_attr":"","id_attr":"","data_attr":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_bg_color":"#E7E7E7","slide_bg_external":"","image":"http:\\/\\/localhost:8082\\/shazil\\/wp-content\\/uploads\\/2020\\/05\\/slidr.jpg","0":"Remove"}', '[{"text":"RECYCLING","type":"text","special_type":null,"version":"530","frames":{"frame_0":{"time":0,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":1300,"animation":"tp-fade","easing":"Power3.easeInOut","text_c":"transparent","bg_c":"transparent","use_text_c":false,"use_bg_c":false,"split_direction":"forward","sfxcolor":"#ffffff","time_relative":0,"sfx_effect":""},"frame_999":{"time":9000,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":300,"animation":"","easing":"Power3.easeInOut","split_direction":"forward","sfxcolor":"#ffffff","use_text_c":false,"use_bg_c":false,"text_c":"transparent","bg_c":"transparent","time_relative":7700,"sfx_effect":""}},"subtype":"","specialsettings":{},"unique_id":1,"left":{"desktop":90},"top":{"desktop":275},"isDemo":false,"internal_class":"","hover":false,"alias":"RECYCLING","layer_bg_position":"center center","layer_bg_size":"cover","layer_bg_repeat":"no-repeat","loop_animation":"none","loop_easing":"","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","layer_blend_mode":"normal","html_tag":"div","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","max_height":{"desktop":"auto"},"min_height":"40px","max_width":{"desktop":"472px"},"video_width":{"desktop":"480px"},"video_height":{"desktop":"360px"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"display":"block","static_start":"1","static_end":"last","align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"seo-optimized":false,"link":"","link_open_in":"same","link_follow":"follow","link_slide":"nothing","scrollunder_offset":"","style":"","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","css-position":"relative","width":472,"height":95,"cover_mode":"custom","static_styles":{"font-size":{"desktop":"85px"},"line-height":{"desktop":"95px"},"font-weight":{"desktop":"700"},"color":{"desktop":"#ffffff"},"letter-spacing":{"desktop":"0"}},"margin":{"desktop":["0","0","0","0"]},"padding":{"desktop":["0","0","0","0"]},"text-align":{"desktop":"inherit"},"x_start":"inherit","y_start":"inherit","z_start":"inherit","x_end":"inherit","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"0","blurfilter_start":"0","blurfilter_end":"0","grayscalefilter_start":"0","grayscalefilter_end":"0","brightnessfilter_start":"100","brightnessfilter_end":"100","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","pers_start":"inherit","pers_end":"inherit","deformation":{"font-family":"Crimson Text","font-style":"normal","text-decoration":"none","vertical-align":"top","text-transform":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0","0","0","0"],"border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","overflow":"visible","parallax":"-"},"svg":{"svgstroke-color":"transparent","svgstroke-dasharray":"0","svgstroke-dashoffset":"0","svgstroke-width":"0","svgstroke-hover-color":"transparent","svgstroke-hover-dasharray":"0","svgstroke-hover-dashoffset":"0","svgstroke-hover-width":"0"},"deformation-hover":{"blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","color":"#000000","text-decoration":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0px","0px","0px","0px"],"border-radius":["0px","0px","0px","0px"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","zindex":"auto","easing":"Linear.easeNone","css_cursor":"auto","pointer_events":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":0,"endWithSlide":true,"p_uid":-1,"toggle":false,"toggle_use_hover":false,"toggle_inverse_content":false,"texttoggle":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"autolinebreak":false,"displaymode":true,"scaleProportional":false,"attrID":"","attrWrapperID":"","attrClasses":"","attrWrapperClasses":"","attrTitle":"","attrTabindex":"","attrRel":"","layer-selectable":"default","column_break_at":"mobile","layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"link_follow":[],"jump_to_slide":[],"scrollunder_offset":[],"action_easing":[],"action_speed":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]},"zIndex":5,"addedToStage":true,"parallax_layer_ddd_zlevel":"front","inline":{"idle":{"text-shadow":"2px 2px 2px #000"}}},{"text":"FOR A BETTER WORLD!","type":"text","special_type":null,"version":"530","frames":{"frame_0":{"time":0,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":1500,"animation":"sfl","easing":"Power3.easeInOut","text_c":"transparent","bg_c":"transparent","use_text_c":false,"use_bg_c":false,"split_direction":"forward","sfxcolor":"#ffffff","time_relative":0,"sfx_effect":""},"frame_999":{"time":9000,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":300,"animation":"","easing":"Power3.easeInOut","split_direction":"forward","sfxcolor":"#ffffff","use_text_c":false,"use_bg_c":false,"text_c":"transparent","bg_c":"transparent","time_relative":7500,"sfx_effect":""}},"subtype":"","specialsettings":{},"unique_id":2,"left":{"desktop":95},"top":{"desktop":385},"isDemo":false,"internal_class":"","hover":false,"alias":"FOR A BETTER WORLD!","layer_bg_position":"center center","layer_bg_size":"cover","layer_bg_repeat":"no-repeat","loop_animation":"none","loop_easing":"","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","layer_blend_mode":"normal","html_tag":"div","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","max_height":{"desktop":"auto"},"min_height":"40px","max_width":{"desktop":"auto"},"video_width":{"desktop":"480px"},"video_height":{"desktop":"360px"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"display":"block","static_start":"1","static_end":"last","align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"seo-optimized":false,"link":"","link_open_in":"same","link_follow":"follow","link_slide":"nothing","scrollunder_offset":"","style":"","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","css-position":"relative","width":469,"height":50,"cover_mode":"custom","static_styles":{"font-size":{"desktop":"44"},"line-height":{"desktop":"50px"},"font-weight":{"desktop":"400"},"color":{"desktop":"#ffffff"},"letter-spacing":{"desktop":"0"}},"margin":{"desktop":["0","0","0","0"]},"padding":{"desktop":["0","0","0","0"]},"text-align":{"desktop":"inherit"},"x_start":"-50px","y_start":"inherit","z_start":"inherit","x_end":"inherit","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"0","blurfilter_start":"0","blurfilter_end":"0","grayscalefilter_start":"0","grayscalefilter_end":"0","brightnessfilter_start":"100","brightnessfilter_end":"100","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","pers_start":"inherit","pers_end":"inherit","deformation":{"font-family":"Open Sans","font-style":"normal","text-decoration":"none","vertical-align":"top","text-transform":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0","0","0","0"],"border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","overflow":"visible"},"svg":{"svgstroke-color":"transparent","svgstroke-dasharray":"0","svgstroke-dashoffset":"0","svgstroke-width":"0","svgstroke-hover-color":"transparent","svgstroke-hover-dasharray":"0","svgstroke-hover-dashoffset":"0","svgstroke-hover-width":"0"},"deformation-hover":{"blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","color":"#000000","text-decoration":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0px","0px","0px","0px"],"border-radius":["0px","0px","0px","0px"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","zindex":"auto","easing":"Linear.easeNone","css_cursor":"auto","pointer_events":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":1,"endWithSlide":true,"p_uid":-1,"toggle":false,"toggle_use_hover":false,"toggle_inverse_content":false,"texttoggle":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"autolinebreak":false,"displaymode":true,"scaleProportional":false,"attrID":"","attrWrapperID":"","attrClasses":"","attrWrapperClasses":"","attrTitle":"","attrTabindex":"","attrRel":"","layer-selectable":"default","column_break_at":"mobile","zIndex":6,"addedToStage":true,"inline":{"idle":{"text-shadow":"2px 2px 2px #000"}},"layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"link_follow":[],"jump_to_slide":[],"scrollunder_offset":[],"action_easing":[],"action_speed":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}}]', '""'),
(2, 1, 3, '{"background_type":"image","rs-gallery-type":"gallery","bg_external":"","bg_color":"#E7E7E7","slide_bg_youtube":"","slide_bg_vimeo":"","slide_bg_html_mpeg":"","slide_bg_html_webm":"","slide_bg_html_ogv":"","image_source_type":"full","alt_option":"media_library","alt_attr":"","ext_width":"1920","ext_height":"1080","title_option":"media_library","title_attr":"","video_force_cover":"on","video_dotted_overlay":"none","video_ratio":"16:9","video_start_at":"","video_end_at":"","video_loop":"none","video_nextslide":"off","video_force_rewind":"on","video_mute":"on","video_volume":"100","video_speed":"1","video_arguments":"hd=1&wmode=opaque&showinfo=0&rel=0;","video_arguments_vim":"title=0&byline=0&portrait=0&api=1","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_position":"center center","bg_position_x":"0","bg_position_y":"0","bg_repeat":"no-repeat","media-filter-type":"none","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_start_offset_x":"0","kb_end_offset_x":"0","kb_start_offset_y":"0","kb_end_offset_y":"0","kb_start_rotate":"0","kb_end_rotate":"0","kb_blur_start":"0","kb_blur_end":"0","kb_easing":"Linear.easeNone","kb_duration":"10000","image_id":"452","title":"Slide","delay":"0","stoponpurpose":"false","invisibleslide":"false","state":"published","hideslideafter":"0","hideslideonmobile":"off","date_from":"","date_to":"","save_performance":"off","slide_thumb":"","0":"Remove","thumb_dimension":"slider","thumb_for_admin":"off","slide_transition":["slidingoverlaydown","scaledownfromleft","zoomin"],"slot_amount":["default","default","default"],"transition_rotation":["0","0","0"],"transition_duration":["default","default","default"],"transition_ease_in":["default","default","default"],"transition_ease_out":["default","default","default"],"ph-round-arrows-bg-color-custom-slide":"off","ph-round-arrows-bg-color-custom":"0,0,0,0.5","ph-round-arrows-bg-size-custom-slide":"off","ph-round-arrows-bg-size-custom":"40","ph-round-arrows-arrow-color-color-slide":"off","ph-round-arrows-arrow-color-color":"#ffffff","ph-round-arrows-arrow-size-custom-slide":"off","ph-round-arrows-arrow-size-custom":"20","ph-round-arrows-hover-bg-color-color-rgba-slide":"off","ph-round-arrows-hover-bg-color-color-rgba":"#000000","ph-round-bullets-bullet-size-custom-slide":"off","ph-round-bullets-bullet-size-custom":"12","ph-round-bullets-bullet-bg-top-color-slide":"off","ph-round-bullets-bullet-bg-top-color":"#999999","ph-round-bullets-bullet-bg-bottom-color-slide":"off","ph-round-bullets-bullet-bg-bottom-color":"#e1e1e1","ph-round-bullets-border-color-color-slide":"off","ph-round-bullets-border-color-color":"#e5e5e5","ph-round-bullets-border-size-custom-slide":"off","ph-round-bullets-border-size-custom":"3","ph-round-bullets-hover-bullet-bg-color-slide":"off","ph-round-bullets-hover-bullet-bg-color":"#666666","ph-round-tabs-font-family-font_family-slide":"off","ph-round-tabs-font-family-font_family":"Roboto","ph-round-tabs-border-color-color-rgba-slide":"off","ph-round-tabs-border-color-color-rgba":"#e5e5e5","ph-round-tabs-border-size-custom-slide":"off","ph-round-tabs-border-size-custom":"1","ph-round-tabs-image-size-custom-slide":"off","ph-round-tabs-image-size-custom":"60","ph-round-tabs-param1-color-color-rgba-slide":"off","ph-round-tabs-param1-color-color-rgba":"rgba(51,51,51,0.5)","ph-round-tabs-param1-size-custom-slide":"off","ph-round-tabs-param1-size-custom":"12","ph-round-tabs-hover-bg-color-color-rgba-slide":"off","ph-round-tabs-hover-bg-color-color-rgba":"#eeeeee","ph-round-tabs-bgcolor-color-rgba-slide":"off","ph-round-tabs-bgcolor-color-rgba":"rgba(0,0,0,0)","ph-round-tabs-contentcolor-color-rgba-slide":"off","ph-round-tabs-contentcolor-color-rgba":"#333333","ph-round-tabs-param2-color-color-rgba-slide":"off","ph-round-tabs-param2-color-color-rgba":"transparent","ph-round-tabs-param2-size-custom-slide":"off","ph-round-tabs-param2-size-custom":"14","ph-round-thumbs-title-bg-color-rgba-slide":"off","ph-round-thumbs-title-bg-color-rgba":"rgba(0,0,0,0.85)","ph-round-thumbs-title-color-color-rgba-slide":"off","ph-round-thumbs-title-color-color-rgba":"#ffffff","ph-round-thumbs-title-font-size-custom-slide":"off","ph-round-thumbs-title-font-size-custom":"12","params_1":"","params_1_chars":"10","params_2":"","params_2_chars":"10","params_3":"","params_3_chars":"10","params_4":"","params_4_chars":"10","params_5":"","params_5_chars":"10","params_6":"","params_6_chars":"10","params_7":"","params_7_chars":"10","params_8":"","params_8_chars":"10","params_9":"","params_9_chars":"10","params_10":"","params_10_chars":"10","slide_description":"","class_attr":"","id_attr":"","data_attr":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_bg_color":"#E7E7E7","slide_bg_external":"","image":"http:\\/\\/localhost:8082\\/shazil\\/wp-content\\/uploads\\/2020\\/05\\/slider2.jpg","0":"Remove"}', '[{"text":"RECYCLING","type":"text","special_type":null,"version":"530","frames":{"frame_0":{"time":0,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":1300,"animation":"tp-fade","easing":"Power3.easeInOut","text_c":"transparent","bg_c":"transparent","use_text_c":false,"use_bg_c":false,"split_direction":"forward","sfxcolor":"#ffffff","time_relative":0,"sfx_effect":""},"frame_999":{"time":9000,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":300,"animation":"","easing":"Power3.easeInOut","split_direction":"forward","sfxcolor":"#ffffff","use_text_c":false,"use_bg_c":false,"text_c":"transparent","bg_c":"transparent","time_relative":7700,"sfx_effect":""}},"subtype":"","specialsettings":{},"unique_id":1,"left":{"desktop":90},"top":{"desktop":275},"isDemo":false,"internal_class":"","hover":false,"alias":"RECYCLING","layer_bg_position":"center center","layer_bg_size":"cover","layer_bg_repeat":"no-repeat","loop_animation":"none","loop_easing":"","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","layer_blend_mode":"normal","html_tag":"div","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","max_height":{"desktop":"auto"},"min_height":"40px","max_width":{"desktop":"472px"},"video_width":{"desktop":"480px"},"video_height":{"desktop":"360px"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"display":"block","static_start":"1","static_end":"last","align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"seo-optimized":false,"link":"","link_open_in":"same","link_follow":"follow","link_slide":"nothing","scrollunder_offset":"","style":"","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","css-position":"relative","width":472,"height":95,"cover_mode":"custom","static_styles":{"font-size":{"desktop":"85px"},"line-height":{"desktop":"95px"},"font-weight":{"desktop":"700"},"color":{"desktop":"#ffffff"},"letter-spacing":{"desktop":"0"}},"margin":{"desktop":["0","0","0","0"]},"padding":{"desktop":["0","0","0","0"]},"text-align":{"desktop":"inherit"},"x_start":"inherit","y_start":"inherit","z_start":"inherit","x_end":"inherit","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"0","blurfilter_start":"0","blurfilter_end":"0","grayscalefilter_start":"0","grayscalefilter_end":"0","brightnessfilter_start":"100","brightnessfilter_end":"100","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","pers_start":"inherit","pers_end":"inherit","deformation":{"font-family":"Crimson Text","font-style":"normal","text-decoration":"none","vertical-align":"top","text-transform":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0","0","0","0"],"border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","overflow":"visible","parallax":"-"},"svg":{"svgstroke-color":"transparent","svgstroke-dasharray":"0","svgstroke-dashoffset":"0","svgstroke-width":"0","svgstroke-hover-color":"transparent","svgstroke-hover-dasharray":"0","svgstroke-hover-dashoffset":"0","svgstroke-hover-width":"0"},"deformation-hover":{"blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","color":"#000000","text-decoration":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0px","0px","0px","0px"],"border-radius":["0px","0px","0px","0px"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","zindex":"auto","easing":"Linear.easeNone","css_cursor":"auto","pointer_events":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":0,"endWithSlide":true,"p_uid":-1,"toggle":false,"toggle_use_hover":false,"toggle_inverse_content":false,"texttoggle":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"autolinebreak":false,"displaymode":true,"scaleProportional":false,"attrID":"","attrWrapperID":"","attrClasses":"","attrWrapperClasses":"","attrTitle":"","attrTabindex":"","attrRel":"","layer-selectable":"default","column_break_at":"mobile","layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"link_follow":[],"jump_to_slide":[],"scrollunder_offset":[],"action_easing":[],"action_speed":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]},"zIndex":5,"addedToStage":true,"parallax_layer_ddd_zlevel":"front","inline":{"idle":{"text-shadow":"2px 2px 2px #000"}}},{"text":"FOR A BETTER WORLD!","type":"text","special_type":null,"version":"530","frames":{"frame_0":{"time":0,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":1500,"animation":"sfl","easing":"Power3.easeInOut","text_c":"transparent","bg_c":"transparent","use_text_c":false,"use_bg_c":false,"split_direction":"forward","sfxcolor":"#ffffff","time_relative":0,"sfx_effect":""},"frame_999":{"time":9000,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":300,"animation":"","easing":"Power3.easeInOut","split_direction":"forward","sfxcolor":"#ffffff","use_text_c":false,"use_bg_c":false,"text_c":"transparent","bg_c":"transparent","time_relative":7500,"sfx_effect":""}},"subtype":"","specialsettings":{},"unique_id":2,"left":{"desktop":95},"top":{"desktop":385},"isDemo":false,"internal_class":"","hover":false,"alias":"FOR A BETTER WORLD!","layer_bg_position":"center center","layer_bg_size":"cover","layer_bg_repeat":"no-repeat","loop_animation":"none","loop_easing":"","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","layer_blend_mode":"normal","html_tag":"div","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","max_height":{"desktop":"auto"},"min_height":"40px","max_width":{"desktop":"auto"},"video_width":{"desktop":"480px"},"video_height":{"desktop":"360px"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"display":"block","static_start":"1","static_end":"last","align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"seo-optimized":false,"link":"","link_open_in":"same","link_follow":"follow","link_slide":"nothing","scrollunder_offset":"","style":"","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","css-position":"relative","width":469,"height":50,"cover_mode":"custom","static_styles":{"font-size":{"desktop":"44"},"line-height":{"desktop":"50px"},"font-weight":{"desktop":"400"},"color":{"desktop":"#ffffff"},"letter-spacing":{"desktop":"0"}},"margin":{"desktop":["0","0","0","0"]},"padding":{"desktop":["0","0","0","0"]},"text-align":{"desktop":"inherit"},"x_start":"-50px","y_start":"inherit","z_start":"inherit","x_end":"inherit","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"0","blurfilter_start":"0","blurfilter_end":"0","grayscalefilter_start":"0","grayscalefilter_end":"0","brightnessfilter_start":"100","brightnessfilter_end":"100","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","pers_start":"inherit","pers_end":"inherit","deformation":{"font-family":"Open Sans","font-style":"normal","text-decoration":"none","vertical-align":"top","text-transform":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0","0","0","0"],"border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","overflow":"visible"},"svg":{"svgstroke-color":"transparent","svgstroke-dasharray":"0","svgstroke-dashoffset":"0","svgstroke-width":"0","svgstroke-hover-color":"transparent","svgstroke-hover-dasharray":"0","svgstroke-hover-dashoffset":"0","svgstroke-hover-width":"0"},"deformation-hover":{"blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","color":"#000000","text-decoration":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0px","0px","0px","0px"],"border-radius":["0px","0px","0px","0px"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","zindex":"auto","easing":"Linear.easeNone","css_cursor":"auto","pointer_events":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":1,"endWithSlide":true,"p_uid":-1,"toggle":false,"toggle_use_hover":false,"toggle_inverse_content":false,"texttoggle":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"autolinebreak":false,"displaymode":true,"scaleProportional":false,"attrID":"","attrWrapperID":"","attrClasses":"","attrWrapperClasses":"","attrTitle":"","attrTabindex":"","attrRel":"","layer-selectable":"default","column_break_at":"mobile","zIndex":6,"addedToStage":true,"inline":{"idle":{"text-shadow":"2px 2px 2px #000"}},"layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"link_follow":[],"jump_to_slide":[],"scrollunder_offset":[],"action_easing":[],"action_speed":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}}]', '""');
INSERT INTO `szak_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(3, 1, 2, '{"background_type":"image","rs-gallery-type":"gallery","bg_external":"","bg_color":"#E7E7E7","slide_bg_youtube":"","slide_bg_vimeo":"","slide_bg_html_mpeg":"","slide_bg_html_webm":"","slide_bg_html_ogv":"","image_source_type":"full","alt_option":"media_library","alt_attr":"","ext_width":"1920","ext_height":"1080","title_option":"media_library","title_attr":"","video_force_cover":"on","video_dotted_overlay":"none","video_ratio":"16:9","video_start_at":"","video_end_at":"","video_loop":"none","video_nextslide":"off","video_force_rewind":"on","video_mute":"on","video_volume":"100","video_speed":"1","video_arguments":"hd=1&wmode=opaque&showinfo=0&rel=0;","video_arguments_vim":"title=0&byline=0&portrait=0&api=1","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_position":"center center","bg_position_x":"0","bg_position_y":"0","bg_repeat":"no-repeat","media-filter-type":"none","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_start_offset_x":"0","kb_end_offset_x":"0","kb_start_offset_y":"0","kb_end_offset_y":"0","kb_start_rotate":"0","kb_end_rotate":"0","kb_blur_start":"0","kb_blur_end":"0","kb_easing":"Linear.easeNone","kb_duration":"10000","image_id":"459","title":"Slide","delay":"0","stoponpurpose":"false","invisibleslide":"false","state":"published","hideslideafter":"0","hideslideonmobile":"off","date_from":"","date_to":"","save_performance":"off","slide_thumb":"","0":"Remove","thumb_dimension":"slider","thumb_for_admin":"off","slide_transition":["fade","slidingoverlaydown","scaledownfromleft","zoomin"],"slot_amount":["default","default","default","default"],"transition_rotation":["0","0","0","0"],"transition_duration":["300","default","default","default"],"transition_ease_in":["default","default","default","default"],"transition_ease_out":["default","default","default","default"],"ph-round-arrows-bg-color-custom-slide":"off","ph-round-arrows-bg-color-custom":"0,0,0,0.5","ph-round-arrows-bg-size-custom-slide":"off","ph-round-arrows-bg-size-custom":"40","ph-round-arrows-arrow-color-color-slide":"off","ph-round-arrows-arrow-color-color":"#ffffff","ph-round-arrows-arrow-size-custom-slide":"off","ph-round-arrows-arrow-size-custom":"20","ph-round-arrows-hover-bg-color-color-rgba-slide":"off","ph-round-arrows-hover-bg-color-color-rgba":"#000000","ph-round-bullets-bullet-size-custom-slide":"off","ph-round-bullets-bullet-size-custom":"12","ph-round-bullets-bullet-bg-top-color-slide":"off","ph-round-bullets-bullet-bg-top-color":"#999999","ph-round-bullets-bullet-bg-bottom-color-slide":"off","ph-round-bullets-bullet-bg-bottom-color":"#e1e1e1","ph-round-bullets-border-color-color-slide":"off","ph-round-bullets-border-color-color":"#e5e5e5","ph-round-bullets-border-size-custom-slide":"off","ph-round-bullets-border-size-custom":"3","ph-round-bullets-hover-bullet-bg-color-slide":"off","ph-round-bullets-hover-bullet-bg-color":"#666666","ph-round-tabs-font-family-font_family-slide":"off","ph-round-tabs-font-family-font_family":"Roboto","ph-round-tabs-border-color-color-rgba-slide":"off","ph-round-tabs-border-color-color-rgba":"#e5e5e5","ph-round-tabs-border-size-custom-slide":"off","ph-round-tabs-border-size-custom":"1","ph-round-tabs-image-size-custom-slide":"off","ph-round-tabs-image-size-custom":"60","ph-round-tabs-param1-color-color-rgba-slide":"off","ph-round-tabs-param1-color-color-rgba":"rgba(51,51,51,0.5)","ph-round-tabs-param1-size-custom-slide":"off","ph-round-tabs-param1-size-custom":"12","ph-round-tabs-hover-bg-color-color-rgba-slide":"off","ph-round-tabs-hover-bg-color-color-rgba":"#eeeeee","ph-round-tabs-bgcolor-color-rgba-slide":"off","ph-round-tabs-bgcolor-color-rgba":"rgba(0,0,0,0)","ph-round-tabs-contentcolor-color-rgba-slide":"off","ph-round-tabs-contentcolor-color-rgba":"#333333","ph-round-tabs-param2-color-color-rgba-slide":"off","ph-round-tabs-param2-color-color-rgba":"transparent","ph-round-tabs-param2-size-custom-slide":"off","ph-round-tabs-param2-size-custom":"14","ph-round-thumbs-title-bg-color-rgba-slide":"off","ph-round-thumbs-title-bg-color-rgba":"rgba(0,0,0,0.85)","ph-round-thumbs-title-color-color-rgba-slide":"off","ph-round-thumbs-title-color-color-rgba":"#ffffff","ph-round-thumbs-title-font-size-custom-slide":"off","ph-round-thumbs-title-font-size-custom":"12","params_1":"","params_1_chars":"10","params_2":"","params_2_chars":"10","params_3":"","params_3_chars":"10","params_4":"","params_4_chars":"10","params_5":"","params_5_chars":"10","params_6":"","params_6_chars":"10","params_7":"","params_7_chars":"10","params_8":"","params_8_chars":"10","params_9":"","params_9_chars":"10","params_10":"","params_10_chars":"10","slide_description":"","class_attr":"","id_attr":"","data_attr":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_bg_color":"#E7E7E7","slide_bg_external":"","image":"http:\\/\\/localhost:8082\\/shazil\\/wp-content\\/uploads\\/2020\\/05\\/Hallbarhetsvecka_1.jpg","0":"Remove"}', '[{"text":"RECYCLING","type":"text","special_type":null,"version":"530","frames":{"frame_0":{"time":0,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":1300,"animation":"tp-fade","easing":"Power3.easeInOut","text_c":"transparent","bg_c":"transparent","use_text_c":false,"use_bg_c":false,"split_direction":"forward","sfxcolor":"#ffffff","time_relative":0,"sfx_effect":""},"frame_999":{"time":9000,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":300,"animation":"","easing":"Power3.easeInOut","split_direction":"forward","sfxcolor":"#ffffff","use_text_c":false,"use_bg_c":false,"text_c":"transparent","bg_c":"transparent","time_relative":7700,"sfx_effect":""}},"subtype":"","specialsettings":{},"unique_id":1,"left":{"desktop":90},"top":{"desktop":275},"isDemo":false,"internal_class":"","hover":false,"alias":"RECYCLING","layer_bg_position":"center center","layer_bg_size":"cover","layer_bg_repeat":"no-repeat","loop_animation":"none","loop_easing":"","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","layer_blend_mode":"normal","html_tag":"div","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","max_height":{"desktop":"auto"},"min_height":"40px","max_width":{"desktop":"472px"},"video_width":{"desktop":"480px"},"video_height":{"desktop":"360px"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"display":"block","static_start":"1","static_end":"last","align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"seo-optimized":false,"link":"","link_open_in":"same","link_follow":"follow","link_slide":"nothing","scrollunder_offset":"","style":"","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","css-position":"relative","width":472,"height":95,"cover_mode":"custom","static_styles":{"font-size":{"desktop":"85px"},"line-height":{"desktop":"95px"},"font-weight":{"desktop":"700"},"color":{"desktop":"#ffffff"},"letter-spacing":{"desktop":"0"}},"margin":{"desktop":["0","0","0","0"]},"padding":{"desktop":["0","0","0","0"]},"text-align":{"desktop":"inherit"},"x_start":"inherit","y_start":"inherit","z_start":"inherit","x_end":"inherit","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"0","blurfilter_start":"0","blurfilter_end":"0","grayscalefilter_start":"0","grayscalefilter_end":"0","brightnessfilter_start":"100","brightnessfilter_end":"100","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","pers_start":"inherit","pers_end":"inherit","deformation":{"font-family":"Crimson Text","font-style":"normal","text-decoration":"none","vertical-align":"top","text-transform":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0","0","0","0"],"border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","overflow":"visible"},"svg":{"svgstroke-color":"transparent","svgstroke-dasharray":"0","svgstroke-dashoffset":"0","svgstroke-width":"0","svgstroke-hover-color":"transparent","svgstroke-hover-dasharray":"0","svgstroke-hover-dashoffset":"0","svgstroke-hover-width":"0"},"deformation-hover":{"blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","color":"#000000","text-decoration":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0px","0px","0px","0px"],"border-radius":["0px","0px","0px","0px"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","zindex":"auto","easing":"Linear.easeNone","css_cursor":"auto","pointer_events":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":0,"endWithSlide":true,"p_uid":-1,"toggle":false,"toggle_use_hover":false,"toggle_inverse_content":false,"texttoggle":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"autolinebreak":false,"displaymode":true,"scaleProportional":false,"attrID":"","attrWrapperID":"","attrClasses":"","attrWrapperClasses":"","attrTitle":"","attrTabindex":"","attrRel":"","layer-selectable":"default","column_break_at":"mobile","zIndex":5,"addedToStage":true,"inline":{"idle":{"text-shadow":"2px 2px 2px #000"}},"layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"link_follow":[],"jump_to_slide":[],"scrollunder_offset":[],"action_easing":[],"action_speed":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}},{"text":"FOR A BETTER WORLD!","type":"text","special_type":null,"version":"530","frames":{"frame_0":{"time":0,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":1500,"animation":"sfl","easing":"Power3.easeInOut","text_c":"transparent","bg_c":"transparent","use_text_c":false,"use_bg_c":false,"split_direction":"forward","sfxcolor":"#ffffff","time_relative":0,"sfx_effect":""},"frame_999":{"time":9000,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":300,"animation":"","easing":"Power3.easeInOut","split_direction":"forward","sfxcolor":"#ffffff","use_text_c":false,"use_bg_c":false,"text_c":"transparent","bg_c":"transparent","time_relative":7500,"sfx_effect":""}},"subtype":"","specialsettings":{},"unique_id":2,"left":{"desktop":95},"top":{"desktop":385},"isDemo":false,"internal_class":"","hover":false,"alias":"FOR A BETTER WORLD!","layer_bg_position":"center center","layer_bg_size":"cover","layer_bg_repeat":"no-repeat","loop_animation":"none","loop_easing":"","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","layer_blend_mode":"normal","html_tag":"div","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","max_height":{"desktop":"auto"},"min_height":"40px","max_width":{"desktop":"auto"},"video_width":{"desktop":"480px"},"video_height":{"desktop":"360px"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"display":"block","static_start":"1","static_end":"last","align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"seo-optimized":false,"link":"","link_open_in":"same","link_follow":"follow","link_slide":"nothing","scrollunder_offset":"","style":"","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","css-position":"relative","width":469,"height":50,"cover_mode":"custom","static_styles":{"font-size":{"desktop":"44"},"line-height":{"desktop":"50px"},"font-weight":{"desktop":"400"},"color":{"desktop":"#ffffff"},"letter-spacing":{"desktop":"0"}},"margin":{"desktop":["0","0","0","0"]},"padding":{"desktop":["0","0","0","0"]},"text-align":{"desktop":"inherit"},"x_start":"-50px","y_start":"inherit","z_start":"inherit","x_end":"inherit","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"0","blurfilter_start":"0","blurfilter_end":"0","grayscalefilter_start":"0","grayscalefilter_end":"0","brightnessfilter_start":"100","brightnessfilter_end":"100","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","pers_start":"inherit","pers_end":"inherit","deformation":{"font-family":"Open Sans","font-style":"normal","text-decoration":"none","vertical-align":"top","text-transform":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0","0","0","0"],"border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","overflow":"visible","parallax":"-"},"svg":{"svgstroke-color":"transparent","svgstroke-dasharray":"0","svgstroke-dashoffset":"0","svgstroke-width":"0","svgstroke-hover-color":"transparent","svgstroke-hover-dasharray":"0","svgstroke-hover-dashoffset":"0","svgstroke-hover-width":"0"},"deformation-hover":{"blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","color":"#000000","text-decoration":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0px","0px","0px","0px"],"border-radius":["0px","0px","0px","0px"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","zindex":"auto","easing":"Linear.easeNone","css_cursor":"auto","pointer_events":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":1,"endWithSlide":true,"p_uid":-1,"toggle":false,"toggle_use_hover":false,"toggle_inverse_content":false,"texttoggle":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"autolinebreak":false,"displaymode":true,"scaleProportional":false,"attrID":"","attrWrapperID":"","attrClasses":"","attrWrapperClasses":"","attrTitle":"","attrTabindex":"","attrRel":"","layer-selectable":"default","column_break_at":"mobile","zIndex":6,"layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"link_follow":[],"jump_to_slide":[],"scrollunder_offset":[],"action_easing":[],"action_speed":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]},"addedToStage":true,"parallax_layer_ddd_zlevel":"front","inline":{"idle":{"text-shadow":"2px 2px 2px #000"}}}]', '""');

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

--
-- Table structure for table `szak_revslider_static_slides`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `szak_termmeta`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `szak_terms`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `szak_terms`
--

INSERT INTO `szak_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Main Menu', 'main-menu', 0),
(4, 'Law', 'law', 0),
(501, 'Practice Areas', 'practice-areas', 0),
(502, 'News', 'news', 0);

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

--
-- Table structure for table `szak_term_relationships`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `szak_term_relationships`
--

INSERT INTO `szak_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(342, 7, 0),
(343, 7, 0),
(344, 3, 0),
(345, 3, 0),
(346, 4, 0),
(353, 4, 0),
(364, 5, 0),
(365, 5, 0),
(366, 5, 0),
(367, 5, 0),
(368, 5, 0),
(369, 5, 0),
(370, 5, 0),
(371, 5, 0),
(403, 7, 0),
(404, 3, 0),
(405, 3, 0),
(406, 3, 0),
(472, 4, 0),
(473, 4, 0),
(474, 4, 0),
(475, 4, 0),
(476, 4, 0),
(477, 4, 0),
(497, 7, 0);

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

--
-- Table structure for table `szak_term_taxonomy`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `szak_term_taxonomy`
--

INSERT INTO `szak_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(3, 4, 'category', '', 0, 0),
(4, 2, 'nav_menu', '', 0, 8),
(5, 501, 'nav_menu', '', 0, 8),
(7, 502, 'category', '', 0, 4);

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

--
-- Table structure for table `szak_usermeta`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `szak_usermeta`
--

INSERT INTO `szak_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'a2zcreat'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'szak_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'szak_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:2:{s:64:"71667c16c69d44f9700d6eb1634267d98395e9fad33b13f9c6d6555cf6558408";a:4:{s:10:"expiration";i:1590043996;s:2:"ip";s:3:"::1";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36";s:5:"login";i:1589871196;}s:64:"3a9cb9f563600beebe1d3d06d75b41bbff9a54a9273adc90155a969bc7ec235d";a:4:{s:10:"expiration";i:1590120776;s:2:"ip";s:3:"::1";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36";s:5:"login";i:1589947976;}}'),
(17, 1, 'szak_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'szak_user-settings', 'libraryContent=browse&editor=html'),
(19, 1, 'szak_user-settings-time', '1589956791'),
(20, 1, 'nav_menu_recently_edited', '2'),
(21, 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";}'),
(22, 1, 'metaboxhidden_nav-menus', 'a:8:{i:0;s:23:"add-post-type-zn_layout";i:1;s:23:"add-post-type-portfolio";i:2;s:27:"add-post-type-documentation";i:3;s:12:"add-post_tag";i:4;s:15:"add-post_format";i:5;s:26:"add-documentation_category";i:6;s:20:"add-project_category";i:7;s:18:"add-portfolio_tags";}');

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

--
-- Table structure for table `szak_users`
--

CREATE TABLE `szak_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `szak_users`
--

INSERT INTO `szak_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'a2zcreat', '$P$Bx3A5z0W/t6.hIfP1gto3JvxAHcZ12.', 'a2zcreat', 'kainat@a2zcreatorz.com', '', '2020-05-19 06:52:47', '', 0, 'a2zcreat');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `szak_commentmeta`
--
ALTER TABLE `szak_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `szak_comments`
--
ALTER TABLE `szak_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 `szak_links`
--
ALTER TABLE `szak_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `szak_options`
--
ALTER TABLE `szak_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `szak_postmeta`
--
ALTER TABLE `szak_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `szak_posts`
--
ALTER TABLE `szak_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 `szak_revslider_css`
--
ALTER TABLE `szak_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `szak_revslider_layer_animations`
--
ALTER TABLE `szak_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `szak_revslider_navigations`
--
ALTER TABLE `szak_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `szak_revslider_sliders`
--
ALTER TABLE `szak_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `szak_revslider_slides`
--
ALTER TABLE `szak_revslider_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `szak_revslider_static_slides`
--
ALTER TABLE `szak_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `szak_termmeta`
--
ALTER TABLE `szak_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `szak_terms`
--
ALTER TABLE `szak_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `szak_term_relationships`
--
ALTER TABLE `szak_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `szak_term_taxonomy`
--
ALTER TABLE `szak_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `szak_usermeta`
--
ALTER TABLE `szak_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `szak_users`
--
ALTER TABLE `szak_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 `szak_commentmeta`
--
ALTER TABLE `szak_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `szak_comments`
--
ALTER TABLE `szak_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `szak_links`
--
ALTER TABLE `szak_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `szak_options`
--
ALTER TABLE `szak_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=336;
--
-- AUTO_INCREMENT for table `szak_postmeta`
--
ALTER TABLE `szak_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1650;
--
-- AUTO_INCREMENT for table `szak_posts`
--
ALTER TABLE `szak_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=512;
--
-- AUTO_INCREMENT for table `szak_revslider_css`
--
ALTER TABLE `szak_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=148;
--
-- AUTO_INCREMENT for table `szak_revslider_layer_animations`
--
ALTER TABLE `szak_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `szak_revslider_navigations`
--
ALTER TABLE `szak_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `szak_revslider_sliders`
--
ALTER TABLE `szak_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `szak_revslider_slides`
--
ALTER TABLE `szak_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `szak_revslider_static_slides`
--
ALTER TABLE `szak_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `szak_termmeta`
--
ALTER TABLE `szak_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `szak_terms`
--
ALTER TABLE `szak_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=503;
--
-- AUTO_INCREMENT for table `szak_term_taxonomy`
--
ALTER TABLE `szak_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `szak_usermeta`
--
ALTER TABLE `szak_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
--
-- AUTO_INCREMENT for table `szak_users`
--
ALTER TABLE `szak_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
/*!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 */;
